@charset "utf-8";
/* Fair Housing CSS */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.style4 {
	font-size: 24px;
	color: #FFFFFF;
}
.style5 {
	font-size: 40px;
	font-weight: bold;
}
.style6 {font-size: 22px}




#button {
	width: 12em;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #84B001;
	color: #333;
	}

#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 0px solid #84B001;
		margin: 0;
		}
		
#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #84B001;
		border-right: 10px solid #84B001;
		background-color: #84B001;
			
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		border-left: 10px solid #4279BA;
		border-right: 10px solid #84B001;
		background-color: #5600AD;
		color: #fff;
		}