/*	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: #000000;    scrollbar-face-color : #6A737E; 	 scrollbar-shadow-color : #6A737E; 	 scrollbar-highlight-color : #6A737E; 	 scrollbar-3dlight-color : #6A737E; 	 scrollbar-darkshadow-color : #6A737E; 	 scrollbar-track-color : #000000; 	 scrollbar-arrow-color : #cccccc; }/*	Paragraph									*/p {COLOR: #ffffff; FONT-SIZE: 11px; font-weight: normal; font-family: verdana,arial,helvetica;margin-left: 5px;margin-right: 5px;}input{	font-size: 		xx-small;	font-family:	verdana,arial,helvetica;	color:			#ffffff;	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:			#ffffff;	background: 	url('images/bak.gif');	border: 0px solid #fffff;}textarea{	font-size: 		xx-small;	font-family:	verdana,arial,helvetica;	color:			#ffffff;	background: 	url('images/text_back.gif');	border: 1px solid  #ffffff;}/*	Menu unvisited links							*/a.menulink:link {color: #67B7D9;background: #cccccc;TEXT-DECORATION: bold;}/*	Menu visited links							*/a.menulink:visited {color: #67B7D9;background: #cccccc;TEXT-DECORATION: bold;}/*	Menu active links (not widely supported)				*/a.menulink:active {color: #67B7D9;background: #cccccc;TEXT-DECORATION: bold;}/*	Menu links when hovered over (MSIE only)				*/a.menulink:hover {color: #FFFFFF;background: #cccccc;TEXT-DECORATION: bold;}/*	Links unvisited links							*/a.link:link {color: #67B7D9;TEXT-DECORATION: bold;}/*	Links visited links							*/a.link:visited {color: #67B7D9;TEXT-DECORATION: bold;}/*	Links active links (not widely supported)				*/a.link:active {color: #67B7D9;TEXT-DECORATION: bold;}/*	Links when hovered over (MSIE only)					*/a.link:hover {color: #67B7D9;TEXT-DECORATION: bold;}/*	Unvisited links								*/a:link {color: #67B7D9;TEXT-DECORATION: bold;}/*	Visited links								*/a:visited {color: #67B7D9;TEXT-DECORATION: bold;}/*	Active links (not widely supported)					*/a:active {color: #cccccc;TEXT-DECORATION: bold;}/*	Links when hovered over (MSIE only)					*/a:hover {color: #cccccc;TEXT-DECORATION: bold;}input{	font-size: 		xx-small;	font-family:	verdana,arial,helvetica;	color:			#FFFFFF;	background: 	url('form_back.gif');	border: 1px solid  #FFFFFF;}input1{	font-size: 		xx-small;	font-family:	verdana,arial,helvetica;	color:			#FFFFFF;	background: 	url('bak.gif');	border: 1px solid  #FFFFFF;}textarea{	font-size: 		xx-small;	font-family:	verdana,arial,helvetica;	color:			#FFFFFF;	background: 	url('text_back.gif');	border: 1px solid  #FFFFFF;}
