td, body {
	font-family:Tahoma, Arial, Verdana;
	font-size:8pt;
}
input.submit {
	width:auto;
	border:1px solid #1F7EAF;
	font-size:8pt;
	background-color:#C3CD6C;
	color:Navy;
	font-weight:Bold
}
a, dt {
	color:Navy;
}
dd{
text-align : justify;
}
a:visited {
	color:#1F7EAF;
}
a:hover {
	color:Blue;
}
p {
	text-indent:10pt;
}

.err {
	color:Red;
	text-align:Center;
	font-weight:Bold;
}

.notes {
	font-weight:Normal;
	font-size:7pt;
	font-style: Italic;
	color: DimGray;
	font-family:Verdana,Arial,Tahoma;
}

.success {
	color:DarkGreen;
	text-align:Center;
	font-weight:Bold;
} 