A:link {color: #002D57; text-decoration: none;}
A:visited {color: #002D57; text-decoration: none;}
A:hover {color: #002D57; text-decoration:underline;}
	 
BODY {
background-color : #FFFFFF;
margin : 10px 10px 10px 10px;
}
td {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color : #333333;
line-height : 15px;
}
.FontLightBlue{
color: #0077BF;
}
.FontWhite{
color: #FFFFFF;
}
.FontDarkBlue{
color: #002D57;
}
.FontRed{
color: #ED2924;
}
.FontSmall {
font-size: 10px;
line-height : 14px;
}
.FontMid {
font-size: 14px;
line-height : 18px;
}
.FontLarge {
font-size: 22px;
line-height : 25px;
}
.FontMLarge {
font-size: 18px;
line-height : 22px;
}
.Message{
color: #ED2924;
}
.Border{
border : 1px groove #25346F;
width : 95%;
font-size: 12px;
}
.Dash_Hoz{
background-image:url(../images/dash.gif);
background-repeat:repeat-x;
background-position:left;
}
.Line_Hoz_Blue{
background-image:url(../images/blue.gif);
background-repeat:repeat-x;
background-position:left;
}
.Line_Hoz_Grey{
background-image:url(../images/Grey.gif);
background-repeat:repeat-x;
background-position:left;
}
.Dash_Ver{
background-image:url(../images/dash_v.gif);
background-repeat:repeat-y;
background-position:center;
}
.BGLightBlue{
background-color: #0077BF;
color: #FFFFFF;
}
.BGGrey{
background-color: #E3E4E5;
}
.BGDarkBlue{
background-color: #002D57;
color: #FFFFFF;
}
.BGRed{
background-color: #ED2924;
color: #FFFFFF;
}
.BorderTB {
border-bottom: 3px solid #FFFFFF;
border-top: 3px solid #FFFFFF;
}
.BorderT {
border-top: 3px solid #FFFFFF;
}



.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 2px;
left: -1000px;
border: 2px solid white;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -100px;
left: 0px; /*position where enlarged image should offset horizontally */

}

.BusinessAreas {
	font-size: 9px;
	color: #002D57;
	padding-left:13px;
}
.BusinessAreas a:link, .BusinessAreas a:visited, .BusinessAreas a:hover {
	color: #0078BF;
}


