/* CSS Document */
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #CCCCCC;
}
body {
	background-image: url(images/bkgrd.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	margin: 0; padding: 0;
}
.calendar {font-size: 12px;}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 16px;
	color: #990000;
}
h3 {
	font-size: 14px;
	color: #990000;
}
a {
	font-size: 14px;
	color: #CF7116;
	font-weight: bold;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #0099CC;
}
a:active {
	color: #FFCC99;
}
.logo {
	text-align: center;
}
.style1 {color: #000000}
.style2 {
	color: #990000;
	font-weight: bold;
}
.style5 {font-size: 16px}
