body{
	background-color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 110%;
	scrollbar-base-color: black;
	color: white;
}


p{
	font-size: 11px;
	margin-left:35px;
	margin-right:25px;
	text-align: justify;
	margin-bottom: 3px;
	line-height: 130%;
}

table{
	font-size: 11px;
}

ul{
margin-top: 2px;
margin-bottom:2px;
}

li{
	list-style-image: url(images/dot.gif);
	font-size: 11px;
	margin-left:20px;
	margin-right:20px;
	line-height: 150%;
}

th.in{
border-bottom:1px white solid;
}

td.in{
border-bottom:1px white solid;
}


h1{
font-size:12px;
font-weight:bold;

}



a:link, a:visited, a:active{
	color: silver;
	text-decoration: none;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover        {
	color: White;
	font-size: 12px;
	text-decoration: underline;
}