@charset "iso-8859-7";
body {
	background-color: #977F57;
}
a {
	text-decoration:none;
	color:#BEA47F;
	font-weight:bold;
	}
a:hover {
	text-decoration:underline;
	color:#BEA47F;
	}
.forms {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #7b4d37;
	text-decoration: none;
	background-color: #A18E6E;
	border: 1px solid #BEA47F;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #bea47f;
	text-decoration: none;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #7b4d37;
	text-decoration: none;
}
a.menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
a.content:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
a.special_link{
	display:block;
	width:140px;
	font-weight:bold;
	background-color:#A18E6E;
	color:#615137;
	text-decoration:none;
	text-align:center;
	padding:5px;
	border:1px solid #A18E6E;
	border-radius: 4px;
	}
a.special_link:hover{
	background-color: #977F57;
	}
