a:link, a:visited, a:active 
{
	color: #CC3300;
	text-decoration: none;
	font-weight: bold;
}

a:hover 
{
	color: #000000;
	background-color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
	color: #000000;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	scrollbar-base-color: #FFFFD7;
	scrollbar-3dlight-color: #000080;
	scrollbar-arrow-color: #FFFFD7;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #FF9900;
	scrollbar-highlight-color: #FFFFD7;
	scrollbar-shadow-color: #CC3300;
	scrollbar-track-color: #FFFFD7;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-bottom: 6px;
	margin-top: 0px;
}
h1
{
	color: #009999;
	font-size: 16pt;
	font-style: normal;
	font-weight: normal;
}
h2
{
	color: #009999;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
}
h3
{
	color: #009999;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
}
h4
{
	color: rgb(0,153,153);
}
h5
{
	color: rgb(102,102,102);
}
h6
{
	color: #000080;
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	filter:Shadow(color=#FF9900,direction=135);padding:10;width:100%
}
table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}

p
{
	margin-bottom: 5px;
	margin-top: 0px;
}

ol
{
	margin-bottom: 3px;
	margin-top: 0px;
	list-style-type: decimal;
}

ul
{
	margin-bottom: 8pt;
	margin-top: 0px;
	list-style-type: disk;
}
