BODY 
{
	font-size : 10pt;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 10px;
	margin-bottom : 0px;
	color : Black;
	font-family : sans-serif;
	background-color : White;
}
P
{
	font-size : 10pt;
	color : Black;
	font-family : sans-serif;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 6px;
	margin-bottom : 0px;
}
DIV
{
	font-size: 10pt;
	text-align: left;
	color : Black;
	font-family : sans-serif;
	margin-left : 10px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 5px;
}
TH
{
	font-size: 11pt;
	color : Black;
	font-family : sans-serif;
	font: small-caps
}
TD
{
	font-size: 10pt;
	color : Black;
	font-family : sans-serif;
}
H1
{
	margin-top : 10px;
	margin-bottom : 5px;
	font : bolder small-caps 18pt sans-serif;
	color : Red;
}
H2
{
	font-weight: bold;
	font-size: 12pt;
	margin-top : 6px;
	margin-bottom : 3px;
	font : small-caps;
	color : Green;
}
H3
{
	font-weight: bold;
	font-size: 11pt;
	margin-top : 6px;
	margin-bottom : 3px;
	font : small-caps;
	color : Black;
}
A:link
{
	FONT-WEIGHT: bold;
	COLOR: Red;
	TEXT-DECORATION: none;
}
A:active
{
	FONT-WEIGHT: bold;
	COLOR: Red;
	TEXT-DECORATION: none;
}
A:visited
{
	FONT-WEIGHT: bold;
	COLOR: Red;
	TEXT-DECORATION: none;
}
A:hover
{
	FONT-WEIGHT: bold;
	COLOR: Red;
	TEXT-DECORATION: underline;
}
IMG
{
	border : 1px groove Red;
}
UL
{
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 16px;
  list-style-position : outside
}
OL
{
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 24px;
  list-style-position : outside
}
HR
{
	width : 50%;
	color : #ff9966;
	height : 1px;
}