body {
}
td {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font: 12px arial, sans-serif;
}
td.menu {
	background-color: rgb(190,0,0);
	color: black;
	font-size: 14px;
	font-weight: bold;
	width: 235px;
	padding: 10px;
}
td.spacer {
	width: 33px;
	background-image: url('../img/bar.png');
	background-repeat: repeat-y;
}
td.body {
	background-color: rgb(190,0,0);
	color: white;
	width: 510px;
	height: 350px;
	padding: 10px;
}
img {
	border: 0;
}
img.design {
	display: block;
	border: 0;
}
a {
	text-decoration: underline;
	color: white;
}
a:visited {
	color: white;
}

a.menu {
	text-decoration: none;
	color: white;
}


p.body_head {
	font-weight: bold;
	font-size: 16px;
}

textarea {
	font: 11px verdana, sans-serif;
}
input {
	font: 11px verdana, sans-serif;
}
input.helpbox {
	border: 0px;
	background-color: rgb(190,0,0);
	color: white;
}
textarea.body {
	width: 450px;
	height: 400px;
}
table.list {
	width: 100%;
}
td.list_head {
	font-weight: bold;
	background-color: black;
}
td.list {
	background-color: black;
}