body {
	background-color: #384516;
	background-image: url(../interface/page_bgr.gif);
	margin-top:0px;
	text-align: center;
	display: block;
}
body, td, div, p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#6E6E6E;
	line-height:16px
}
.container{
	display:table-cell;
	background-color:#ffffff;
	background-image: url(../interface/content_bgr.gif);
	width:780px;
	height:100%;
	text-align: left;
}

.content_inner{
	padding-left:40px;
}
.topline {
	padding-left:7px;
	display:block;
}

hr {
	color: #676767;
}
.logo{
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#A4A4A4
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #669900;
	font-weight: normal;
	margin-bottom:8px;
}
h2 {
	font-weight: normal;
	font-size: 16px;
}
img.letter {
	float:left;
	margin-right:8px;
	margin-bottom:4px;
}
a{
color:#BB4C3C;
text-decoration:none;
font-weight:bold;
}
a:hover{
text-decoration:underline;
font-weight:bold;
}