BODY, TABLE, TR, TD, TH, P, UL, OL, LEGEND, LABEL, DT, DD, DIV, TEXTAREA, INPUT {
	font-family: arial, helvetica, sans-serif; 
	font-size: small;
	font-weight: normal;
	vertical-align: top;
	color: #000000;
}
BODY {
	background-color: #ffffff;
	margin: 0;
}
FIELDSET {
	border: 1px solid #000066;
	padding: 5px;
	margin: 5px 0;
}
LEGEND {
	font-weight:  bold;
	color: #0434b1;
}
IMG { border: 0; }

/* HEADING Styles */
H1, H2, H3, H4, H5, H6 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}
H1			{ font-size: large; margin-bottom: 0px; margin-top: 0px; }
H2			{ font-size: large; margin-bottom: 0px; margin-top: 0px; }
H3			{ font-size: medium; margin-bottom: 0px; margin-top: 0px; }
H4, H5, H6	{ font-size: small; }
H6			{ font-weight: normal; font-style: italic; }

.allcaps { text-transform: uppercase; }
.bold { font-weight: bold; }
.nobold { font-weight: normal; }
.nomargin { margin: 0; }
.nomargintop { margin-top: 0; }
.alignleft { text-align: left; }
.aligncenter { text-align: center; }
.aligncentermiddle { text-align: center; vertical-align: middle; }
.alignright { text-align: right; }
.alignrightmiddle { text-align: right; vertical-align: middle; }
.alignrightbottom { text-align: right; vertical-align: bottom; }
.valigntop { vertical-align: top; }
.valignmiddle { vertical-align: middle; }
.valignbottom { vertical-align: bottom; }

.clear { clear: both; }

/* LIST Classes */
.alphalower		{ list-style-type: lower-alpha; }
.alphaupper		{ list-style-type: upper-alpha; }
.romanlower		{ list-style-type: lower-roman; }
.disc			{ list-style-type: disc; }
.circle			{ list-style-type: circle; }
.libdisclaimer	{ margin: 10px; }
.noliststyle, .addressindent { list-style-type: none; }
.nostylemargin, .address  {
	margin: 0;
	list-style-type: none;
	padding: 0;
}
.addressextra {
	margin: 10px 0 0 0;
	list-style-type: none;
	padding: 0;
}
.navlist  {
	margin: 0px;
	list-style-type: none;
	padding: 0;
	color: #ffffff;
}

/* LINK Classes */
A:link, A:visited {
	color: #3333ff;
	text-decoration: underline;
}
A:hover {
	color: #3333ff;
	text-decoration: underline;
}
A.no-underline-link:link, A.no-underline-link:visited {
	color: #000066;
	text-decoration: none;
}
A.no-underline-link:hover {
	color: #28A2A2;
	text-decoration: none;
}
A.no-underline-on-white:link, A.no-underline-on-blue:visited {
	color: #6666FF; 
	text-decoration: none;
}
A.no-underline-on-white:hover {
	color: #6666FF; 
	text-decoration: none;
}

/* NAV Classes */
.nav-sections {
	background-color:  #000066;
	padding: 5px 5px 5px 12px;
	margin: 0 5px 5px 5px;
	border: 0px solid #ffffff;
	text-align: center;
}
.nav-header {
	background-color: #ffffff;
	padding: 2px 2px 2px 2px;
	border-bottom: 2px solid #00a4b0;
	text-align: center;
}
.nav-table {
	background-color: #ffffff;
	border: 2px solid #ffffff;
}
.nav-column {
	border-right: 0px solid #ffffff;
	padding: 2px;
	background-color: #ffffff;
}
.nav-list { background-color: #ffffff; }
.nav-left-page {
	padding: 2px;
	padding-left: 10px;
	background-color: transparent;
	font-weight: bold;
}
.nav-left-current-page {
	color: #6666FF;
	padding: 2px;
	background-color: #ffffff;
	font-style: normal;
	font-weight: bold;
}

/* page content classes */
.maincontent { background-repeat: no-repeat; }
.sc-largeblue {
	font-size: medium;
	color: #28A2A2;
	font-weight: bold;
}
.sc-largered { 
	font-size: large;
	color: #ff0000;
	text-align: center;
	font-weight: bold;
}
.sc-large {
	color: #000000;
	text-align: left;
	font-size: medium;
}
.sc-largeblack {
	font-size: large;
	color: #000000;
	font-weight: bold;
}

/* FOOTER Classes */
.footer {
	padding: 5px 5px 5px 5px;
	background-color: #66B3B3;
	color: #ffffff;
}


/* PDF HELP PAGE */
DIV#spdf-download-image { float: left; margin: 10px 35px 20px 30px;}
DIV#spdf-download-link { padding: 15px 10px 10px 10px; }