.Head
{
	
	font-size: 9pt;
	color: #003366;
	font-family: "MS Sans Serif" , Tahoma, sans-serif;
}
.sideline {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;

}
.text {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size:9px;
	color: #003366;
}
.input {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-size: 12px;

}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
a:link {
	color: #003366;
	text-decoration: none;

}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: none;
}
a:active {
	color: #006699;
	text-decoration: none;
}
.Error
{
	font-size: 15px;
	color: #ff0066;
	font-family: "MS Sans Serif" , Tahoma, sans-serif;
}
}
.complete
{
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size:15px;
	color: #003366;
}