body, td, p, .normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;

}

a:link {  color: #3782C7;}
a:visited {  color: #3782C7;}
a:hover {  color: #3782C7;}
a:active {  color: #3782C7;}
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;}

.title {
	font-size: 15px;
	font-weight: bold;
	color: #3782C7;
}

.normal {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000}

.subtitle {
	font-size: 12;
	font-weight: bold;
	color: #3782C7;
}


.White {
	color: #FFFFFF;
}

.Blue {
	color: #3782C7;
}

.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;
}

