@charset "utf-8";
/* CSS Document */

Body {
	font-family: Arial;
	font-size: 14px;
}

.td {
	font-family: Arial;
}



.header {
	font-size: 100%;
	font-weight: bold;
}

.bodytext {
	font-size: 75%;
}

.formtable {
	padding: 10px 40px 10px 40px;
}
.formcell {
	font-size: 80%;
	font-weight: bold;
}

.required {
	font-size: 75%;
	color: #990000;
}
a {
	color:#0000FF;
	text-decoration:none
}
#trborder {
	border: 1px solid red;
}