body, table, tr, td {
font-family: verdana;
font-size: 10px;
color: #333333;
}

a: link, a: visited, a: active {
font-family: verdana;
font-size: 10px;
font-weight: normal;
color: #993333;
text-decoration: underline;
}

a: hover {
font-family: verdana;
font-size: 10px;
font-weight: normal;
color: #666666;
text-decoration: none;
}

input, select, textarea {
font-family: verdana;
font-size: 10px;
color: #000000;
}

li {
	list-style: square;
}

.FormHeader {
font-family: verdana;
font-size: 10px;
font-weight: bold;
color: #000000;
background-color: #cccccc;
}

.FormBody {
background-color: #eeeeee;
}