body,td,th {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #F09;
}
a:active {
	text-decoration: none;
	color: #FAD;
}
a.menulinks:link {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
a.menulinks:visited {
	text-decoration: none;
	color: #FFF;
    font-weight: bold;
}
a.menulinks:hover {
	text-decoration: underline;
	color: #777;
    font-weight: bold;
}
a.menulinks:active {
	text-decoration: none;
	color: #999;
	font-weight: bold;
}
a.pinklinks:link {
	color: #F69;
	text-decoration: none;
	font-weight: bold;
}
a.pinklinks:visited {
	text-decoration: none;
	color: #F69;
	font-weight: bold;
}
a.pinklinks:hover {
	text-decoration: underline;
	color: #F9C;
	font-weight: bold;
}
a.pinklinks:active {
	text-decoration: none;
	color: #F69;
	font-weight: bold;
}
#container1 {
	background-attachment: scroll;
	background-image: url(../images/line.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#container2 {
	background-attachment: scroll;
	background-image: url(../images/topbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#splash {
	background-attachment: scroll;
	background-image: url(../images/splash_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #101010;
	color: #FFF;
}
.whitetext {
	color: #FFF;
}

