body {
	background: White;
	color: Black;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.mainCell{
	background: White;
	color: Black;
	padding-left: 12px;
	padding-right: 12px;
}
td {
   background: White;
	color: Black;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

.bigger {
   background: White;
	color: Black;
	font-size: 24px;
}

.bigheader {
   background: White;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.bold {
   background: White;
	color: Black;
	font-size: 14px;
	font-weight: bold;
}

.copyright {
    background: White;
	color: #666666;
	font-size: 12px;
}

.header {
	color: Black;
	background: White;
	font-size: 14px;
	font-weight: bold;
}

.normaltext {
	color: Black;
	background: White;
	font-size: 14px;
}

.pagetitle {
	color: #FF0000;
	background: White;
	font-size: 16pt;
}

.paragraph {
	color: #999999;
	background: White;
	font-size: 12px;
}

.paraheader {
	color: #CC0000;
	background: White;
	font-size: 14px;
	font-weight: bold;
}
.blueparaheader {
   color: Blue;
	background: White;
	font-size: 14px;
	font-weight: bold;
}
.credits{ background: White;color: #C0C0C0; font-size: 12px; }

a:link {
	color: #000099;
	background: White;
	font-size: 14px;
	font-weight: normal;
}

a:visited {
	color: #000099;
	background: White;
	font-size: 14px;
	font-weight: normal;
}

a:hover {
	color: #993300;
	background: White;
	font-size: 14px;
	font-weight: normal;
}

a:active {
   background: White;
	color: #000099;
	font-size: 14px;
	font-weight: normal;
}

.credits:link,.credits:active,.credits:visited,.credits:hover{
	background: White;
	color: #C0C0C0;
	font-size: 12px;
	text-decoration: none;
}
.leftColumn{
	background: White;
	border-right: 1px dotted Black;
	padding-right: 5px;
}
.topNavBar{
	background: White;
	border-bottom: 1px dotted Black;
	padding-bottom: 5px;
}
a.nav:link, a.nav:active,a.nav:visited {
	background: White;
	color: #000066;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
a.nav:hover {
	background: White;
	color: Red;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
