.plaintext {  
				font-family: sans-serif, Verdana, Arial, Helvetica; 
				font-size: 11px; 
				color: #cdcdcd; 
				text-decoration: none
}

.headtext {  
				font-family: sans-serif, Verdana, Arial, Helvetica; 
				font-size: 11px; 
				color: #cdcdcd; 
				letter-spacing:0.1em; 
				font-weight: bold; text-decoration: none
}


a:active  {  text-decoration: none}
a:hover   {  color: #cdcdcd; text-decoration: none}
a:link    {  text-decoration: none}
a:visited {  text-decoration: none}

TEXTAREA {
			border-bottom: #046282 1px solid; 
			border-top: #046282 1px solid; 
			border-right: #046282 1px solid; 
			border-left: #046282 1px solid; 
			background-color:#046282; 
			color:#ffffff; 
			font-family: verdana; 
			font-size: 11px;
}

.fields {
			border-bottom: #302060 1px solid; 
			border-top: #302060 1px solid; 
			border-right: #046282 1px solid; 
			border-left: #147292 1px solid; 
			background-color:#046282; 
			color:#cdcdcd; 
			font-family: verdana; 
			font-size: 10px;
}



/* code for the form buttons */

.formbutton {
			border-bottom: #302060 1px solid; 
			border-top: #046282 1px solid; 
			border-right: #147292 1px solid; 
			border-left: #046282 1px solid; 
			background-color:#046282; 
			color:#cdcdcd; 
			font-family: verdana; 
			font-size: 10px;
			font-weight: bold
}

/* code for the selection box */

SELECT {
			background-color:#046282; 
			color:#cdcdcd; 
			font-family: verdana; 
			font-size: 11px; }
}


/* code for the body scrollbar */

body {scrollbar-3dlight-color:#cdcdcd; 
scrollbar-arrow-color:#000000;
scrollbar-base-color:#147292;
scrollbar-darkshadow-color:#046282;
scrollbar-face-color:#046282;
scrollbar-highlight-color:#505050;
scrollbar-shadow-color:#505050 }




