body {
	font-family: Times, "Tomes New Roman", Sans-Serif;
	font-size: 14px;
	
	color: #595959;
	
	background-color: white;
}

.headline {
        font-family: Times, Sans-Serif;
        font-size: 14pt;
        color: #607302;
        font-weight: bold;
}

.cta {
        color: #607302;
        font-weight: bold;
}

h2 {
        font-family: Arial, Sans-Serif;
        font-size: 12pt;
        color: #595959;
        font-weight: bold;       
}

.lg_cap {
        font-family: Times, Sans-Serif;
        font-size: 18pt;
        color: #607302;
        font-weight: bold;
}

form {
	margin-top: 0px;
	margin-bottom: 0px;
}

.no_border {
	border-width: 0px;
}

.clickable {
	cursor: pointer;
}

.hidden_elm {
	display: none;
}	

.repeat_x {
	background-repeat: repeat-x;
}

.repeat_y {
	background-repeat: repeat-y;
}

.no_repeat {
	background-repeat: no-repeat;
}

td {
	vertical-align: top;
}

sup {
	font-size: small;
}

a, a:link, a:visited, a:active {
	font-weight: bold;
	
	color: #5A6479;
	
	text-decoration: none;
}

a:hover {
	color: #707E21;
	
	text-decoration: underline;
}

.hp_lnk:link {
        color: white;
}

.hp_lnk:visited {
        color: white;
}

.hp_lnk:active {
        color: white;
}

.hp_lnk:hover {
        color: #707E21;
	
	text-decoration: underline;
}

.testimonial_div {
        color: #897D53;
        
        padding-top: 10px;
        
        font-style: italic;
        font-family: times, sans-serif, arial;
        text-align: justify;
        
}

.menu_centering_div {
        padding-left: 25px;
}

.menu_category_hdg {
        font-weight: bold;
        
}

.emphasis {

        text-align: center;
        
        font-style: oblique; 
        
        font-weight: bold;
        font-size: 16px;
        
        color: #87723C;
}

.last_line {
        border: 1px solid #87723C;
}
