﻿ol, p {
	font-family: Verdana;
	font-size: 9pt;
	color: #000000;
}
.tertnav {
	font-family: Verdana;
	text-decoration: none underline;
	color: #AB7B27;
}
.subheader {
	font-family: Verdana;
	font-size: 10pt;
	color: #003366;
	font-weight: bold;
}
.tinyfont {
	font-size: 8pt;
	font-family: Verdana;
}
.bodytext {
	font-family: Verdana;
	font-size: 10pt;
	color: #000000;
}
.header {
	color: #063DA1;
	font-family: Verdana;
	font-size: 14pt;
	font-weight: bold;
}
a:link {
	color: #003366;
}
a {
	color: #063DA1;
}
a:active {
	color: #063DA1;
}
a:visited {
	color: #000080;
}
:link.footer {
	color: #ffffff;
	font-size: 8pt;
	font-family: Verdana;
	text-decoration: none;
}
.footer {
	COLOR: #ffffff;
	font-size: 8pt;
	FONT-FAMILY: Verdana;
	TEXT-DECORATION: none;
}
:hover.footer {
	COLOR: #ffffff;
	font-size: 8pt;
	TEXT-DECORATION: underline;
}
:active.footer {
	COLOR: #ffffff;
	font-size: 8pt;
	TEXT-DECORATION: none;
}
:visited.footer {
	COLOR: #ffffff;
}
:link.nav {
	color: #063DA1;
	font-family: Verdana;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}
.nav {
	COLOR: #063DA1;
	FONT-FAMILY: Verdana;
	TEXT-DECORATION: none;
	font-size: 9pt;
	font-weight: bold;
}
:hover.nav {
	COLOR: #063DA1;
	font-family: Verdana;
	TEXT-DECORATION: underline;
	font-size: 9pt;
	font-weight: bold;
}
:active.nav {
	COLOR: #063DA1;
	font-family: Verdana;
	TEXT-DECORATION: none;
	font-size: 9pt;
	font-weight: bold;
}
:visited.nav {
	COLOR: #063DA1;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
}
:link.top {
	color: #FFFFFF;
	font-size: 9pt;
	font-family: Verdana;
	text-decoration: none;
}
.top {
	COLOR: #FFFFFF;
	font-size: 9pt;
	FONT-FAMILY: Verdana;
	TEXT-DECORATION: none;
}
:hover.top {
	COLOR: #FFFFFF;
	font-size: 9pt;
	TEXT-DECORATION: none;
}
:active.top {
	COLOR: #FFFFFF;
	font-size: 9pt;
	TEXT-DECORATION: none;
}
:visited.top {
	COLOR: #FFFFFF;
	font-size: 9pt;
	TEXT-DECORATION: none;
	font-weight: bold;
}
ul {
	font-family: Verdana;
	color: #000000;
	font-size: 10pt;
}
#logo {
	border-bottom: 3px #F15962 solid;
}
/* BUTTONS
**************************************************/
a.button:link, a.button:visited {
	color: #fff;
	background-color: #093BA2;
	text-decoration: none;
	border: 6px #fff solid;
	padding: 3px 12px;
	font-weight: bold;
	margin: 12px 0 0 24px;
	line-height: 4;
	font-family: Verdana;
	font-size: .8em;
}
a.button:active, a.button:hover {
	border: 6px #093BA2 solid;
	color: #fff;
	background-color: #093BA2;
	text-decoration: none;
}
