/*a:link, a:visited, a:active
{
	color: white;
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
	color: yellow;
}
*/
.v:link,.v:active, .v:visited,.v:hover
{
	color: black;
	text-decoration: underline;
}
.EmbedLink:link,.EmbedLink:active, .EmbedLink:visited,.EmbedLink:hover  {
	color: black;
	text-decoration: underline;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
body {
	background-color: white;
}
.style1 {
	color: #c80202; /* brown-red */
	font-weight: bold;
	font-size: 13px;
}
.RedBold13 {
	color: #c80202; /* brown-red */
	font-weight: bold;
	font-size: 13px;
}
.AlignLeftTop { text-align:left; vertical-align:top; }
.AlignCenterTop { text-align:center; vertical-align:top; }

.Pad4-4-4-4 {padding: 4px; }
.Pad4-8-4-4 {padding-left: 4px; padding-top: 8px;padding-right:4px; padding-bottom: 4px; }
.style2 {color: yellow}
.Yellow {color: yellow}
.BlueTxt { color:#042c87; }
.BlueBkgr
{
	 background-color: #042c87; /* darkish blue sort of navy */
}
.style3
{
	color: #042c87; /* darkish blue sort of navy */
	font-weight: bold;
	font-size: 13px;
}
.BlueBold13
{
	color: #042c87; /* darkish blue sort of navy */
	font-weight: bold;
	font-size: 13px;
}
.style4 {font-size: 10px}
.10 {font-size: 10px}
.style5 {color: #c80202} /* brown-red */
.Red {color: #c80202} /* brown-red */
.LtGrayBg {background-color: #EFEFEF}
.LtGrayBorder { border-color: #efefef;
	            border-width: 1px;
	            border-style:solid;
              }
.sitebodytitle, .textlink, .textlink:active, .textlink:hover, .textlink:visited
{
    color:#042c87; /* Heritage Blue */
    font-weight: bold;
    font-size: 13px;
}
