/* SET BASE FONT */
body,th,td,div,p {
	font: 12px/14px Arial, Helvetica, sans-serif;
	color:#000000;
}

body{
	background-color:#596933;
/*	background-color:#235a26;
	background-image : url(images/bg_color.jpg);*/
}

A:visited {
	color : #000000;
	font-weight: bold;
}

A {
	color : #596933;
	font-weight: bold;
}

A:hover {
	color: #008080;
	font-weight: bold;
}

A:visited.dark-bg {
	color : #fbefcd;
	font-weight: bold;
}

A.dark-bg {
	color : #C8BFB2;
	font-weight: bold;
}

A:hover.dark-bg {
	color: #dddd00;
	font-weight: bold;
	}

A:visited.menu2 {
	color : #fbefcd;
	font-weight: bold;
	font-size: 14px;
}

A.menu2 {
	color : #fbefcd;
	font-weight: bold;
	font-size: 14px;
}

A:hover.menu2 {
	color: #dddd00;
	font-weight: bold;
	font-size: 14px;
}

DIV.footer {
	width: 760px;
	padding-top: 10px;
	text-align:center;
	font: 10px/12px Arial, Helvetica, sans-serif;
	color: #fbefcd;
}

H3 {
	color: #596933;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}

H4 {
	color: #596933;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

input {
	background-color:#ffffff
	font-size: 13px;
	color:#800000;
	}

select {
	background-color:#ffffff;
	font-size: 13px;
	color:#800000;
	}

textarea {
	background-color:#ffffff;
	font-size: 13px;
	color:#235a26;
	}
	
LI {
	margin-left : -14px;
	margin-top : 2px;
	}

P {
	text-align : justify;
	text-indent : 5px;
	margin-left : 10px;
	margin-right : 8px;
	margin-top : 5px;
	margin-bottom : 5px;
}

P.no_indent {
	text-align : justify;
	text-indent : 0px;
	margin-left : 5px;
	margin-right : 5px;
	margin-top : 5px;
	margin-bottom : 5px;
}

UL {
	margin-bottom : 10px;
	margin-top : 10px;
}

.beige_text  {
	color : #fbefcd;
	font-weight: bold;
	font-size: 14px;
}
