.footerstyle {
	font-style : italic;
	border-top : solid;
	font-size : 10;
	text-align : center;
}
H1, H2, H3, H4, H5, H6 {
	font-family: verdana, helvetica, Arial;
	color: #003366;
}

h3, h4, h5, h6 {
	margin-bottom : 0;
}

body, p, td       {
	font-family: verdana, helvetica, Arial;
	font-size: 13;
	font-weight: 400;
	color : Black;
}

 .HeaderTitle {
	font-family: verdana, helvetica, Arial;
	color: #B80A2D;
	font-size: 18;
	font-weight: 600;
	width:550;
	background-color:#C5D8FC;
}  

.white {
	color : White;
}

.whitebold {
	color : White;
	font-weight : bold;
}
a:link  {
	color : Navy;
	font-family : verdana, helvetica, arial;

	font-style : normal;
	font-size : 13;
	text-decoration : none;

}
a:active        {
	color :  Navy;
		font-family : verdana, helvetica, arial;

	font-style : normal;
	font-size : 13;
	text-decoration : none;
}
a:visited       {
	color : Navy;
		font-family : verdana, helvetica, arial;

	font-style : normal;
	font-size : 13;
	text-decoration : none;
}
a:hover       {
	color : Maroon;
	text-decoration : underline;
}