@charset "UTF-8";
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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-image: url(images/bg3.gif);
	background-attachment: fixed;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align: top;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 5px;
	margin-top: 0px;
}


td img {
	display: block;
	border: none;
	padding-top: 1px;
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0px;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	color: #999999;
}
h2 {
	color: #FFFFFF;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

a.tlink:link  {
	color: #FF0000;
}

a.tlink:visited  {
	color: #0000FF;
}

a.tlink:hover  {
	color: #FF0000;
	font-style: italic;
}
.notice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #FF0000;
}

