body {
	background-color: #CCCCCC;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(http://alliedrealtors.com/images/allied_bg.gif);
	background-repeat: repeat-y;
}

hr {color: #666666;}
			
.large24head {
	font-size: 24px;
	color: #333366;
	font-weight: bold;
}
			
.largehead {
	font-size: 18px;
	color: #333366;
	font-weight: bold;
}
			
.midhead {
	font-size: 15px;
	color: #333366;
	font-weight: bold;
}
			
.smallhead {
	font-size: 12px;
	color: #333366;
	font-weight: bold;
}
			
.plaintext {
	font-size: 12px;
	color: #333366;
}

.smalltext {
	font-size: 10px;
	color: #333366;
}

/* double spaced text */
.bodytext {
	font-size: 12px;
	line-height: 26px;
	text-align: justify;
	padding: 10px;
}

.thumb {
	border: 1px solid #333333;
} 

.thumb:hover {
	border: 1px solid #FFCC00;
}


a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #CC6633;
	text-decoration: underline;
}
/* colors any submit button, instead of using an image */
input.gobtn {
	background-color: #A1845A; 
	font-weight: bold; 
	font-size: 9px; 
	color: #FFFFCC;
	padding: 1px;
}
/* defines width of form box holding counties, cities, etc */
select.box {
	width: 150px;
}

select.100 {
	width: 85px;
	font-size: 10px;
	margin: 2px;
}

input.85 {
	width: 85px;
	font-size: 10px;
	margin: 2px;
}

input.40 {
	width: 40px;
	font-size: 10px;
	margin: 2px;
}

table.float {
	font-size: 12px;
	color: #666699;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px 1px 5px;
	text-align: center;
	width: 120px;
	background-color: #FFFFCC;
	border-top: 2px inset;
	border-right: 2px inset;
	border-bottom: 2px inset;
	border-left: 2px inset;
	
}    

.float a {
	padding: 1px;
	height: 18px;
	width: auto;
	margin: 3px;
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px dashed;
	border-left: 1px none;
	
}

table.cart {
	padding: 2px 1px 5px;
	width: 100%;
	background-color: #F8F8FF;
	border: 1px double #EEE8AA;
	
}    