html,body {
	background-color: #FFFFFF;
	margin: 0px;
	height: 100%;
}
body,td,th,input,select,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a:link,a:visited {
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.maxheight {
	height: 100%;
}
.strip {
	background-image: url(images/strip_top.gif);
}
.highlight {
	font-weight: bold;
	background-color: #EEEEEE;
	padding: 5px;
}
.submit {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	padding: 2px;
	border: none;
}
.inputbox {
	border-style: none;
	border-width: 0px;
	padding: 0px;
}

