@charset "UTF-8";
/* CSS Document */

body {
	background-color:#ffffff
	color:#000000;
	}
p	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;	
	}
li, ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:normal;
	}
h1	{
	font-size: 24px;
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
h2	{
	font-size:20px;
	color:#CC0000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3	{
	font-size:16px;
	color:#FF0000;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a	{
	color:#990000;
}
a:visited {
	color: #0000FF;	
}
td	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
#news {
	margin: 5px;
	padding: 5px;
	float: right;
	height: auto;
	width: 250px;
	border: thin double #990000;
}
tr.alt {
	background-color:#cccccc;
}