body { 
	font: 80% helvetica, helvetica, sans-serif, Verdana;
	background: #fff;
	margin: 0;
	padding: 0;
}
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: helvetica, helvetica, sans-serif, Verdana;
}
A:link { 
	font-family: helvetica, helvetica, sans-serif, Verdana;
	border: none; 
}
A:visited {
	font-family: helvetica, helvetica, sans-serif, Verdana;
	border: none; 
}        
A:hover { 
	font-family: helvetica, helvetica, sans-serif, Verdana;
	text-decoration: underline; color:#008000; 
	border: none; 
}

table {
        border-collapse: collapse;
}

h1 {
	font-size: 135%;
	font-weight: bold;
}

h2 {
	font-size: 120%;
	font-weight: bold;
}

h3 {
	font-size: 110%;
	font-weight: bold;
}
h4 {
        font-size: 100%;
        font-weight: bold;
}

table {
	margin: 0;
        border-collapse: collapse;
}

form { padding-top: 10px; }
#sitewidth { 
	width:760px;
	margin: auto;
	text-align: left;
}
#form input, text, select, option {
	margin: 3px 0px;
	font-family: Helvetica, Arial,sans-serif, 'trebuchet ms', Verdana; 
	font-size: 110%;
	font-weight:bold;
	color: #000;
	background-color: #eee;
}
.input {
	color: #000;
	padding: 1px 0 1px 3px;
	background-color: #eee;
	width: auto;
        font-family:Helvetica, Arial,sans-serif, 'trebuchet ms', Verdana;
        font-size:110%;
        font-weight:bold;
}
input, textarea {
	border: 1px inset #666;
	padding: 1px 0 1px 3px;
	background-color: #eee;
        font-family:Helvetica, Arial,sans-serif, 'trebuchet ms', Verdana;
        font-size:110%;
        font-weight:bold;

}
input.radio { background-color: #eee; border:0px;  }
input:focus, textarea:focus {
	border: 1px solid #000;
	background-color: #FFFFFF;
        font-family:Helvetica, Arial,sans-serif, 'trebuchet ms', Verdana;
        font-size:110%;
        font-weight:bold;
}
input.btn,select.btn{
	color:#333366;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:110%;
	font-weight:bold;
	background-color:#CCCCFF;
	border:3px solid;
	border-top-color:#C0C0C0;
	border-left-color:#C0C0C0;
	border-right-color:#333366;
	border-bottom-color:#333366;
}
