body {
scrollbar-base-color: #8e7c5c}

/*	Paragraph									*/

p {
COLOR: #000000; 
FONT-SIZE: 11px; font-weight: normal; 
font-family: Geneva, Verdana, Helvetica, Arial, Swiss, sans-serif;
margin-left: 8px;
margin-right: 8px;}


input{
	font-size: 		xx-small;
	font-family:	Geneva, Verdana, Helvetica, Arial, Swiss, sans-serif;
	color:			#000000;
	background: 	url('images/form_back.gif');
	border: 1px solid  #000000;
}

select{
	font-size: 		xx-small;
	font-family:	Geneva, Verdana, Helvetica, Arial, Swiss, sans-serif;
	color:			#000000;
	background: 	url('images/form_back.gif');
	border: 1px solid  #000000;
}

.input1{
	font-size: 		xx-small;
	font-family:	Geneva, Verdana, Helvetica, Arial, Swiss, sans-serif;
	color:			#000000;
	background: 	url('images/text_back.gif');
	border: 1px solid  #000000;
}

textarea{
	font-size: 		xx-small;
	font-family:	Geneva, Verdana, Helvetica, Arial, Swiss, sans-serif;
	color:			#000000;
	background: 	url('images/text_back.gif');
	border: 1px solid  #000000;
}


/*	Menu unvisited links							*/
a.menulink:link {
color: #000000;
TEXT-DECORATION: underline;
}

/*	Menu visited links							*/
a.menulink:visited {
color: #000000;
TEXT-DECORATION: underline;
}

/*	Menu active links (not widely supported)				*/
a.menulink:active {
color: #000000;
TEXT-DECORATION: underline;
}

/*	Menu links when hovered over (MSIE only)				*/
a.menulink:hover {
color: #000000;
TEXT-DECORATION: underline;
}

/*	Links unvisited links							*/
a.link:link {
color: #000000;
TEXT-DECORATION: underline;
}

/*	Links visited links							*/
a.link:visited {
color: #000000;
TEXT-DECORATION: underline;
}

/*	Links active links (not widely supported)				*/
a.link:active {
color: #000000;
TEXT-DECORATION: underline;
}

/*	Links when hovered over (MSIE only)					*/
a.link:hover {
color: #000000;
TEXT-DECORATION: underline;
}

/*	Unvisited links								*/
a:link {
color: #000000;
TEXT-DECORATION: underline;
}

/*	Visited links								*/
a:visited {
color: #000000;
TEXT-DECORATION: underline;
}

/*	Active links (not widely supported)					*/
a:active {
color: #000000;
TEXT-DECORATION: underline;
}

/*	Links when hovered over (MSIE only)					*/
a:hover {
color: #000000;
TEXT-DECORATION: underline;
}