.bgDark {
	background-color : #6091C2;
}
.bgMed {
	background-color : #405B81;
}
.bgLight {
	background-color : #ffffff;
}
.bgWhite {
	background-color : #ffffff;
}
.bgAlt {
	background-color : #6091C2;
}
.HeaderTitle {
	font-family: verdana;
	font-size: 14pt;
	color: #000000;
}
.HeaderText {
		font-family: verdana;
	font-size: 8pt;
	color: #ffffff;
	font-weight: bold;
}
.HeaderLight {
font-family: verdana;
font-size: 8pt;
color: #000000;
}

.LeftLinkHeader {
	font-family: verdana;
	font-size: 8pt;
	color: #ffffff;
	font-weight: bold;
}
.LeftLinkText {
	font-family: verdana;
	font-size: 8pt;
	color: #000000;
}
.LeftLinkText A{
	font-family: verdana;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}
.LeftLinkText A:HOVER{
	font-family: verdana;
	font-size: 8pt;
	color: red;
	text-decoration: underline;
}
.YouAreHere {
font-family: verdana;
font-size: 8pt;
color: black;
}
.MainBody {
font-family: verdana;
font-size: 8pt;
color: black;
}
.MainBody A{
font-family: verdana;
font-size: 8pt;
color: black;
text-decoration: underline;
}
.MainBody A:HOVER{
font-family: verdana;
font-size: 8pt;
color: red;
text-decoration: underline;
}
.MainBodyBold {
font-family: verdana;

font-size: 8pt;
color: black;
 font-weight : bold;
}
.ListingHeader {
font-family: verdana;
font-size: 8pt;
color: #ffffff;
font-weight: bold;
}
.ListingText {
font-family: verdana;
font-size: 8pt;
color: black;
}
.ListingText A {
font-family: verdana;
font-size: 8pt;
color: black;
text-decoration: underline;
}
.ListingText A:HOVER {
font-family: verdana;
font-size: 8pt;
color: red;
text-decoration: underline;
}

.Footer {
font-family: verdana;
font-size: 8pt;
color: #000000;
}
.Footer A{
font-family: verdana;
font-size: 8pt;
color: #000000;
text-decoration: none;
}
.Footer A:HOVER{
font-family: verdana;
font-size: 8pt;
color: #000000;
text-decoration: underline;
}
.SectionHeader{
	border-top : 4px solid #405B81;
	border-bottom : 2px solid #405B81;
	font-size : 10pt;
	font-family: Verdana;
	font-weight : bold;
}
.TDTop{
	border-top : 1px solid #405B81;
	padding-top : 2px;
	padding-bottom : 2px;
	font-family: verdana;
	font-size: 8pt;
}
.TDBottom{
	border-bottom : 1px solid #405B81;
	padding-top : 2px;
	padding-bottom : 2px;
	font-family: verdana;
	font-size: 8pt;
}
.FLOATRIGHT {
	float:right;
	width:175px;
	padding:2px;
	border: 1px solid #405B81;
	background-color: #6091C2;
}