body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 150%;
	color: #333333;
	background-image: url(bg.png);
	margin: 10px;
}
h1,h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 15px;
}

a {
	color: #DE7237;
	text-decoration: none;
}
a:visited {
	color: #DE7237;
}
a:hover {
	text-decoration: underline;
}

li {padding:1px;}
table {
background-color: #ffffff;
width:785px;
padding:15px;
margin-left:30px;
}
table td.content {
border-top: 1px solid #f3f2ee;
border-bottom: 1px solid #f3f2ee;
}
#topmenu {
width:780px;
height:25px;
list-style:none;
position:relative;
margin:5px 0 5px 5px;
padding:0 0 0 5px;
background:#ffffff;
}
#topmenu li {
height:20px;
float:left;
}
#topmenu a {
display:block;
float:left;
min-width:90px;
font-size:0.95em;
text-decoration:none;
text-transform:uppercase;
font-weight:bold;
text-align:center;
padding:3px 5px 0 6px;
margin:0 1px 0 0;
color:#ffffff;
background-color:#618EAD;
}
#topmenu a:hover {
background-color:#DE7237;
}


