BODY {
	background-color : #FDF5E6;
	font-family : "Times New Roman", Times, serif;
	font-size : 8pt;
	margin : 0px 0px 0px 0px;
}

A:LINK {
	font-family : "Times New Roman", Times, serif;
	font-weight : normal;
	font-size : 10pt;
	color : Green;
}

A:VISITED {
	font-family : "Times New Roman", Times, serif;
	font-weight : normal;
	font-size : 10pt;
	color : Black;
}
A:HOVER {
	font-family : "Times New Roman", Times, serif;
	font-size : 10pt;
	font-weight : normal;
	color : Red;
}
TH {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	background-color : #FFEBCD;
	color : Black;
	line-height : 10pt;
	margin : 2px 0px 2px 0px;
	padding : 0px 0px 0px 0px;
	border : thin none White;
}
TD {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	line-height : 12pt;
	background-color : #F5F5DC;
	border : thin solid #DCDCDC;
}
OL:first-line {
	background-color : #FFE4C4;
}
UL:first-line {
	background-color : #FFE4C4;
}
TABLE {
	background-color : #FFEBCD;
	border : thin solid #DCDCDC;
}

