/* CSS Document */


body {
	background-color:#FFFFFF;
	background-image:url();
	background-position:inherit;
	background-attachment:scroll;
	background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-size:12px;
	
}
a
{ 
	text-decoration:none;
	color:#FF0000;
}
a:hover
{ 
	text-decoration:none;
	color:#000000;
}
.main
{
	margin-top:10px;
}
.header
{
	font-size:16px;
	font-style:italic;
	font-weight:bold;
}
.topheader
{
	font-size:24px;
	font-style:italic;
	font-weight:bold;
}
.events
{
	font-size:16px;
	font-style:italic;
	color:#FF0000;
}	
.blackheader
{
	font-weight:bold;
	color:#000000;
}