BODY {
    font-family: sans-serif;

}
.errormessage {
		background: red;
		font-weight: bold;
		font-size: 12pt;
		color: white;
}

*#maintable {
	width: 594px;
    border: 0px;
    border-collapse: collapse;
}
TR#first {
	border: 1px;
	text-align: center;
}
TR#second {
	border: 0px;
	text-align: center;
}
TR#second TD {
	border: 1px solid black;
	padding: 5px;
	text-align:center;
}
TR#second TD A {
    text-decoration: none;
    color: black;
}

