body {
 	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	color: #000000;
}


a, a:link, a:visited, a:active {
	color: blue;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.nav_bg {
	background-image:url(images/nav_back.gif);
	text-align: right;
	padding-right: 10px;
}


.nav_link,.nav_link:link, .nav_link:visited,.nav_link:hover,.nav_link:active {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #07153e;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none
}

.nav_link:hover {
	TEXT-DECORATION: none;
}

.smallnav,.smallnav:link, .smallnav:visited,.smallnav:hover,.smallnav:active {
	FONT-SIZE: 11px;
	COLOR: blue;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none
}

.left_bg {
background-color: #fff;
}

.right_bg {
	background-image:url(images/side_tile.gif);
}

.main_bg {
	background-repeat: repeat-y;
	background-image:url(images/content_white.gif);
}

.title {
	font-size: 25px;
	font-weight: bold;
	color: #275c69;
}

.subtitle {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}

.downloads {
	color: #333333;
	padding: 3px;
	font-size: 12px;
	border: 1px;
	border-style: solid;
	border-color: #eeeeee;
}

.small {font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.footer {font-family: verdana;
	font-size: 9px;
	color: #fff;
	background-color: #333;
}

.footer_link, .footer_link:link, .footer_link:visited, .footer_link:active  {
	FONT-SIZE: 9px;
	COLOR: #fff;
	FONT-FAMILY: verdana; 
	TEXT-DECORATION: underline;
}

.footer_link:hover {
	TEXT-DECORATION: none;
}


