body {
	background-color: #E6E4D8;
}
.logo {
	padding-top: 30px;
	}
.headline {
	font-size: 18px;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom: 6px;
	line-height: 30px;
	color:#666666;
}
.bodytxt {
	font-size: 12px;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	line-height: 15px;
}

.tinytxt {
	font-size: 10px;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}
	
a:link {
	color: #996600;
	text-decoration: none;
}
	
a:visited {
	color: #996600;
	text-decoration: none;
}	

a:active {
	color: #996600;
	text-decoration: none;
}

a:hover {
	color: #996600;
	text-decoration: underline;
}

