body,table,th,tr,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #1E261A;
}

body {
	background-color: #A5D08B;
	margin: 0px;
}

/* START: GENERAL */
.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.caption {
	font-size: 7pt;
}
/* END: GENERAL */

/* START: LINKS */
a:visited {
	text-decoration: underline;
	color: #445539;
}
a:active {
	text-decoration: underline;
	color: #A60032;	
}
a:link {
	text-decoration: underline;
	color: #445539;
}
a:hover {
	text-decoration: underline;
	color: #A60032;
}

.submenu {
	font-size: 11px;
	font-weight: bold;
	color: #A60032;

}
a.submenu:visited {
	text-decoration: none;
	color: #A60032;
}
a.submenu:active {
	text-decoration: none;
	color: #A60032;
}
a.submenu:link {
	text-decoration: none;
	color: #A60032;
}
a.submenu:hover {
	text-decoration: underline;
	color: #A60032;
}

.link {
	font-size: 11px;
	font-weight: bold;
	color: #445539;
}
a.link:visited {
	text-decoration: none;
	color: #445539;
}
a.link:active {
	text-decoration: none;
	color: #445539;
}
a.link:link {
	text-decoration: none;
	color: #445539;
}
a.link:hover {
	text-decoration: underline;
	color: #A60032;
}
/* END: LINKS */

/* START: HEADERS */
.subheader {
	font-size: 10pt;
	font-weight: bold;
}

.paragraphheader {
	font-size: 9pt;
	font-weight: bold;	
	color: #A60032;

}
/* END: HEADERS */

/* START: HIGHLIGHTS */
.highlightheader {
	font-weight: bold;	
	color: #A60032;
	font-size: 12px;
}
.highlight {
	font-weight: bold;	
	color: #445539;
	font-size: 12px;
}
/* END: HIGHLIGHTS */

/* START: HOME PAGE */
.intro_1 {
	font-weight: bold;
	color: #1E261A;
	font-size: 12px;
}

.intro_2 {
	color: #1E261A;
	font-size: 12px;
}

.test_question {
	color: #1E261A;
	font-size: 11px;
	font-weight: bold;
}
a.test_question:visited {
	text-decoration: none;
	color: #1E261A;
}
a.test_question:active {
	text-decoration: none;
	color: #1E261A;
}
a.test_question:link {
	text-decoration: none;
	color: #1E261A;
}
a.test_question:hover {
	text-decoration: underline;
	color: #A60032;
}
/* END: HOME PAGE */

