a:visited, a:link { 
	color: #9d9754; 
	text-decoration: underline;
}
a:hover { 
	color: #990000; 
	text-decoration: underline;
}


a.FinePrint:visited, a.FinePrint:link { 
	font-family: Arial; 
	font-size: 10px; 
	color: #005288; 
}
a.FinePrint:hover { 
	font-family: Arial; 
	font-size: 10px; 
	color: #ff0000; 
}



.MainBody {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	line-height: 19px;
}

.MainBodyWhite {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	line-height: 13px;
}

.MainBodyBold {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	line-height: 19px;
}
.MainBodyBoldRed {
	font-family: Arial;
	font-size: 12px;
	color: #990000;
	font-weight: bold; 
} 

.MainBodySmallRed {  
	font-family: Arial; 
	font-size: 11px; 
	color: #990000; 
}
.MainBodySmallGrey {  
	font-family: Arial; 
	font-size: 10px; 
	color: #aaaaaa; 
}



body.Home {
	text-align: center;
}

#Outer {
	position: relative;
	display: block;
	width: 720px;
	text-align: left;
	margin: 0px auto;
}

#LargeImage {
	position: relative;
	display: block;
	z-index: 3;
}

#WhiteBox {
	position: absolute;
	display: block;
	width: 720px;
	height: 302px;
	background-color: #fff;
	top: 0px;
	z-index: 5;
}
#Bar {
	position: absolute;
	display: block;
	top: 0px;
	z-index: 10;
}

#Content {
	position: relative;
	display: block;
	margin-top: -80px;
	margin-bottom: 60px;
	z-index: 1;
}

#Navigation {
	position: absolute;
	display: block;
	width: 720px;
	height: 19px;
	top: 0px;
	z-index: 11;
	display: none;
}

#Footer {
	position: relative;
	display: block;
	display: none;
	margin-top: 150px !important;
	margin-top: 100px;
	text-align: left;
}
