img { border : 0px; }
td,div,span {
	font-family : arial,tahoma;
}
a {
	color : darkblue;
}
a:hover {
	color : #005500;
}
small {
	font-size : 9pt;
}

.button {
	width : 125;
	padding : 3px;
	text-align : center;
	text-decoration : none;
	color : black;
	background : #EEEEEE;
	border : 1px solid black;
	display : block;
}
.button:hover {
	color : darkblue;
	background : #CCCCCC;
	border : 1px solid darkblue;
}
.nav {
	font-size : 10pt;
	padding : 3px 10px 3px 10px;
	text-align : center;
	text-decoration : none;
	color : black;
	background : #EEEEEE;
	border : 1px solid black;
}
.nav:hover {
	color : darkblue;
	background : #CCCCCC;
	border : 1px solid darkblue;
}
.houseHeader {
	background : black;
	color : white;
	font-weight : bold;
	padding : 2px;
}
.houseText {
	text-indent : 40px;
	font-size : 10pt;
	text-align : justify;
}

