body 
{
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	color: #887E6E;
}

TD,P,UL,OL,LI,SELECT,INPUT,OPTION,TEXTAREA {
	/*font: 70%/1.8em 'Trebuchet MS', sans-serif;*/
	
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 12px;
	line-height:18px;
	color: #887E6E;

}

.copy {
	width:300px;
	line-height : 22px;
	text-align:right;
	padding-right:20px;
}

.formCopy {
	text-align:left;
}

.red  {
	color : #7B241B;
}

.small  {
	color : #725C4F;
	font-size : 12px;
}
 a:visited {
	text-decoration: underline;
	color : #003468;
}
 a:link {
	text-decoration: underline;
	color : #003468;
}
 a:hover {
	text-decoration: none;
	color : #887E6E;
}
 a:active {
	text-decoration: underline;
	color : #003468;
}
