/* CSS Document */

body {
	background-image: url(/images/body_bkg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CCCCCC;
}
.bottnav a:link, .bottnav a:visited, .bottnav a:hover, .bottnav a:active {
	font-size: 11px;
	}
a:link, a:visited {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #00DDDD;
}
a:active {
	text-decoration: none;
	color: #E8C1FF;
}
h1 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	display: block;
	background: black;
	padding-right: 5px;
}
h2 {
	font-size: 16px;
}
.style1 {color: #666666}
.caption {
	font-size: 11px;
	color: #eaeaea;
}
.dates {
	font-size: 24px;
	font-weight: bold;
	color: #99CCCC;
}
.calendarhdg {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(/images/calendarhdg_bkg.gif);
	border-bottom: 1px solid #666666;
}
