.title {
	font-family : Arial;
	font-size : 16pt;
	font-weight : bold;
	color : #000000;
}

.hdr {
	font-family : Arial;
	font-size : 14pt;
	font-weight : bold;
	text-align : center;
}

.highlights {
	font-family : Arial;
	font-size : 13pt;
	font-weight : bold;	
	color : #862B00;
}

.head {
	font-family : Arial;
	font-size : 12pt;
	color : #C80808;
	font-weight : bold;
}

.body-bold {
	font-family : Arial;
	font-size : 10pt;
	font-weight: bold;
}

.body {
	font-family : Arial;
	font-size : 10pt;
	text-align : justify;
}

.nav {
	font-family : Arial;
	font-size : 11 pt;
	font-weight : bold;
	
}

.subnav {
	font-family : Arial;
	font-size : 8pt;
	font-weight : bold;
	font-style : italic;
	color : #3A3AA5;
}

.small {
	font-family : Arial;
	font-size : 7pt;
}
.search {
	font-family : Arial;
	font-size : 6pt;
	color : #FFFFFF;
	
}

A {text-decoration : none;}
A:HOVER {color : #000000;}
A:active {color : #FB0000;}
A:visited {color : #FB0000;}
A:link {color : #C80808;}

