body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}

.bold {
    font-weight: bold;
}

a img {
	border: none;
      }
	  
a:visited img {
	border: none;
      }

.centered {
	text-align: center;
}	

.centeredBOLD {
	font-weight: bold;
	text-align: center;
}	

.indented {
	padding-left: 50px;
}

.italicCENTER {
	font-style: italic;
	text-align: center;
}

.italicBOLD {
    font-style: italic;
    font-weight: bold;
}

.italicBOLDcentered {
	font-weight: bold;
	text-align: center;
    font-style: italic;
}	

.list {
	line-height:18px; 
}

.red {
	color: red;
}

.redBold {
	color: red;
    font-weight: bold;
}

.redBOLDcentered {
	color: red;
    font-weight: bold;
	text-align: center;
}

.redBOLDitalic {
	color: red;
    font-weight: bold;
    font-style: italic;
}
.redBOLDitalicCENTERED {
	color: red;
    font-weight: bold;
    font-style: italic;
	text-align: center;
}

.OrangeBar1 {
	background-color: #0066CC;
	height: 25px;
	border-top-width: 1px;
}

.headBar1 {
	height:1px;
	background-color:#FFFFFF;
}

.headBar2 {
	height:2px;
	background-color:#FF9966;
}

a {
	font-size: 12px;
	color: #246AA8;
	text-decoration: none;
}

a:hover {
	font-size: 12px;
	color: #FFCC99;
	text-decoration: underline;
}

#BlueBottom{
	background-color:#246AA8;
	height: 1px;
}
#BlueTop {
	background-color: #246AA8;
	height: 1px;
}

#FooterTable {
	background-color: #808080;
	height: 35px;
}
#BodyTable {
	background-color: #FFFFFF;
}
#NavTable {
	background-color: #FFCC99;
	width: 80%;
	text-align: left;
}
#QuicklinksTable {
	background-color: #FFCC99;
	width: 100%;
	font-size: 11px;
}

.QuickLinkText: a:hover {
	font-size: 10px;
	font-style: normal;
	color: #9BBB93;
}

#QuicklinksTable a {
	color: #000000;
	font-size: 11px;
}

#QuicklinksTable a:hover {
	color: #246AA8;
	text-decoration: none;
	font-size: 11px;
	text-decoration: underline;
}

#QuicklinksTable td {
	font-size: 11px;
}

#QuicklinksTable tr {
	color: #FFFFFF;
	font-size: 11px;
}

#ContentTable {
	background-color: #FFFFFF;
	font-size: 12px;
	color: #000000;
	text-align: left;
	vertical-align: top;
}

.NavText {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.NavText:hover {
	font-size: 11px;
	color: #246AA8;
	text-decoration: underline;
}

.homePageHeader {
	font-size: 20px;
	font-weight: bold;
	color: #246AA8;
}

.PageHeaders {
	font-size: 15px;
	font-weight: bold;
	color: #246AA8;
}

.SubHeaders {
	font-size: 13px;
	font-weight: bold;
	color: #0066CC;
}

a.SubHeaders {
	font-size: 13px;
	font-weight: bold;
	color: #006600;
}

a.SubHeaders:hover {
	font-size: 13px;
	font-weight: bold;
	color: #006600;
	text-decoration: underline;
}

.contentText {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #000000;
}

.DateStyle {
	background-color: #0066CC;
	height: 25px;
	font-size: 12px;
	color: #FFFFFF;
}
.Finetext {
	font-family: Tahoma, Arial;
	font-size: 9px;
	color: #FFFFFF;
}
.FooterLinks {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #FFFFFF;
}
.FooterLinks:hover {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.contentLink {
	font-size: 12px;
	color: #246AA8;
	text-decoration: none;
}
.contentLink:hover {
	font-size: 12px;
	color: #D86E3F;
	text-decoration: underline;
}

