.title {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
	color : #282E7E;
}

.head {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color : #282E7E;
	font-weight : bold;
}

.body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

.highlight {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : #08588C;
}
.nav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #000000;
}

.red {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight: bold;
	color : #FF0000;
}

.body-bold {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
}

.adr {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
}

.nav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	weight : bolder;
	color : #FFFFFF;
}

.small {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #FF0000;
}

A:LINK {
	text-decoration : none;
	color : #0000FF;
	font-weight : bold;
}

A:VISITED {
	text-decoration : none;
	color : #000080;
	font-weight : bold;
}
A:HOVER {
	color : #66CCFF;
	font-weight : Bold;
	text-decoration : none;
	padding : 0px;
}


