body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #020181;
	overflow: -moz-scrollbars-none;
}
h1, h2, h3, h4, ul, li, form, select, input {
	margin: 0;
	padding: 0;
}
p {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}
hr {
	color: #FFFD00;
}

.none {
	display: none;
}
.clear {
	clear: both;
}
.floatleft { 
	float: left;
}
.floatright { 
	float: right;
}
.alignleft {
	text-align: left;
}
.aligncenter {
	text-align: center;
}
.alignmiddle {
	vertical-align: middle;
}
.alignright {
	text-align: right;
}
.lineheight14 {
	line-height: 14px;
}
.lineheight16 {
	line-height: 16px;
}
.lineheight19 {
	line-height: 19px;
}
.reducepadding {
	margin: 0 0 3px 0;
	padding: 0 0 3px 0;
}
br.clear { 
	clear: both;
	height: 0;
}
img {
	border-style: none;
}
#leftnav {
	margin: 0px;
	clear: both;
	padding: 0px;
}
#leftnav ul {
	padding: 0px;
	width: 130px;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #020181;
}
#leftnav li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #020181;
}
#leftnav  li.first {
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #020181;
}
#leftnav li a {
	display: block;
	margin: 0px;
	width: 130px;
	color: #020086;
	font-size: 12px;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#leftnav li a:hover {
	display: block;
	margin: 0px;
	width: 130px;
	color: #FFFD00;
	font-size: 12px;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	background-color: #020181;
}
#leftnav li a.on {
	display: block;
	margin: 0px;
	width: 130px;
	color: #020181;
	font-size: 12px;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
/* Begin Font Styles =============================================== */
.arial {
	font-family: Arial, Helvetica, sans-serif;
}
.verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.small {
	font-size: 10px;
}
.normal {
	font-size: 11px;
}
.large {
	font-size: 12px;
}
.title13 {
	font-size: 13px;
}
.title14 {
	font-size: 14px;
}
.title10 {
	font-size: 10px;
}
.title16 {
	font-size: 16px;
}
.title18 {
	font-size: 18px;
}
.title20 {
	font-size: 20px;
}
.title22 {
	font-size: 22px;
}
.title24 {
	font-size: 24px;
}
.title26 {
	font-size: 26px;
}
.title28 {
	font-size: 28px;
}
.title30 {
	font-size: 30px;
}
.title32 {
	font-size: 32px;
}
.underlinefont {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.normalweight {
	font-weight: normal;
}
.italic {
	font-style: italic;
}
.strike {
	text-decoration: line-through;
}
.fontwhite {
	color: #FFFFFF;	
}
.fontgrey {
	color: #BBBBBB;	
}
.fontgreydark {
	color: #575757;	
}
.fontblack {
	color: #000000;	
}
.fontblue {
	color: #020181;
}

.fontred {
	color: #B12524;	
}
.border {
	border: 1px solid #020181;
}
.bordergrey {
	border: 1px solid #999999;
}
.borderbasketleft {
	border-left: 1px solid #B2B2B2;
}
.borderbasketright {
	border-right: 1px solid #B2B2B2;
}
.borderbasketbottom {
	border-bottom: 1px solid #B2B2B2;
}
.borderleftrightblue {
	border-left: 1px solid #A4C3E0;
	border-right: 1px solid #A4C3E0;
}
.borderbottomblue {
	border-bottom: 1px solid #A4C3E0;
}
.bordertopblue {
	border-top: 1px solid #A4C3E0;
}
.bordertopblue2 {
	border-top: 2px solid #E3E8EF;
}
.borderleftblue {
	border-left: 1px solid #A4C3E0;
}
.borderrightblue {
	border-right: 1px solid #A4C3E0;
}
.borderblack {
	border: 1px solid #000000;
}
.borderbluelight {
	border: 1px solid #EEF1F5;
}
.borderbluelightdark {
	border: 1px solid #D1D9E4;
}
.backgroundbluelight {
	background-color: #EEF1F5;
}
.backgroundbluelighter {
	background-color: #F6F7FA;
}
.backgroundblack {
	background-color: #000000;
}
.backgroundwhite {
	background-color: #FFFFFF;
}
.backgroundblue {
	background-color: #E2E8F2;
}
.backgroundbluedark {
	background-color: #4574B4;
}
.backgroundbluebasket {
	background-color: #8BA6CC;
}
.backgroundbluelight {
	background-color: #E9EFF6;
}
.backgroundbluefaqs {
	background-color: #DAE2EE;
}

/* End Font Styles =============================================== */
/* Begin Link Styles =============================================== */
a.underline:link, a.underline:visited, a.underline:active {
	text-decoration: none;
}
a.underline:hover, a {
	text-decoration: underline;
}
a.underlineoff:link, a.underlineoff:visited, a.underlineoff:active {
	text-decoration: underline;
}
a.underlineoff:hover, a {
	text-decoration: none;
}
a.underlinealways:link, a.underlinealways:visited, a.underlinealways:active {
	text-decoration: underline;
}
a.underlinealways:hover, a {
	text-decoration: underline;
}
a.nounderline:link, a.nounderline:visited, a.nounderline:active {
	text-decoration: none;
}
a.nounderline:hover, a {
	text-decoration: none;
}
/* End Link Styles =============================================== */
