body {
	background-color:#6E0E6E;
}
body, td {
	font:12px Arial,Helvetica,sans-serif;
}
h2 {
	margin:0 0 20px 0;
	padding:0;
	color:#993300;
}
h4 {
	text-align:center;
	color:red;
}
a {
	text-decoration:none;
	color:#42007D;
}
form {
	margin:0;
	padding:0;
}
.top {
	background:#6E0E6E url(images/top.gif) top left no-repeat;
	width:760px;
	height:149px;
}
.foot {
	background:#6E0E6E url(images/foot.gif) top left no-repeat;
	width:760px;
	height:34px;
	line-height:27px;
	text-align:right;
}
.foot a {
	color:black
}
.content {
	background:#FFF3E6 url(images/content.gif) top left repeat-y;
	width:745px;
	padding-left:15px;
}
* html .content {
	width:760px;
}
.mtable {
	table-layout:fixed;
	border:0;
}
.mtable .thd {
	background-color:#42007D;
	color:white;
	font-weight:bold;
}
.mtable .thd a {
	color:white;
}
.mtable td {
	padding:2px;
	border-bottom:1px solid #42007D;
}
.mtable td a {
	font-weight:bold;
}
