A { 
	text-decoration: none 
}

A:link { 
	color: #EA7500;
	text-decoration: none
}

A:visited { 
	color: #FFA851 
}

A:active { 
	color: #FD470B 
}

A:hover { 
	text-decoration: underline;
	color: #FD470B;
}

p {
	font-family: arial,tahoma,helvetica,sans-serif;
	font-size: 12pt;
	color: #993300;
	}
	
td {
	font-family: arial,tahoma,helvetica,sans-serif;
	font-size: 12pt;
	color: #993300;
	}
	
h1{
	font-family: arial,tahoma,helvetica,sans-serif;
	font-size: 16pt;
	color: #993300;
	}

h2{
	font-family: arial,tahoma,helvetica,sans-serif;
	font-size: 14pt;
	color: #993300;
	}

h3{
	font-family: arial,tahoma,helvetica,sans-serif;
	font-size: 12pt;
	color: #993300;
	}

h4{
	font-family: arial,tahoma,helvetica,sans-serif;
	font-size: 10pt;
	color: #993300;
	}

h5{
	font-family: arial,tahoma,helvetica,sans-serif;
	font-size: 9pt;
	color: #993300;
	}

h6{
	font-family: arial,tahoma,helvetica,sans-serif;
	font-size: 8pt;
	color: #993300;
	}



INPUT {
background-color: #E7DBDE;
color: #43583A;
font-family: Georgia, tahoma, Courier, Verdana, sans-serif;
border: 1px #7f8f9f solid;
font-size: 12px;
font-style: italic;
font-weight: bold;
}

textarea {
background-color: #E7DBDE;
color: #43583A;
font-family: Georgia, tahoma, Courier, Verdana, sans-serif;
border: 1px #7f8f9f solid;
font-size: 12px;
font-style: italic;
font-weight: bold;
}

select {
background-color: #E7DBDE;
color: #43583A;
font-family: Georgia, tahoma, Courier, Verdana, sans-serif;
border: 1px #7f8f9f solid;
font-size: 12px;
font-style: italic;
font-weight: bold;
}

body {
scrollbar-face-color:#739663;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#ADBAA5;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#8CA67B;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#E7DBDE;
margin-top:8;
margin-left:8;
marginwidth:8;
marginheight:8
}

.pnorm 	{
	color:#E7DBDE; 
	background-color:#739663; 
	font: 11px Georgia, tahoma, Verdana, Arial,Helvetica,Sans Serif; 
	font-weight: bold
	}
	
.pover 	{
	color:lime; 
	background-color:#43583A; 
	font: 11px Georgia, tahoma, Verdana, Arial,Helvetica,Sans Serif; 
	font-weight: bold
	}
/* Begin Java Date Form Filler */
	
.ds_box {
	background-color: #E4E7DB;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: #988EB4;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #8EB4AB;
	color: #584E75;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell {
	background-color: #DBE7E4;
	color: #988EB4;
	font-size: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
} /* This hover code won't work for IE */
