a:hover {
	color: #1E4D73;	
}
.navbar {
	background-color: #A6BAC5;
	border: 1px solid black;
}

a.nav {
	font : 9pt Arial;
	color: #202020;	
	background-color: #A6BAC5;	
	text-decoration: none;	
	padding : 1px 10px 1px 10px;
	width: 100%;
}

a.nav:visited {
	color: #202020;	
	background-color: #A6BAC5;	
}

a.nav:hover {
	color: white;	
	background-color: #202020;	
}

.navSelected {
	font : 9pt Arial;
	color: #202020;	
	background-color: #8EA9B7;	
	text-decoration: none;	
	padding : 1px 10px 1px 10px;
	width: 100%;
}

h1 { 
	font: bold 12pt Arial;
	color: black;
	background-color: white;		
	padding : 0px 5px 1px 5px;
	border-bottom: 1px solid black;
}

h2 { 
	font: bold 14pt Arial;
	color: #0A2B5C;
	background-color: white;
}

h3 { 
	font: bold 11pt Arial;
	color: #0E3A7C;
	background-color: white;	
}

p { 
	font: 10pt Arial;
	text-align : justify;
}

td { 
	font: 10pt Arial;
}

li { 
	font: 10pt Arial;
}


.rubicon {
	font : Arial;
}

.highlight {
	font : Bold 11pt Arial;
	color: #000094;
	text-align: right;
}

.footer {
	font : 8pt Arial;
	color: gray;
}


