BODY {
	color : #FFFACD;
	font-family: Arial, Verdana, sans-serif, serif;
	font-size: 8pt;
	text-align: left;
	list-style : square;
	background-color : #ffffff;
}


 

H1  {
	font-family: Arial, Verdana, sans-serif, serif;
	font-size: 8pt;
	font-weight : bold;
	color : #EEE8AA;
	margin-bottom : 0px;
}

H2 {
	font-family: Arial, Verdana, sans-serif, serif;
	font-size: 8pt;
	color : #EEE8AA;
	font-weight : normal;
}

H3   {
	font-family: Arial, Verdana, sans-serif, serif;
	font-size: 8pt;
	font-weight : normal;
	color : #EEE8AA;
	text-align: left;
	margin-left : 10px;
}


A {
	color: #EEE8AA;
	text-decoration : none;
}

A:Hover {
	color: #DAA520;
	text-decoration : none;
}

HR {
	background : silver none no-repeat fixed center;
	height : 3px;
	color : silver;
	line-height : normal;
}


