INPUT {
background-color: #99ccff;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
border: black 1px solid;
color: #000000;
} 

TEXTAREA {
background-color: white;
border: black 2px solid;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
	color: #000000;
}
select {

	background-color: white;
	border: black 1px solid;
	font-size: 120%;	
}

.buttonover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: red;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	height: 24px;
	width: 110px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	cursor: hand;
	font-weight: bold;
	text-align: left;
	padding-left: 3px;

}
.buttonup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #A7A998;
	border: 1px solid #333333;
	height: 24px;
	width: 110px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	cursor: hand;
	font-weight: bold;
	text-align: left;
	padding-left: 3px;

}

.formbutton {
	color: #000000;
	text-transform: capitalize;
	cursor: hand;
	background-color: #FFFFCC;
	font-weight: bold;
	font-size: x-small;}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%
	color: #000000;
SCROLLBAR-FACE-COLOR: #a7a998; 
SCROLLBAR-HIGHLIGHT-COLOR: white; 
OVERFLOW: auto; 
SCROLLBAR-SHADOW-COLOR: black; 
SCROLLBAR-ARROW-COLOR: black; 
SCROLLBAR-BASE-COLOR: #A7A998; 
Scrollbar-3d-light-color: black; 
Scrollbar-dark-shadow-color: #A7A998;

}
a.noline {
	
	text-decoration: none;
}
a.noline:hover {
	
	text-decoration: underline;
	}
a.nolineb {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.nolineb:hover {
	
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	}
	
.table_back_lt_grey {
	color: #000000;
	font-weight: bold;
	background-color: #eeeeee;}
	
.table_back_green {
	color: #FFFFFF;
	font-size: x-small;
	font-weight: bold; 
	background-color: #006666;
}
.footer {
	color: #FFFFFF;
	font-size: xx-small;
	font-weight: bold; 
	background-color: #006666;
	padding:2px;