td.nav {
	color: white; 
	font-size: 10pt; 
	padding: 3px 10px 3px 10px;
}

a.nav {
	color: white; 
	padding:4px 4px 4px 4px;
}

a.navselected {
	color: #900000; 
	background: white; 
	font-weight: bold; 
	padding:4px 4px 4px 4px;
}

a.nav:hover {
	background: #6e0000; 
	padding:4px 4px 4px 4px;
}

a.navselected:hover {
	color: #900000; 
	background: white; 
	font-weight: bold;
	padding:4px 4px 4px 4px;
}

tr.nav:hover {
	color: #900000; 
	background: white;
}

body {
	background-color: #aaaaaa;
	margin-top: 15px;
	font-family: arial; 
	font-size: 10pt;
}	

p {
	font-family: arial; 
	font-size: 10pt;
}	

h1 {
	font-size: 16pt; 
	font-weight: bold; 
	border-bottom: 2px solid #900000; 
	width: 100%;
}

h2 {
	font-size: 12pt; 
	font-weight: bold; 
	border-bottom: 1px solid #900000; 
	width: 100%; 
}


