.content {
	font-family: Arial;
	font-size: 12px;
	color: #494925;
	text-align: justify;
}

.homeContent {
	margin-left: 130px;
	margin-right: 90px;
	margin-top: 20px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica;
	font-style: italic;
	font-size: 10pt;
	line-height: 1.5em;
	color: #FFFFFF;
	text-align: justify;
	font-weight: bold;
}

P {
	margin-left: 22px;
	margin-right: 22px;
	line-height: 1.5em;
}

P.gallery {
	margin-left: 0px;
	margin-right: 0px;
	line-height: 1.5em;
	text-align: justify;
}

/* NAV */

A {
	color: #697133;
}

.sectionNav {
	font-family: verdana;
	font-size: 10px;
	color: #697133;	
}

A.sectionNav {
	text-decoration: none;
}

A.sectionNav:hover {
	text-decoration: none;
	color: #000000;
}

/* FORMS */
.required {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #C60A0A;
}

.formNote {
	font-family: Arial, Helvetica, san-serif;
	font-size: 11px;
	color: #464646;
}


/* ERRORS */

.error {
	font-weight: bold;
	font-size: 12px;
	color: #FF0000;
}