a:link, a:visited{
	outline:none;
	color:#5A5749; 
	text-decoration: none; 
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:hover{
	border-bottom: dotted 1px;
	/*background-color: #858585;
	color:#DFDFDF;*/
}

	
body {
	background-color: #DDDFE3;
	color: #302F29;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#search {
	position:absolute;
	width:320px;
	height:53px;
	z-index:1;
	left: 10px;
	top:6px;
}

input, textarea{

	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background:#E6E6E6;
	border: solid 1px #D2D2D2; 	
	color: #A6A6A6;
}


input:hover {
	border: solid 1px #AAAAAA; 	
}

