BODY {
	background-color : #FFFFFF;
}

P {
   	font-family : sans-serif;
	font-size : 9pt;	
	color : #000000;
}

H1 { 
   background-color: #FFE4C4;
	color : #000000;
	font-family : sans-serif;
	font-size : 10pt;
	font-weight: bold;
	text-align: left;
	text-indent: 5%;
}

A:link {
	color : #CE3100;
	font-family : sans-serif;
	font-size : 9pt;
	text-decoration: none;
}

A:visited {
	color : #FF7F00;
	font-family : sans-serif;
	font-size : 9pt;
	text-decoration: none;
}

A:hover { 
	color : #FF7F50;
	font-family : sans-serif;
	font-size : 9pt;
	text-decoration: none;
}

UL { 
	color : #000000;
	font-family : sans-serif;
	font-size : 9pt;
	list-style-type: square;
}

.menu 	{ 
	color : #00319C;
	font-family : sans-serif;
	font-size : 8pt;
	font-weight: 600;
	text-decoration: none;
}

.submenu { 
	color : #A9A9A9;
	font-family : sans-serif;
	font-size : 8pt;
	font-weight: 600;
	text-decoration: none;
}

