body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: white;
	color: black;
	font-size: 80%;
	margin: 5;
	padding: 5;
}
caption{
	background-color: ActiveBorder;
}
form{
	margin-bottom: 10px;
	margin-top: 10px;
}
h1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
}
h2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 90%;
}
h3{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 90%;
	padding-left: 20px;
}
h4{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
	padding-left: 20px;
}
input{
	width: 300px;
}
label{	
	float: left;
	width: 100px;
}
table{
	width: 100%;
}
textarea{
	width: 600px;
	height: 150px;
}
tr.grey{
	background-color: ActiveBorder;
}
ul li{
	display: block;
}
ul li.bt{
	font-weight: bold;
	font-size: 90%;
}