BODY, P, U {
	font-family : Arial, Helvetica, sans-serif;
}

A.menu:LINK, A.menu:VISITED {
	font-family: Arial, Helvetica, sans-serif;
	color : #000000;
	text-decoration : none;
	font-size: 10pt;
	margin-bottom : 0px;
	margin-top : 0px;
}

A.menu:HOVER, A.menu:ACTIVE {
	font-family: Arial, Helvetica, sans-serif;
	color : #000000;
	text-decoration: underline;
	font-size: 10pt;
	margin-bottom : 0px;
	margin-top : 0px;
	
}

.btext {
	font-size:12pt;
}
#bblue {
	font-weight:bold;
	color: 258993;
}
#bsmall {
	font-size:10pt;
}




H1.H1 {
						font-family: Arial, Helvetica, sans-serif;
            font-size: 25px;
            font-weight:bold;
            text-decoration: none;
            color: FFA800;
            text-align: center;
}


SMALL {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color : #000000;

}
TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color : #E2F0F2;
	color : #000000;
	margin-top : 5;
	
	border-color:#8FC5CB;
}

TEXTAREA.gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color : #E3E7E1;
	color : #000000;
	margin-top : 5;
}

CODE 	{
	font-family : "Courier New", Courier, monospace;
	font-size : 12px;
	margin-bottom : 0px;
	margin-top : 0px;
	color : #000000;
}	