Body{
  background: #000000;
}

A.nav:link {font-family: century gothic; font-size: 14px; text-decoration: none; color: #000000;}
A.nav:visited {font-family: century gothic; font-size: 14px; text-decoration: none; color: #000000;}
A.nav:active {font-family: century gothic; font-size: 14px; text-decoration: none; color: #000066;}
A.nav:hover {font-family: century gothic; font-size: 14px; text-decoration: none; color: #000066;}
A.footer:link {font-family: century gothic; font-size: 12px; text-decoration: none; color: #FFFFFF;}
A.footer:visited {font-family: century gothic; font-size: 12px; text-decoration: none; color: #FFFFFF;}
A.footer:active {font-family: century gothic; font-size: 12px; text-decoration: none; color: #FFFFFF;}
A.footer:hover {font-family: century gothic; font-size: 12px; text-decoration: none; color: #FFFFFF;}

TD.header{
	background-image: url(images/header_bg.jpg);
	font-family: century gothic;
	font-size: 14px;
	font-weight:normal;
	color:#000000;
}

TD.footer{
	background: #666666;
	font-family: century gothic;
	font-size: 12px;
	font-weight:normal;
	color:#FFFFFF;
}

TD.main{
	background: #FFFFFF;
	font-family: century gothic;
	font-size: 12px;
	font-weight:normal;
	color:#000000;
}

TD.pageheading{
	font-family: century gothic;
	font-size: 15px;
	font-weight: Bold;
	color:#000000;
}

TD.nav{
	font-family: century gothic;
	font-size: 14px;
	font-weight:normal;
	color:#000000;
}

TD.smalltext{
	font-family: century gothic;
	font-size: 10px;
	font-weight:normal;
	color:#000000;
}

.input{
 font-size: 14px;
 background-color: #F5F5F5;
 border: 1px solid #C0C0C0;
 padding-left: 4px;
 padding-right: 4px;
 padding-top: 1px;
 padding-bottom: 1px;
}

.legend{
 font-family: century gothic;
 font-size: 14px;
 font-weight:normal;
 color:#000000;
}

.fieldseteven{
 background-color: #FFFFFF;
}

.fieldsetodd{
 background-color: #F9F9F9;
}

#navlist{
 margin-left: 0;
 padding-left: 0;
 list-style: none;
}

#navlist li{
 padding-left: 20px;
 height: 25px;
 align; middle;
 background-image: url(images/tick.jpg);
 background-repeat: no-repeat;
 background-position: 0 .5em;
}