/* CSS Document */
A 	{
color:	#375C9B;
text-decoration: none;
font-weight: bold
}

A:hover	{
color:	#AA1000;
text-decoration: underline;
font-weight: bold
}

A:active {
color:	#9B7737;
text-decoration: underline;
font-weight: bold
}

p {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 11px;
}

h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
margin-bottom:2px;
margin-top:0px;
}

.eventinfo {
	margin-top: 5px;
}

