body {
	background: url('../img/bg.gif') repeat-x top left #697930;
	font-family: Arial, Helvetica;
	font-size:12px;
	text-align: center;
	margin:0px;
}

h1,h2,h3,h4,h5,h6 {
	font-size:13px;
	font-weight:bold;
}

a {
	color:#6C931D;
}

a img {
	border:0px;
}

td {
	font-size:12px;
}

table#main {
	text-align: left;
}
table#main td#content_left, table#main td#content_right {
	vertical-align:top;
	padding:0px 10px 0px 10px;
	line-height:18px;
	color: #3E3E3E;
}
table#main td#content_left {
	width:180px;
}
table#main td#content_right {
	width:400px;
}

div#menu {
	margin-top:72px;	
}

div#menu a {
	display:block;
}

div#copyright {
	color:#535353;
	font-size:9pt;
	font-weight:bold;
	text-align:center;
}
div#copyright a {
	font-size:7pt;
	font-weight:normal;
	color:#535353;
	text-decoration:none;
}

h1 {
	background: url('../img/h1_arrow.gif') no-repeat center left;
	padding-left:17px;
	padding-top:2px;
	font-size:15px;
	border-bottom:1px dashed gray;
	margin:0px;
}

table#main p {
	margin:0px;
	margin-bottom:10px;
}

table#main td#content_left img, table#main td#content_right img {
	margin:1px;
}

input, select, textarea {
	font-size:10pt;
	border: 0px;
	border-left:1px solid #3F481B;
	border-bottom: 1px solid #3F481B;
	padding-left:2px;
	font-weight:bold;
	font-family: Arial;
	background-color:#F2F2F0;
	font-size:11px;
	line-height:15px;
}

input, select {
	height:19px;
}

textarea {
	scrollbar-base-color: #3F481B;
	scrollbar-face-color: white;
	scrollbar-shadow-color: #3F481B;
	scrollbar-darkshadow-color: white;
	scrollbar-highlight-color: white;
	scrollbar-arrow-color: #3F481B;
	scrollbar-3dlight-color: #3F481B;
	scrollbar-track-color: #F0F0F0;
}
input.noborder {
	margin:-1px;
	border:0px;
}
input.button {
	border: 1px solid #3F481B;
	background-color: #3F481B;
	color:white;
}
table.input {
	border: 0px;
	border-left:1px solid #006599;
	border-bottom: 1px solid #006599;
	height:20px;
	background-color:#F2F2F0;
}
