body {
	font-family: Arial, sans-serif;
	color:#FFFFFF;
	margin:0px;
	background-image: url(../images/4A4A4A.gif);	
}

/* links*/
a:link {color: #E49800;	text-decoration: underline;}
a:visited {color: #E49800;text-decoration: underline;}
a:hover {color: #E49800;font-style: italic;text-decoration: underline;}

a.menu:link {color: #FFFFFF;text-decoration: none;font-size:11px;}
a.menu:visited {color: #FFFFFF;text-decoration: none;font-size:11px;}
a.menu:hover {color: #E49800;text-decoration: none;font-size:11px;font-style: italic;}

a.underlinehead:link, a.underlinehead:visited {font-size: 12px;color: #FFFFFF;font-weight: bold;text-decoration: underline;}
a.underlinehead:hover {font-size: 12px;color: #E49800;font-weight: bold;text-decoration: underline;}

a.greylink:link, a.greylink:visited {font-size: 12px;color: #CECBC5;text-decoration: none;}
a.greylink:hover {font-size: 12px;color: #FFFFFF;font-style: italic;text-decoration: none;font-weight:bold;}

/*headlines*/
.large24head {font-size: 20px;color: #E49800;font-weight: bold;padding-top: 15px;}
.largehead {font-size: 18px;color: #E49800;font-weight: bold;}
.midhead {font-size: 14px;color: #CECBC5;font-weight: bold;}
.smallhead {font-size: 12px;color: #FFFFFF;font-weight: bold;}
.greylhead {font-size: 12px;color: #68676C;font-weight: bold;}
.redhead {font-size: 12px;color: #CC0033;}


/*text*/		
.plaintext {font-size: 12px;color: #FFFFFF; line-height:18px;}
.hometext {font-size: 14px;	line-height: 18px;	font-weight: normal;color: #E49800;	text-align: justify;}
.bodytext {font-size: 12px;	line-height: 18px;	font-weight: normal;color: #FFFFFF;	text-align: justify;}
.whitetext {font-size: 10px;color: #FFFFFF;}
.small_blacktext {font-size: 10px;color: #000000;}
.italictext {font-size: 12px;color: #FFFFFF;font-weight:bold;font-style: italic;}
.caption {font-size: 12px;color: #FFFFFF;font-style: italic;}
.smalltext {font-size: 10px;color: #FFFFFF;}
.smalltext2 {font-size: 11px;color: #E49800;font-style: italic;}
.menu_off {color: #E49800;text-decoration: none;font-size:11px;font-style: italic;}



/* This defines the border around the thumbnails on the pickpage -  */
.thumb {
	border: 1px solid #D6D6DE;
} 

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

/* colors any submit button, instead of using an image */
input.gobtn {
	background-color: #4C4C4C; 
	border: 1px solid #FFFFFF;
	font-weight: bold; 
	font-size: 9px; 
	color: #FFFFFF;
	padding: 3px;
}

/* defines width of form box holding counties, cities, etc 
	don't change this*/
select.box {
	width: 150px;
	padding: 3px;
}

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

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

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


/* favorites and saved searches - table background color */
table.cart {
	padding: 2px 1px 5px;
	width: 100%;
	background-color: #F8F8FF;
	border: 1px double #EEE8AA;
	
}
/* quick search table*/
.quick_search_table {border: 1px solid #FFFFFF; font-size: 10px; background: #4C4C4C;}
