body {
	background-image: url(../IMGs/MarginGradient.gif);
	background-repeat: repeat-x;
	background-color: #000000;
	font-family: Verdana;
	font-size: 10px;
}
a:link {
	color: #0033FF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #0033FF;
	text-decoration: none;	
	font-weight: bold;
}
a:hover {
	color: #0033FF;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #0033FF;
	text-decoration: none;
	font-weight: bold;
}
h1 {
	font-size: 16px;
}
hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	width: 95%;
	height: 1px;
}


.textTable {
	background-color: #FFFFFF;
	background-image: url(../IMGs/tableBackGrad.png);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
}

.mainTable {
	border: 1px solid #CCCCCC;
}
.mainNavLinks {
}
.mainNavLinks td{
	padding: 5px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
}
.mainNavLinks a:link {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.mainNavLinks a:visited {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.mainNavLinks a:hover {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
.mainNavLinks a:active {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.mainHeader {
	background-color: #000000;
}
.mainHeader td {
	padding: 5px;
}
.mainNavBar {
	background-color: #003366;
	background-image: url(../IMGs/mainNavGrad.png);
	height: 30px;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
.rtSideTable {
}
.rtSideTable td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.rtSideTable th {
	padding: 5px;
	background-color: #CCCCCC;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
}
.headerNav a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.headerNav a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.headerNav a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.headerNav a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}.redText {
	font-style: italic;
	color: #FF0000;
}
#lp {
	display:block;
	left: 0;
	top: 0;
	position: absolute;
	width: 100px;
	height: 100px;
	z-index: 100;
	zoom: 1;
	background-color:black;
	filter: alpha(opacity=01); /* internet explorer */
	-khtml-opacity: 0.01;      /* khtml, old safari */
	-moz-opacity: 0.01;       /* mozilla, netscape */
	opacity: 0.01;           /* fx, safari, opera */
	}
}

