body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	margin : 0 0 0 0;
	background-color : #dedede;
}
td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border: 0;
}
A, A:ACTIVE, A:VISITED {
	color: #990000;
	text-decoration : none;
}
A:HOVER {
	color: #990000;
	text-decoration : underline;
}
A.w, A:ACTIVE.w, A:VISITED.w {
	color: white;
	text-decoration : none;
}
.theaderm {
	background-color : black;
	background-image: url('/img/bg1.gif');
	background-position:right;
	background-repeat:no-repeat;
	font-weight : bold;
	color: white;
	height: 30px;
	padding: 5 5 5 5;
}
.tcontentm {
	background-color : #c10223;
	color: white;
	font-weight : bold;
	border: 1px solid black;
	padding: 5 5 5 5;
}
.theader {
	background-color : #ab211f;
	background-image: url('/img/bg2.gif');
	background-position:left;
	background-repeat:no-repeat;
	font-weight : bold;
	color: white;
	height: 30px;
	padding: 5 5 5 15;
}
.tcontent {
	background-color : white;
	border: 1px solid #ab211f;
	padding: 10 10 10 10;
}
.padded {
	padding-top: 2px;
	padding-bottom: 2px;
}
form {
	margin: 0 0 0 0;
}