body,td,th {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
}
body {
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
a:link {
	color: #B10000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #B10000;
}
a:hover {
	text-decoration: none;
	color: #B10000;
}
a:active {
	text-decoration: underline;
	color: #B10000;
}
.header {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.header_bottom {
	padding: 10px;
}
.footer {
	padding: 10px;
}
.left {
	padding-left: 20px;
	padding-right: 5px;
}
.center {
	padding-left: 5px;
	padding-right: 5px;
}
.right {
	padding-left: 5px;
	padding-right: 20px;
}
.menu_left {
	margin-top: 10px;
	margin-bottom: 0px;
}
.menu_right {
	margin-top: 10px;
	margin-bottom: 0px;
}
.menu_content {
	padding: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	background-color: #EBBFBF;
}
.content_middle {
	margin-top: 10px;
	margin-bottom: 0px;
}
.content_content {
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	background-color: #E09999;
}
h1.menu {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #B10000;
	border-bottom: 1px solid #FFFFFF;
	margin-top: 0px;
	margin-bottom: 10px;
}
p {
	margin-bottom: 0px;
}
input, select, textarea {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	border: 1px solid #FFFFFF;
}
input[type=submit] {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B10000;
	border: 1px solid #B10000;
}