@charset "utf-8";
body {
	background-color: #f3e8bc;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	font-size: 100%;
	color: #55250d;
}
h1 {
	font-weight: bold;
	color: #a0410d;
	font-size: 17px;
	margin-bottom: -0.5em;
}

h2 {
	font-weight: bold;
	color: #a0410d;
	font-size: 15px;
	margin-bottom: -0.5em;
}

.smalltext {
	font-size: 11px;
	color: #55250d;
}

.emphasis {
	font-weight: bold;
	color: #000000;
	font-style: italic;
}

#tdMain {
	background-color: #F3E8BC;
	background-image: url(../images/watermark.gif);
	background-position: center 100px;
	background-repeat: no-repeat;
	padding: 10px;
	font-size: 13px;
	line-height: 135%;
}
#tdMiniMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding: 10px;
}
#tdFooter {
	font-size: 11px;
	text-align: center;
	padding: 10px;
	color: #000000;
}
#boxLt {
	float: left;
	padding: 5px;
	border: 1px solid #000000;
	height: auto;
	width: 250px;
	text-align: center;
	vertical-align: top;
	background-image: url(../images/transparent.png);
	margin-left: 10px;
}

#boxRt {
	float: right;
	padding: 5px;
	border: 1px solid #000000;
	height: auto;
	width: 250px;
	text-align: center;
	vertical-align: top;
	background-image: url(../images/transparent.png);
	margin-left: 10px;
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
