/* CSS Document */

BODY {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	margin: 10px;
	line-height: 21px;
	}
	
p {
	font-size: 12px;
	}
	
a:link, a:visited, a:active {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}

	
a:hover {
	color: #333333;
	text-decoration: none;
}


h1, .h1 {
	color: #990000;
	font-size: 24px;
	font-weight: bold;
	}

h2, .h2 {
	color: #990000;
	font-size: 18px;
	font-weight: bold;

	}

h3, .h3 {
	color: #990000;
	font-size: 14px;
	font-weight: bold;

	}

h4, .h4 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -8px
	}

.calendar {
	color: #fff !important;
}

.footer {
	font-size:11px;
	color:#FFF;
	line-height: 12px;
}

.footer a:link, .footer a:visited, .footer a:active {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal !important;
}

	
.footer a:hover {
	color: #FFF;
	text-decoration: none;
}


.credit {
	font-size: 10px;
	font-style:italic;
	padding: 0;
	margin: 0;
}

hr {
	color: #990000; 
}