/* CSS Document */

	body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	}
	
	.section{
	background-color:#122551;
	color:#FFFFFF;
	font-weight:bold;
	}
	
	.fineprint{
	color:#CCCCCC;
	}
	
	/*Links for sub navigation below the page title*/
	.topnav:link, .topnav:visited, .topnav:active {
	font-size: 11px;
	text-decoration: none;
	color: #666666;
	}

	/*Underline links on hover*/
	.topnav:hover{
	font-size: 11px;
	text-decoration : underline;
	color: #666666;
	}
	
	.topnavon{
	font-weight:bold;
	color:#666666;
	}

	/*inline links*/
	/*A, A:active, A:visited {
	color: blue;
	text-decoration: none;
	}*/
	
	/*inline links*/
	A, A:active, A:visited {
	color: #666666;
	text-decoration: none;
	}

	A:hover{
	color: #666666;
	text-decoration : underline;
	}
	
	.bold{
	color:#122551;
	font-weight:bold;
	}
	
	.gallery{
	padding-left:8px;
	padding-right:8px;
	padding-top:8px;
	padding-bottom:3px;
	}

