@charset "UTF-8";
/* CSS Document */

.body-text {
	color: #000000;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
}

.body-text-bold {
	color: #000000;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
	text-transform: uppercase;

}

.body-headers {
	color: #5c39c1;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
}

.body-text-form {
	color: #000000;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 10px;
	line-height: 28px;
	text-align: left;
}

.body-text-form2 {
	color: #000000;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 10px;
	line-height: 16px;
	text-align: left;
}

.header-serif {
	color: #000000;
	font-family: "Times New Roman", Georgia, serif;
	font-size: 22px;
	font-style: italic;
	line-height: 20px;
	text-align: left;
}

.header-serif-bold {
	color: #000000;
	font-family: "Times New Roman", Georgia, serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
}

.footer {
	color: #666666;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	text-align: left;
}

/* Generic Links (not used) */

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Body Links */

a.body-text:link {
	color: #5c39c1;
	text-decoration: underline;
}

a.body-text:visited {
	color: #5c39c1;
	text-decoration: underline;
}

a.body-text:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

a.body-text:active {
	color: #5c39c1;
	text-decoration: underline;
}

/* Footer Links */

a.footer:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a.footer:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a.footer:hover {
	color: #5c39c1;
	text-decoration: underline;
}

a.footer:active {
	color: #FFFFFF;
	text-decoration: underline;
}