
/*** BODY STYLES ***/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #DBD8C4;
	font-size: 13px;
	font-family: helvetica,sans-serif,arial;
	color: #333333;
}


/*** CONTENT STYLES ***/
h1 {
	font-family: helvetica,sans-serif,arial;
	font-size: 22px;
	
	color: #90772C;
}
h2 {
	font-family: helvetica,sans-serif,arial;	
	font-size: 22px;
	
	color: #305742;
}
h3 {
	font-family: helvetica,sans-serif,arial;
	font-size: 18px;
	font-weight: bold;
	color: #90772C;
}
h4 {
	font-family: helvetica,sans-serif,arial;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
h5 {
	font-family: helvetica,sans-serif,arial;
	font-size: 14px;
	font-weight: bold;
	color: #90772C;
}
h6 {
	font-family: helvetica,sans-serif,arial;
	font-size: 14px;
	font-weight: bold;
	color: #365639;
}
p {
	font-size: 13px;
	font-family: helvetica,sans-serif,arial;
	color: #333333;
}
li {
	font-size: 13px;
	font-family: helvetica,sans-serif,arial;
}


/*** LINK STYLES ***/
a {
	font-family: helvetica,sans-serif,arial;
	color: #90772C;
}
a:hover {
	font-family: helvetica,sans-serif,arial;
	color: #90772C;
	text-decoration: none;
}


/*** FORM STYLES ***/
input {
}
select {
}
textarea {
}
.label {
	font-size: 12px;
	font-family: helvetica,sans-serif,arial;
	
}

/*** CUSTOM STYLES ***/
.img_border {
	border: #793112;
}

.small_text {
	font-size: 11px;
	font-family: helvetica,sans-serif,arial;

}
.red_text {
	font-size: 12px;
	font-family: helvetica,sans-serif,arial;
	color: #793112;
}
.copyright {
	font-size: 10px;
	font-family: helvetica,sans-serif,arial;
	color: #DCC98E;
}

.tan_link_sm {
	font-family: helvetica,sans-serif,arial;
	font-size: 10px;
	color: #DCC98E;
	text-decoration: none;
}
.tan_link_sm:hover {
	font-family: helvetica,sans-serif,arial;
	font-size: 10px;
	color: #DCC98E;
	text-decoration: underline;
}

.quotes {
	font-family: helvetica,sans-serif,arial;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	font-style: italic;
}
.td_orange {
	BACKGROUND-COLOR: #C5AC64;
}
.td_normal {
	BACKGROUND-COLOR: #E7ECF0;
}
.td_white {
	
}
.td_normalgal {
	BACKGROUND-COLOR: #F5F8FA;
}
.gallery_caption {
	font-size: 11px;
	font-family: helvetica,sans-serif,arial;
	color: #CCCCCC;
}
.img_gallery_border {
	border: #C5AC64;
}
.white_text_title {
	color: #FFFFFF;
	font-size: 14px;
	font-family: helvetica,sans-serif,arial;
	font-weight: bold;
}
.td_form_fields {
	font-size: 12px;
	font-family: helvetica,sans-serif,arial;
	BACKGROUND-COLOR: #F5F8FA;
}
hr.e{
	border: none 0; 
	border-top: 1px dashed #000;
	border-bottom: 0px;
	width: 100%;
	height: 1px;
	margin: 0px auto 0 0;
	text-align: left;
	}