body {
	background-color: #3E5046;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	
	margin: 0px;
}

A:link		{ COLOR: #A67708; text-decoration: none; }
A:visited	{ COLOR: #A67708; text-decoration: none; }
A:active	{ COLOR: #A67708; text-decoration: none; }
A:hover		{ COLOR: #666666; text-decoration: underline; }

.textfields {
	border: 1px solid #CBB173;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding-left: 3px; padding-right: 3px; padding-top: 1px; padding-bottom: 3px;
}

.dropdown {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.buttons {
	border: 1px solid #CBB173;
	background-color: #F2EBDC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #A67708;
	padding-left: 3px; padding-right: 3px; padding-top: 1px; padding-bottom: 2px;
}

form {
	margin: 0px;
}

hr {
	border: 1px dashed #A67708;
	height: 1px;
}

p {
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 20px;
}

ul, ol {
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 25px;
	line-height: 18px;
}

ul li {
	list-style-type: disc;
}

#mutable td {
	border-bottom: 1px solid #B5A68A;	
	border-right: 1px solid #B5A68A;	
	padding: 2px 2px 2px 2px;
	font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #666666;
}
#mutable #altcol {
   background-color: #F0E7D3;
	border-bottom: 1px  #B5A68A;	
	border-right: 1px  #B5A68A;		
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #415D7A;
	text-decoration: none;	
}
.grids {
	border-top: 1px solid #B5A68A;
	border-left: 1px solid #B5A68A;
	font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #666666;
}

.verdana_smalltxt_white { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #FFFFFF; }
.verdana_smalltxt_black { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #000000; }
.times_smalltxt_gray { font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; color: #666666; }

.times_normaltxt_gray { font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #666666; }
.times_normaltxt_yellow { font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #FBDC90; }

.times_mediumtxt_gray { font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; color: #666666; }
.times_mediumtxt_brown { font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; color: #A67708; }
.times_mediumtxt_yellow { font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; color: #FBDC90; }

.times_bigtxt_brown { font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px; color: #A67708; letter-spacing: -1px; }
.times_bigtxt_yellow { font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px; color: #FBDC90; letter-spacing: -1px; }

.page_header_brown { font-family: Georgia, "Times New Roman", Times, serif; font-size: 32px; color: #A67708; font-weight: bolder; letter-spacing: -1.5px; }
