body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: ##A59B95;
	color: #413636
      margin: 10px;
}
a:link, a:visited, a:active {
	color: #008080;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #008080;
	
	background-color: #fff4e8;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
.header {
	background-color: #336699;
	vertical-align: top;
	text-align: left;
	color: #413636;
	height: 233px;
	font-size: 18px;
	font-weight: bold;
}
.header2 {
	
	vertical-align: top;
	text-align: left;
	color: #A59B95;
	font-size: 24px;
	font-weight: bold;
}

.menu {
	background-color: #ebe0d1;
	padding: 10px;
	width: 240px;
	vertical-align: top;
      color: #413636;
      font-size: 14px;

}
.menu ul, .menu li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 5px;
      padding-top: 7px;
}
.menu_current {
	font-weight: bold;
}
.highlight {
	background-color: #D0D0D0;
}
.content {
	background-color: #fff4e8;
	padding: 20px;
	vertical-align: top;
      line-height:140%
      color: #413636;
      font-size: 14px;

}
.footer {
	background-color: #DDDDDD;
	text-align: center;
	font-size: 10px;
	height: 10px;
}