

/*	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 : #006881; 
	 scrollbar-shadow-color : #494845; 
	 scrollbar-highlight-color : #006881; 
	 scrollbar-3dlight-color : #006881; 
	 scrollbar-darkshadow-color : #494845; 
	 scrollbar-track-color : #ffffff; 
	 scrollbar-arrow-color : #ffffff; }



/*	Paragraph									*/
p {
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  #FFFFFF;
}
select{
	font-size: 		xx-small;
	font-family:	verdana,arial,helvetica;
	color:			#fffffff;
	background: 	url('images/form_back.gif');
	border: 1px solid  #FFFFFF;
}
.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: #006881;
background: #cccccc;
TEXT-DECORATION: none;
}

/*	Menu visited links							*/
a.menulink:visited {
color: #006881;
background: #cccccc;
TEXT-DECORATION: none;
}

/*	Menu active links (not widely supported)				*/
a.menulink:active {
color: #006881;
background: #cccccc;
TEXT-DECORATION: none;
}

/*	Menu links when hovered over (MSIE only)				*/
a.menulink:hover {
color: #000000;
background: #cccccc;
TEXT-DECORATION: none;
}

/*	Links unvisited links							*/
a.link:link {
color: #006881;
TEXT-DECORATION: none;

}

/*	Links visited links							*/
a.link:visited {
color: #006881;
TEXT-DECORATION: none;
}

/*	Links active links (not widely supported)				*/
a.link:active {
color: #006881;
TEXT-DECORATION: none;
}

/*	Links when hovered over (MSIE only)					*/
a.link:hover {
color: #000000;
TEXT-DECORATION: none;
}

/*	Unvisited links								*/
a:link {
color: #006881;
TEXT-DECORATION: none;
}

/*	Visited links								*/
a:visited {
color: #006881;
TEXT-DECORATION: none;
}

/*	Active links (not widely supported)					*/
a:active {
color: #006881;
TEXT-DECORATION: none;
}

/*	Links when hovered over (MSIE only)					*/
a:hover {
color: #000000;
TEXT-DECORATION: none;
}