h1 {
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #E99F00;
	/**/
	text-decoration: none;
	/*margin-bottom: -12;*/
	margin-top: 18px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	/* color: #007AC3; */
	text-decoration: none;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	/* color: #0070B2; */
	text-decoration: none;
	margin: 0;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height: 20px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

li {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 3px;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height: 18px;
}

dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	line-height: 18px;
}


.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}

.b_p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	line-height: 15px;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #822696;
	line-height: 20px;
	text-decoration: underline;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #B687BC;
	line-height: 20px;
	text-decoration: underline;
}

.green {
	color: #22B14C;
}

.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #3749EB;
}

a:hover.footer_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	text-decoration: underline;
}

.footer_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	letter-spacing: 1px;
	text-decoration: none;
}

.copyright {
	font-family: sans;
	/*font-family:  tahoma,Arial, Helvetica, sans-serif;*/
	font-size: 8px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 8px;
	letter-spacing: 0px;
	text-decoration: none;
}

.no_indent {
	margin-left: 12;
	padding-left: 3px;
	margin-top: 0px;
	list-style-type: disc;
}

a:hover.table_nav {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #C2178D;
	text-decoration: underline;
}

.table_nav {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #C2178D;
	letter-spacing: 1px;
	text-decoration: underline;
}

.tr_head {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #007AC3;
	letter-spacing: 2px;
}

.tr_event {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #cccccc;
	letter-spacing: 2px;
}

.tr_body {
	background-color: #F0FDD8;
}

.td_bold {
	background-color: #DCF1B5;
}

.footer_text {
	font-size: 12px;
	color: #999;
}

a:hover.home_nav {
	font-family: Arial;
	font-size: 14px;
	color: #0366A0;
	font-weight: bold;
	text-decoration: none;
}

.home_nav {
	font-family: Arial;
	font-size: 14px;
	color: #0366A0;
	font-weight: bold;
	text-decoration: none;
}

.smaller_text {
	font-size: 12px;
	line-height: 15px;
}

a:hover.smaller_links {
	font-size: 12px;
	line-height: 15px;
}

.smaller_links {
	font-size: 12px;
	line-height: 15px;
}

/* -------------------------------------------------------
                               FORMS
 -------------------------------------------------------*/

FORM {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
}

FORM P {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
}

FORM INPUT, 
FORM SELECT,
FORM TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    text-align: left;
    border: 1px solid #999999;
}

FORM .labels {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    float: left;
    display: block;
    text-align: right;
    margin: 0px;
    padding: 0px;
    margin-right: 6px;
    /* width is specified on the page with the form */
}

FORM .button {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    display: block;
    margin: 0px;
    padding: 1px 24px 1px 24px;
    color: #333333;
    text-align: center;
    background-color: #D5EEA4;
}
