body {
	background-color: ghostwhite;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10pt; 
	color: black;
}

a:link {
 	color: darkslateblue; 
}

a:visited {
 	color: maroon;
}

a:active {
 	color: red;
	text-decoration: none;
}

a:hover {
 	color: red;
	text-decoration: none;
}

input {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10pt; 
	border: 1px solid silver; 
}

.button input {
	width: 100px; 
}

textarea {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10pt; 
	border: 1px solid silver; 
}

table {
	background-color:;
	padding: 0px;
	width: 100%;
	align:;
	float:;
	border-collapse: collapse;
}

p, td, div {
	background-color:;
	font-size: 10pt;
	vertical-align: top;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse: none;
} 

img {
	border-width:0px;
}

.form {
	padding: 8px;
}

.form_right {
	padding: 8px;
	border-right: 1px solid slategray; 
}

.listhead {
	background-color: brown;
	color: #FFFFFF;
	padding: 2px;
	font-weight: bold; 
}

.listodd {
	background-color: gainsboro;
	padding: 1px;
}

.listeven {
	background-color: ghostwhite;
	padding: 1px;
}

.foot {
	font-size: smaller;
}

.hidden {
	color: azure;
}

.lube {
	background-color: gainsboro;
	color: red;
	font-family: arial;
	font-weight: bold;
	border-top: 1px solid brown;
	border-bottom: 1px solid brown;
}

.gbsection {
	background-color: gainsboro;
	border: 1px solid brown;
	padding: 6px;
}

.nav {
	border-top: 1px solid brown;
	padding-top: 4px;
}

.inputHighlighted {
	background: #FFFF99;
}