body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	padding: 0px;
	margin: 0px;
	top: 0px;
	}

h0 
	{
	font-size:20px;
	font-weight: normal;
	padding: 5px 0px;
	margin:0px;
	color: #666666;
	text-align: left;
	}

h1 
	{
	font-size:14px;
	font-weight: bold;
	padding: 0px 0px 0px;
	margin:0px;
	color: #666666;
	}

h2 
	{
	font-size:12px;
	font-weight: bold;
	padding: 0px 0px 0px;
	margin:0px;
	color: #111111;
	}
a:visited {
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
}


a:link {
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #FF9900;
	font-weight: bold;
}

a:active {
	color: #990000;
	font-weight: bold;
}



li {
	list-style-type: circle;
	position: static;
	text-align: justify;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	

table 
	{
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 12px;
	color:#000000;
	text-align: left;
	vertical-align: top;
	text-align: justify;
	}

td
	{
	vertical-align: top;
	padding:5px 10px 5px 0px;
	text-align: justify;
	}

	




#content 
	{
	background-color: #ffffff;
	padding: 10px;
	margin-left: 0px;
	margin-top: -10px;
	margin-right: 0px;
	width: 580px;
	}

div#content 
	{ 
	min-height:260px;
	height:expression(this.scrollHeight > 260? "auto":"260px"); 

	}
