A:         { font-family: Arial, Verdana, Helvetica; font-size: 9pt; color: yellow; text-decoration: none; font-weight: normal;}
A:link     { font-family: Arial, Verdana, Helvetica; font-size: 9pt; color: yellow; text-decoration: none; font-weight: normal;}
A:visited  { font-family: Arial, Verdana, Helvetica; font-size: 9pt; color: yellow; text-decoration: none; font-weight: normal;}
A:hover    {
	font-family: Arial, Verdana, Helvetica;
	font-size: 9pt;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

.title     { font-family: Arial, Verdana, Helvetica; font-size: 10pt; color: #990000; font-weight: bold; font-style: normal; text-decoration: none;}

.pageheader     {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12pt;
	color: yellow;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

td     { font-family: Arial, Verdana, Helvetica; font-size: 9pt; color: white; font-weight: normal; font-style: normal; text-decoration: none;}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5 browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000;
}
.oneColLiqCtr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #mainContent {
	padding: 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.topnav A:link { font-family: Arial, Verdana, Helvetica; font-size: 9pt; color: yellow; text-decoration: none; font-weight: normal;}
.topnav A:visited { font-family: Arial, Verdana, Helvetica; font-size: 9pt; color: yellow; text-decoration: none; font-weight: normal;}
.topnav A:active { font-family: Arial, Verdana, Helvetica; font-size: 9pt; color: yellow; text-decoration: none; font-weight: normal;}
.topnav A:hover {
	font-family: Arial, Verdana, Helvetica;
	font-size: 9pt;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
