



/*	Note the use of an absolute URI for the background image		*/

/*	This is a workaround for NN using an address relative to the		*/

/*	.html file rather than the .css file					*/

body {

color: #494845;



    scrollbar-face-color : #E3DBCC; 

	 scrollbar-shadow-color : #DAAE2F; 

	 scrollbar-highlight-color : #DAAE2F; 

	 scrollbar-3dlight-color : #DAAE2F; 

	 scrollbar-darkshadow-color : #DAAE2F; 

	 scrollbar-track-color : #E3DBCC; 

	 scrollbar-arrow-color : #D8AB2D; }







/*	Paragraph									*/

p, td {

COLOR: #494845; 

FONT-SIZE: 12px; font-weight: normal; 

font-family: arial,helvetica;

margin-left: 5px;

margin-right: 5px;



}



   html, body{

      margin:0;

      padding:0;

      height:100%;

      border:none

   }



#fullheight{height:100%}



input{

	font-size: 		xx-small;

	font-family:	verdana,arial,helvetica;

	color:			#000000;

	background: 	url('images/form_back.gif');

	border: 1px solid  #000000;

}

select{

	font-size: 		xx-small;

	font-family:	verdana,arial,helvetica;

	color:			#fffffff;

	background: 	url('images/form_back.gif');

	border: 1px solid  #000000;

}

.input1{

	font-size: 		xx-small;

	font-family:	verdana,arial,helvetica;

	color:			#000000;

	background: 	url('images/text_back.gif');

	border: 1px solid  #000000;

}

textarea{

	font-size: 		xx-small;

	font-family:	verdana,arial,helvetica;

	color:			#000000;

	background: 	url('images/text_back.gif');

	border: 1px solid  #000000;

}



/*	Menu unvisited links							*/

a.menulink:link {

color: #DAAE2F;

background: #cccccc;

TEXT-DECORATION: none;

}



/*	Menu visited links							*/

a.menulink:visited {

color: #DAAE2F;

background: #cccccc;

TEXT-DECORATION: none;

}



/*	Menu active links (not widely supported)				*/

a.menulink:active {

color: #DAAE2F;

background: #cccccc;

TEXT-DECORATION: none;

}



/*	Menu links when hovered over (MSIE only)				*/

a.menulink:hover {

color: #C3B096;

background: #cccccc;

TEXT-DECORATION: none;

}



/*	Links unvisited links							*/

a.link:link {

color: #DAAE2F;

TEXT-DECORATION: none;



}



/*	Links visited links							*/

a.link:visited {

color: #DAAE2F;

TEXT-DECORATION: none;

}



/*	Links active links (not widely supported)				*/

a.link:active {

color: #DAAE2F;

TEXT-DECORATION: none;

}



/*	Links when hovered over (MSIE only)					*/

a.link:hover {

color: #C3B096;

TEXT-DECORATION: none;

}



/*	Unvisited links								*/

a:link {

color: #DAAE2F;

TEXT-DECORATION: none;

}



/*	Visited links								*/

a:visited {

color: #DAAE2F;

TEXT-DECORATION: none;

}



/*	Active links (not widely supported)					*/

a:active {

color: #DAAE2F;

TEXT-DECORATION: none;

}



/*	Links when hovered over (MSIE only)					*/

a:hover {

color: #C3B096;

TEXT-DECORATION: none;

}