BODY {
	background-color : #FDF5E6;
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	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 : #DCDCDC;
	color : Black;
	line-height : 10pt;
	margin : 0px 0px 0px 0px;
	padding : 1px 1px 1px 1px;
	border : thin none #DEB887;
}
TD {
	padding : 1px 1px 1px 1px;
	margin : 0px 0px 0px 0px;
	line-height : 12pt;
	border : thin none White;
	background-color : White;
}
OL:first-line {
	background-color : #FFE4C4;
}
UL:first-line {
	background-color : #FFE4C4;
}
table {
	font-family: "Times New Roman", Times, serif;
	font-size: 8pt;
	line-height: 8pt;
	color: #000000;
	border: thin solid #FFCC00;
	border-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	background-color : #E6E6FA;
}
CITE {
	font-family : sans-serif;
	font-size : 6pt;
	font-variant : normal;
	font-style : normal;
}
DT {
	font-style : normal;
	font-weight : bold;
	font-size : 8pt;
}
DD {
	font-size: 8pt;
	font-style : normal;
	font-weight : normal;
	background-color : White;
}