body {
background: #003B81;
	margin-top: 25px;
	margin-bottom: 15px;
	font: small Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}

td {
	font: small Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}

p {
	font: small Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}

li {
	font: small Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}

a {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #ff8000;
}

.main_table {
	width: 740;
	padding: 0;
	background: #ffffff;
	font: small Geneva, Arial, Helvetica, sans-serif;
}

.td_pattern {
	background-image: url("graphics/background_pattern.gif");
	background-repeat: repeat
}

.td_dkblue {
	color: #ffffff;
	font-size: xx-small;
	background: #003b81;
}

.headings {
	color: #003B81;
	font-weight: bold;
}

.blue {
	color: #003B81;
}

.footer {
	color: #ffffff;
	font-size: xx-small;
	background-image: url("graphics/homer_bottom.gif");
	background-repeat: no-repeat;
	padding-top: 10px
}

.featured_table {
	background: #fffbe8;
	margin: 10px;
	padding: 10px;
	border: solid #ffcc66 thin
}
.sp_properties_list {
	background: #eaeaea;
	border: thin  #003b81;
	padding: 5px;
}

.properties_list {
	color: #003b81;
	background: #eaeaea;
	border: thin  #003b81;
	padding: 5px;
}

.featured {
	color: #666;
	font-size: x-small;
	font-weight: bold;
}

.subheadings {
	color: #003B81;
	font-weight: bold;
	; text-indent: 10pt
}

.xsmall {
	color: #333333;
	font-size: x-small
}

.small {
	font-size: x-small
}

.subnav {
	color: #ffffff;
	font-size: xx-small;
}

a.subnav:link {
	text-decoration: underline;
	color: #ffffff;
	font-size: xx-small;
}

a.subnav:visited {
	text-decoration: underline;
	color: #999999;
	font-size: xx-small;
}

a.subnav:hover {
	text-decoration: underline;
	color: #ffffff;
	font-size: xx-small;
}

.form_table {
	margin: 0px 0px;
	padding: 0px 0px;
	border: thin solid;
	border-color: #ffcc66 #ffcc66 #FFCC66;
	line-height: 30px
}

.form_table_header {
	background: #fffbe8;
	margin: 0px 0px;
	padding: 0px 0px;
	border: 0px none
}

.form_info {
	font-size: small;
	font-style: italic;
	color: #333333;
	text-align: left;
	text-indent: 20pt
}

.form_subheading {
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-indent: 10pt;
	color: #003B81
}

.form_agreement_blue {
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-indent: 0pt;
	color: #003B81
}

.body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal
}

.appl_info {
	font-size: small;
	font-style: italic;
	color: #333333;
	text-align: left;
	text-indent: 5pt
}
.imgborder { border: solid thin #006 }



/* SAMPLE FORM STYLES FOR SIMPLE PHP CONTACT FORM */
/* Modify to suit your own needs */

#warn_box{
/* This is the DIV which prints errors at the top of the page during validation */
	border: 1px solid #ccc;
	background-color: #ddd;
	padding: 5px;
}

#warn_box ul{
/* This is the UL list of error messages in the 'warn_box' DIV  */
	list-style-type: square;
}

#cont_form_wrapper{
/* This is the div that wraps the form itself. No styles here, but I list it anyway */
}

#contact_form{
/* This is the table which holds the form */
	border: 0;
	border-collapse: collapse;
}

#contact_form td{
/* These are the cells in the form table */
	padding: 3px;
	vertical-align: top;
}

.warn_msg{
/* These are the table cells which print the individual messages during validation */
	border: 1px solid #ccc;
	background-color: #ddd;
	padding: 3px;
}

.form_label{
/* These are the labels for each form element */
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-indent: 10pt;
	color: #003B81;
	text-align: right;
}

.form_text{
/* These are the 'text' input types in the form */
	width: 300px;
}

.form_txt_area{
/* This is the textarea used in the form */
	width: 300px;
}

