/* CSS Document */

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF6600;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	font-variant: normal;
	text-transform: none;
}
.bodylarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	font-variant: normal;
	text-transform: none;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #660000;
}
.black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.blueheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #0000CC;
	text-transform: uppercase;
}

.error{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #CC0000;
}
hr{
	border-top: 1px solid #336600;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin:0;
	padding:0;
}
a{
	color: #66642C;
}
td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	font-variant: normal;
	text-transform: none;
}
.orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFCC66;
}
.yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFCC;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	color: #000000;
}

#event {
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 7px;
	text-align: left;
}

.event {
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0000CC;
	}
	
	a.event:link, a.event:visited, a.event:active {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0000CC;}
	
	a.event:hover {
	color: #CC0000;
	}