body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 18px;
	color: #333333;
}
h2 {
	font-size: 14px;
	color: #333333;
}
h3 {
	font-size: 11px;
	color: #000000;
}

.logo {font-family: "Century Gothic"; font-size: 80px;}

.copyright, .copyright a:link, .copyright a:visited, .copyright a:active {color: #FFFFFF; font-weight: normal; text-decoration: none;}
.copyright a:hover {color: #CCCCCC; font-weight: normal; text-decoration: none;}
.errormsg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}
.green, .green a:link {
	color: #339900;
}
.red, .red a:link {
	color: #FF0000;
}

marquee {
	-moz-binding:   url("marquee-binding.xml#marquee");   /* needed */
	display:        block;   /* needed */
	overflow:       hidden;  /* needed */
	height:         13px;   /* needs to be a value. auto does not render correctly */
}

/*FORM STYLES*********************/
.frm_textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #F9F9F9;
	border: solid #CCCCCC 1px;
}
.frm_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border: solid #333333 1px;
	margin: 0;
	padding: 0;
}

#navcontainer
{
	margin: 0;
	padding: 0;
	position: static;
	border-top: 1px solid #000000;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	border: 0;
}

#navcontainer ul li a
{
	padding: 0;
	margin: 0;
	background-color: #000000;
	border-right: 1px solid #FFFFFF;
	width: 100px;
	height: 24px;
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 10px/22px Verdana, Arial, Helvetica, sans-serif;
}

#navcontainer ul li a:hover
{
	color: #FFFFFF;
	background-color: #000000;
}

#navcontainer a:active
{
	color: #FFFFFF;
	background-color: #000000;
}

#navcontainer li#active a
{
	color: #000000;
	background-color: #FFFFFF;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
.button a:link, .button a:visited, .button a:active{
	color: #666666;
	background-color: #DDDDDD;
	text-decoration: none;
	padding: 4px;
	margin: 0;
}
.button a:hover {
	color: #000000;
	background-color: #C3C3C3;
	text-decoration: none;
	padding: 4px;
	margin: 0;
}

