/* CSS Document */
body {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	background-image: url(../images/planback.jpg);
}
.back_top {
	background-image: url(../images/homefinder_11.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.back_bottom {
	background-image: url(../images/homefinder_15.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.back_bottom_left {
	background-image: url(../images/homefinder_13.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.tiny {
	font-size: 9px;
	color: #000000;
}
.tiny a{
	font-size: 9px;
	color: #000000;
}
.fakestorage {
	position: absolute;
	left: -900px;
	top: -900px;
	}
.black_text {
	color: #000000;
}
.black_text a {
	color: #000000;
}
a:link, a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;

}
a:hover {
	color:  #000000;
	text-decoration:  underline;
		font-weight: bold;

}
input, select,textarea{
	background-color: #FFFFCC; 

}
.white {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 3px;
	padding: 3px;
}
.normal {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.normal a{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.title {
	font-size: 16px;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

