body {
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #cc0000;
	border-bottom: 1px solid #999999;
	margin: 0px;
}
h2 {
	font-weight: bold;
	font-size: 12px;
}
.content {
	font-size: 12px;
}
.content a {
	color: #CC0000;
	text-decoration: underline;
}
.content a:hover {
	text-decoration: none;
	color: #CC0000;
}
.bottom_text2 {
	font-size: 11px;
	color: #000000;
}
.bottom_text {
	font-size: 11px;
	color: #999999;
}
.bottom_text a {
	color: #003366;
}
.bottom_text a:hover {
	color: #003366;
	text-decoration: none;
}
.nav1 td {
	text-align: center;
	border-left: 1px solid #FFFFFF;
}
.nav1 a {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 25px;
	display: block;
}
.nav1 a:hover {
	color: #ffffff;
	background-color: #003366;
}
.nav2 {
	font-size: 11px;
	padding: 5px 10px;
}
.nav2 a {	
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
td.nav3 a { 
    font-size: 11px; 
    color: #000; 
    text-decoration: none; 
    display: block; 
    padding: 5px 10px; 
    border: 1px solid #FFF; 
}
td.nav4 a {
	font-size: 11px;
	padding: 5px 10px;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
	border-bottom: 1px solid #FFF;
}
td.nav4 a:hover {
	background-color: #CC0000;
}
.feature-head {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	padding: 5px 10px;
}
.feature-subhead {
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
}
.feature-text {
	font-size: 11px;
	background-color: #e5e5e5;
	padding: 10px;
}
.feature-text a {
	color: #003366;
}
.feature-text a:hover {
	color: #003366;
	text-decoration: none;
}
.photo {
	margin: 0px 0px 10px 10px;
	align: right;
}
