BODY {
	font-family : Verdana, Arial, sans-serif;
	font-size : 9pt;
	border: 0;
	margin: 0;
	color: black ;
	background-color: #FFE4B2;
}

TD {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10pt;
	color: #CC9966;
}

H2 {
	font-family : Verdana, Arial, sans-serif;
	font-size : 13pt;
	text-align:center;
}

H1 {
	font-family : Verdana, Arial, sans-serif;
	font-size : 14pt;	
}

A {
	text-decoration: none;
	color: #996600;
	font-weight : bold;
}

A:Hover {
	text-decoration: underline;
	color: #CC9966;
	font-weight : bold;
}

A.menu {
	font-size : 10pt;
	text-decoration: none;
	color: #996600;
	font-weight : bold;
}

A.menu:Hover {
	font-size : 10pt;
	text-decoration: underline;
	color: #CC9966;
	font-weight : bold;
}

li.numbers {
	list-style-type : decimal;
	padding-top : 8px;
	color: black;
}

li.dots {
	list-style-type : circle;
	padding-top : 10px;
	color: black;
}
P {
	color: black;
	}

