/* CSS Document */
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

a {
color:#88746b;
text-decoration:underline;
}

a:hover {
color:#88746b;
text-decoration:none;
}

input {
	border:1px solid #a18e87;
	text-indent : 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

input:focus, textarea:focus 
{
  background-color: #f3f1f0; 
}


#logo {
border-bottom:1px solid #a18e87;
margin-bottom:5px;
}

#menu {
border-bottom:1px solid #a18e87;
margin-bottom:5px;
}

#footer {
text-align:center;
font-size:9px;
border-top:1px solid #a18e87;
}