/* CSS Document */
body
{
	background: url(images/bg.jpg) repeat-x #B8C0C9;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 17px;
}
.text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 17px;
}

A:link	{ color: #C25214; text-decoration: none; font-weight: normal;}
A:visited { color: #C25214; text-decoration: none; font-weight: normal;}
A:active { color: #C25214; text-decoration: none; font-weight: normal;}
A:hover	{ color: #C25214; text-decoration: underline; font-weight: normal;}

.eventtitle
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.heading
{
	font-size: 15px;
	font-weight: bold;
	color: #233F59;
	line-height: 16px;
}
.subheading
{
	font-size: 13px;
	font-weight: bold;
	color: #C25214;
	line-height: 18px;
}


.linkb {
	font-size: 10px;
	color: #C25214;
	font-weight: bold;
}
.linkblue {
	color: #0000CC;
}
.textsmall {
	font-size: 11px;
}

