body, td, p, .normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #373737;
}
.green {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6FB061;
}

.small {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #373737;
}

a:link {  color: #454545;}
a:visited {  color: #454545;}
a:hover {  color: #454545;}
a:active {  color: #454545;}

a.custLink:link {  color: #FFFFFF; text-decoration: none;}
a.custLink:visited {  color: #FFFFFF; text-decoration: none;}
a.custLink:hover {  color: #FFFFFF; text-decoration: underline;}
a.custLink:active {  color: #FFFFFF; text-decoration: none;}


.border {
	border:1px; 
	border-thickness: 1px; 
	border-color: #000000; 
	border-style: solid;
}

.title {
	font-size: 14;
	font-weight: bold;
	color: #3D4F7D;
}

.White {
	color: #FFFFFF;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 11;
	color: #FFFFFF;
	background-color: #3D4F7D;
	border-top: thin solid #3D4F7D;
	border-right: thin solid #3D4F7D;
	border-bottom: thin solid #3D4F7D;
	border-left: thin solid #3D4F7D;

}
.button1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 11;
	color: #FFFFFF;
	background-color: #3D4F7D;
	border-top: thin solid #3D4F7D;
	border-right: thin solid #3D4F7D;
	border-bottom: thin solid #3D4F7D;
	border-left: thin solid #3D4F7D;
	width: 120px;
	height: 25px;
}
.buttonred {
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 11;
	color: #FFFFFF;
	background-color: #900000;
	border-top: thin solid #900000;
	border-right: thin solid #900000;
	border-bottom: thin solid #900000;
	border-left: thin solid #900000;
	width: 120px;
	height: 25px;
}

