@charset "utf-8";
/* CSS Document */


body {
	background-color: #000000;
}


/*Headers*/
#bgtable {
	background-color: #999999;
}
#navtable {
	background-color: #507B85;
	text-align: center;
	color: #ffffff;
}

/*Header-Footer Links-Text*/
.navlink {
	color: #ffffff;
	font-family: Georgia, Verdana, serif;
	font-size: 14px;
	text-align: center;
}
.minornavlink {
	color: #ffffff;
	font-family: Georgia, Verdana, serif;
	font-size: 12px;
	text-align: center;
}
.navtext {
	color: #cccccc;
	font-family: Georgia, Verdana, serif;
	font-size: 12px;
	text-align: center;
}

/*Body*/
.bodytext {
	font-family: Georgia, Verdana, serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5em;
}
.bodylinks {
	font-family: Georgia, Verdana, serif;
	font-size: 12px;
	color: #E8E8E8;
	line-height: 1.5em;
}
.majorbodylinks {
	font-family: Georgia, Verdana, serif;
	font-size: 12px;
	color: #336666;
	line-height: 1.5em;
	font-weight: bold;
}
#headertable {
	background-color: #507B85;
	border:1;
	border-color:#000000;
}
.calendarlinks {
	font-family:Georgia, Verdana, serif;
	font-size:12px;
	color: #FFFFFF;
	font-weight: bold;
}


/*Headers*/
.bodyheaders {
	font-family: Georgia, Verdana, serif;
	font-size: 18px;
	color: #000000;
	font-weight: bolder;
}
.bodyheaders2 {
	font-family: Georgia, Verdana, serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bolder;
}
.bodyheaders3 {
	font-family: Georgia, Verdana, serif;
	font-size: 16px;
	color: #000000;
	font-weight: bolder;
}
.bodyheaders4 {
	font-family: Georgia, Verdana, serif;
	font-size: 14px;
	color: #000000;
	font-weight: bolder;
}
.colorheader {
	font-family: Georgia, Verdana, serif;
	font-size: 12px;
	color: #006666;
	font-weight: bolder;
}

/*Credits*/
.credits {
    font-family: Georgia, Verdana, serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
}
.creditslink {
    font-family: Georgia, Verdana, serif;
	font-size: 9px;
	color: #a4dae9;
	text-align:center;
}

/*Links*/
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#FFFFFF;
}
a:active {
	text-decoration: none;
}