html, body {
	margin: 0;
	padding: 0;
	background-image:url(images/bg.gif);
}
#eventshead {
	color:#FFFFFF;
}
.whiteboldsmall {
	font-weight: bold;
	font-variant:small-caps;
	color: #FFFFFF;
	font-size:10px;
}
td {
	font-size: 12px; 
	color: #666666;
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 24px; 
	color: #666666;
	line-height: 75%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:100;
}
.headline {
	font-size: 24px; 
	line-height: 160%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:100;
}
a:link, a:visited {
	text-decoration: underline;
	color: #CC0000;
}
a:hover, a:active {
	text-decoration: none;
	color: #000000;
}
.divider {
	border-top: 1px solid #CCCCCC;
}
.divider-border {
	border: 1px solid #CCCCCC;
}
.divider-dark {
	border-top: 1px solid #727272;
}
.divider-left-blue {
	border-left: 1px solid #01426C;
}
.color {
	color: #CC0000;
}
.white {
	color: #FFFFFF;
}
.byline {
	font-size: 9px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
.title {
	font-size: 20px;
	color: #01426C;
	line-height:120%;
}
