body, td {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

body {
	background-color: #002F62;
}


a:link {color:#002F62; text-decoration:underline} 
a:visited {color:#002F62; text-decoration:underline} 
a:active {color:#002F62; text-decoration:underline} 
a:hover {color:#002F62; text-decoration:none}


.nav_buttons {
	font-size: 11px;
	color: #002F62;
	font-weight: bold;
	line-height: 27px;
	background-image: url(images/navigation_arrow.gif);
	padding-left: 35px;
}

.nav_buttons a:link {
	color: #002F62;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
} 

.nav_buttons a:visited {
	color: #002F62;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
} 

.nav_buttons a:active {
	color: #002F62;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
} 

.nav_buttons a:hover {
	color: #E9531C;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
} 


.info_box {
	font-size: 10px;
	padding: 9px;
}

.info_box_header {
	color: #FFFFFF;
	font-size: 13px;
	background-color: #E9531C;	
	padding-left: 9px;
	padding-right: 0px;
}


.main {
	font-size: 13px;
	padding: 15px;
	border-left: 1px solid #CCCCCC;
}


.main_header {
	color: #002F62;
	font-size: 13px;
	background-color: #DCDBD9;	
	padding-left: 15px;
	padding-right: 7px;
}


.footer {
	font-size: 10px;
}