tr,td,p {
	font-family : Verdana, Tahoma, Arial;
	font-size : 10pt;
	font-weight : normal;
	color : Black;
}

input.blue {background-color: #3C4F79; font-weight: bold; font-size: 10pt; color: #FFFFFF;}

.textBlack {
	font-family : Verdana, Tahoma,Arial;
	font-size : 10pt;
	font-weight : normal;
	color : Black;
}
.textGreenBold {
	font-family : Verdana, Tahoma,Arial;
	font-size : 12pt;
	font-weight : bold;
	color : green;
}
.textRedBold {
	font-family : Verdana, Tahoma,Arial;
	font-size : 10pt;
	font-weight : bold;
	color : red;
}
.textWhite {
	font-family : Verdana, Tahoma,Arial;
	font-size : 10pt;
	font-weight : normal;
	color : White;
}
.subheadWhite {
	font-family : Verdana, Tahoma,Arial;
	font-size : 10pt;
	font-weight : bold;
	color : White;
}

.textsmBlack {
	font-family : Verdana, Tahoma,Arial;
	font-size : 8pt;
	font-weight : normal;
	color : Black;
}

.textsmBlackBold {
	font-family : Verdana, Tahoma,Arial;
	font-size : 8pt;
	font-weight : bold;
	color : Black;
}

.textsmWhite {
	font-family : Verdana, Tahoma,Arial;
	font-size : 8pt;
	font-weight : normal;
	color : #ffffff;
}
.textsmGray {
	font-family : Verdana, Tahoma,Arial;
	font-size : 8pt;
	font-weight : normal;
	color : #999999;
}
.navBlue {
	font-family : Verdana, Tahoma,Arial;
	font-size : 8pt;
	font-weight : bold;
	color : Blue;
}
.navNavy {
	font-family : Verdana, Tahoma,Arial;
	font-size : 8pt;
	font-weight : bold;
	color : Navy;
}
.navWhite {
	font-family : Verdana, Tahoma,Arial;
	font-size : 8pt;
	font-weight : bold;
	color : White;
}
.navLink {
	font-family : Verdana, Tahoma,Arial;
	font-size : 8pt;
	font-weight : bold;
	color : Navy;
}
.navMenu {
	font-family : Verdana, Tahoma,Arial;
	font-size : 8pt;
	font-weight : normal;
	color : #FFFFFF;
}
.navHover{
	font-family : Verdana, Tahoma,Arial;
	font-size : 8pt;
	font-weight : normal;
	color : #00CCFF;
}
.newsLink {
	font-family : Verdana, Tahoma,Arial;
	font-size : 8pt;
	font-weight : normal;
	color : Navy;
}
.head {
	font-family :  Verdana, Tahoma,Arial;
	font-size : 12pt;
	font-weight : bold;
	color : #3366cc;
}

.subhead {
	font-family :  Verdana, Tahoma,Arial;
	font-size : 10pt;
	font-weight : bold;
	color : #3366cc;
}

.headWhite {
	font-family :  Verdana, Tahoma,Arial;
	font-size : 12pt;
	font-weight : bold;
	color : #FFFFFF;
}

 A:link {
    color: blue;
    text-decoration: none;
}
         
A:visited {
	color:#000066;
    text-decoration: none;
}
         
A:active {
   color: #cc66cc;
   text-decoration: none;
}
        
A:hover{ text-decoration: underline; color: #000099; 
}
         
body {background-color: #CCCCCC;
}
        
ul { list-style-image: url(graphics/li_arrow.gif); }

#generic_site_table {
width:90%;
margin-bottom:10px;
border-left:1px solid #333;
border-top:1px solid #333;
background:#666;
vertical-align:top;
text-align:center;
}

#generic_site_table tr td {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:small;
padding:5px 10px;
background:#FFF;
vertical-align:top;
text-align:left;
}

#generic_site_table td {
border-right:1px solid #333;
border-bottom:1px solid #333;
}

#generic_site_table th {
font-family:Arial, Helvetica, sans-serif;
font-size:medium;
border-right:1px solid #333;
border-bottom:1px solid #333;
padding:5px 10px;
color:#FFF;
background:#3C4F79;
text-align:left;
}
