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

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

h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-bottom: 6px;
	margin-top: 0px;
}
h1
{
	color: #000000;
	font-size: 16pt;
	font-style: normal;
	font-weight: normal;
}
h2
{
	color: #000000;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
}
h3
{
	color: #000000;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
}
h4
{
	color: #000000;
}
h5
{
	color: #000000;
}
h6
{
	color: #000000;
}
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;
}