body,td,th {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #666666;
	font-size: 12px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #E3CEB9;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
    /* margin-right: 20px;
	margin-left: 20px;
	margin-top: 0px; */
}
img	{
	border: 0;
}
a:link {
	color:#003300;
	text-decoration: underline;
}			
a:visited {
	color:#003300;
	text-decoration: underline;
}	
a:hover { 
	color: #006600; 
	text-decoration: none;
}
a:active { 
	color: #006600; 
	text-decoration: none;
}
.pagetitle {
	line-height: 16px;
	font-size: 18px;
	color: 623300;
}
.smaller {
	font-size: 10px;
	line-height: 11px;
	font-variant: normal;
	font-weight: normal;
	text-transform: none;
}
.formtext {
	margin-top: 4px;
	/*	text-align: right;  */
	color: #333300;
	text-transform: none;
}
.formtexterror {
	margin-top: 4px;
	/*	text-align: right;  */
	color: #990000;
	text-transform: none;
}