@charset "UTF-8";

/* CSS DOCUMENT PROPERTIES FOR FONTS */
/* HEADING STYLES */


h1 {
	font-size: 1.8em;
	text-transform: uppercase;
	margin-top: 0.7em;
	color: #76A65C;
}

h2 {
	font-size: 1.5em;
	margin-top: 0.7em;
	text-transform: uppercase;
	color: #76A65C;
}

h3 {
	font-size: 1.3em;
	margin-top: 0.7em;
	text-transform: uppercase;
	color: #4A643E;
}

/* LINK STYLES */

#div_page_selector a:link  { color:  #383D44; text-decoration: none;}
#div_page_selector a:visited  { color:  #383D44; text-decoration: none;}
#div_page_selector a:active  { color:  #383D44; text-decoration: none;}
#div_page_selector a:hover { 
    color: #8CC76F;
	text-decoration: none;
}



a:link { color:  #76A65C; text-decoration: none;}
a:visited { color:  #76A65C; text-decoration: none;}
a:active { color:  #76A65C; text-decoration: none;}

a:hover { 
    color: #8CC76F;
	text-decoration: none;
}

a:hover img { 
	border-color: #DEDDDC;
	color: none;
	background-color: none;
}

/* FORM STYLES */


.textfield {
	font-size: 18px;
	font-weight: bold;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #666;
	width: 375px;
}

.textarea {
	font-size: 18px;
	font-weight: bold;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #666;
	width: 375px;
	height: 150px;
}