/* CSS Document */
body{
	background-color: #000000;	margin: 0;
	font-family: Arial;	font-size: 12px; color: #999999;
}
table{
	background-color: black;	
	font-family: Arial; font-size: 12px;  color: #C5C5C5;
}
.footer{
	font-size: 11px; color: #666666;
}
.heading{
	font-size: 14px; font-weight: bold;
}


ul.lists{
	list-style-image: url(images/bullet1.gif);
	margin: 0 0 0 20;
	font-size: 12px;
	LINE-HEIGHT: 18px;
	}



.top:link, .top:visited{
text-decoration:none; font-size: 12px;
}
.top:hover{
text-decoration:underline; font-size: 12px;
}

a:link, a:visited{
color: #999999; text-decoration:underline;
}
a:hover{
color: #cccccc; text-decoration:underline;
}


.leftnav:link, .leftnav:visited{
text-decoration:none; font-size: 12px;
}
.leftnav:hover{
text-decoration:underline; font-size: 12px;
}
.menu
{
	font-size: 20px;
	color: white;
}
.TextBox{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	padding : 0;
	border : 1px solid #1e4063;
}
