BODY {  FONT: 11px geneva, verdana, arial, sans-serif;
	scrollbar-base-color: #000000 }


a:link		{ color: #336600; text-decoration: none }

a:visited	{ color: #336600; text-decoration: none }

a:active	{ color: #666666; text-decoration: none }

a:hover		{ color: #FF6600; text-decoration: none }



TABLE 		{ COLOR: #666666; FONT: 12px geneva, verdana, arial, sans-serif }

.title		{ COLOR: #000000; FONT: 16px verdana, arial, sans-serif; font-weight: bold }

.subtitle	{ COLOR: #000000; FONT: 12px geneva, verdana, arial, sans-serif; font-weight: bold }

.copyright	{ COLOR: #000033; FONT: 11px geneva, verdana, arial, sans-serif }


.logo1 { COLOR: #FFFFFF; FONT: 32px verdana, geneva, verdana, arial, sans-serif; font-weight: normal; font-style: italic }

.logo2 { COLOR: #999999; FONT: 32px verdana, geneva, verdana, arial, sans-serif; font-weight: bold; font-style: italic }

.slogan { COLOR: #C0C0C0; FONT: 12px geneva, verdana, arial, sans-serif; font-weight: bold; font-style: italic }


.biglink {
	COLOR: #336600;
	FONT: 12px verdana, arial, sans-serif; font-weight: bold;
	font-style: italic;
	TEXT-DECORATION: none }

.biglink:hover {
	COLOR: #FF6600;
	FONT: 12px verdana, arial, sans-serif; font-weight: bold;
	font-style: italic;
	TEXT-DECORATION: none }


.just {text-align: justify;}



.button { 	background-image: url("picts/button.gif");
		background-color:#CC9999;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #FFFFFF;
		font-size: 9pt;
		height: 18px;
		width: 125px;
		cursor:hand;
		font-weight: bold;
		text-align: left;
		padding-left: 9px;
		padding-bottom: 2px;
		BORDER: #FFFFFF 0px solid }

.buttonon { 	background-image: url("picts/buttonon.gif");
		background-color:#CC9999;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #FFFF9C;
		font-size: 9pt;
		height: 18px;
		width: 125px;
		cursor:hand;
		font-weight: bold;
		text-align: left;
		padding-left: 9px;
		padding-bottom: 2px;
		BORDER: #FFFFFF 0px solid }


.whitecopy {
	COLOR: #FFFFFF;
	FONT: 11px geneva, verdana, arial, sans-serif; 
    font-weight: bold }

#menu { LEFT: 10px; WIDTH: 125px; POSITION: absolute; TOP: 160px }
/* form styles */
fieldset{
padding:10px;
border: 1px solid #455A43;
margin-bottom:15px;
}
/*styles for the contact form*/
/*declaring a margin of 0 will not give you unwanted white space underneath the end of the form*/
/*styles the 'contact form' text at top of contact form*/
form{
margin:0;
}

input,textarea{
background: #E9EEE8;
border: 1px solid #455A43;
}
/*styles the input fields*/
/*styles the form fields*/
label{
color: #455A43;
font-weight:normal;
}
label,span.spacer{
width:100px;
}
legend{
padding:10px;/*gives a bit of padding between the border and the test*/
color: #2C4A4B;
font:14px Verdana,Geneva,Arial,Helvetica,sans-serif;
}
/* end of form styles */