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