.main { /* main body txt */
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	color: #424a52;
}
.footer { /* main body txt */
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	
}	
.nav {
	font-family: "Trebuchet MS", Verdana, Helvetica;
	color: #424a52;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}	


.nav a:hover {
	background: #999999;
	color: #FFFFFF;
}

h1 { /* page titles*/
 	font-family:  "Trebuchet MS", Verdana, Helvetica;
 	color: #285685;
	font-size: 16pt;
 	margin: 1;
 	font-weight: normal;
 	line-height: 20px;

}

/*Arial, Helvetica, sans-serif*/
h2 { /* secondary titles*/
	font-family: "Trebuchet MS", Verdana, Helvetica;
	color: #285685;
	font-size: 9pt;
	font-weight: bold;
	line-height: 30px;
    margin: 0;
	text-decoration: none;
}


