body {
	background-color: #85A477;
	font-family: Arial;
	font-size: 10pt; 
}
.eventname {
	color: #990000;
	font-weight: bold;
}

.alignleft {
	text-align: left;
}


.bluebackground {
	background-color: #9DACBF;
	text-align: center;
}
.backgroundpeach {
	background-color: #F4DF8C;
}

.divcenter {
 
}
.maintable {
	border: thin solid #000000;
	background-color: #FFFFFF;
}
.maintitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
}

h1 			{ font-size: 14pt; margin-top:0; margin-bottom:0; vertical-align:text-top } 

h2 			{
	font-size: 12pt;
	margin-top:0;
	margin-bottom:0;
	vertical-align:text-top;
	color: #0000CC;
	text-decoration: underline;
} 
h3 			{ font-size: 10pt; margin-top:0; margin-bottom:0; vertical-align:text-top } 

a:link       {
	font-weight: bold;
	text-decoration:none;
	color:#324395
}
a:active     {
	font-weight: bold;
	text-decoration:none;
	color:#324395
}
a:hover      {
	font-weight: bold;
	text-decoration:none;
	color:#336666
}
a:visited    {
	font-weight: bold;
	text-decoration:none;
	color:#324395;
	text-align: center;
}
.ads {
	background-color: #F4DF8C;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #85A477;
	text-align: center;
}
.floatLeft {
	float: left;
	padding-right: 6px;
}
