body {
	background-color: #ffe3d7;
	margin-top: 0px;
}
body, td {
	color: #a91416;
	font-size: 9pt;
	font-family: Verdana, Tahoma, Arial, Sans-serif;
}

input, option, textarea, select {
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	font-size: 8pt;
	color: #a91416;
	border: 1px solid #fdb18d;
	background-color: #ffe3d7;
}
a:link, a:visited {
	color: #a91416;
	text-decoration: underline;
}
a:hover {
	color: #cf545e;
	text-decoration: none;
}
a:active {
	color: red;
	font-weight: bold;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #a91416;
	text-align: center;
}
.tbl1 {
	width: 700px;
}
.header {
	height: 137px;
	background-color: #fdb18d;
	background: url(../images/site/header.jpg);
}
.menu {
	background-color: #fdb18d;
	width: 100%;
	height: 25px;
}
.content {
	width: 83%;
	background-color: #fdb18d;
	vertical-align: top;
	text-align: left;
}
.footer {
	font-size: 6pt;
	text-align: center;
}
.center {
	text-align: center;
}
.noborder {
	border: 0px;
}
.auto {
	color: #cf545e;
}
.top {
	vertical-align: top;
}