<style>
<!--
body {
	margin: 0;
	padding: 0;
	color: #333333;
	background: #FFFFFF;
	font-family: Tahoma, Arial, sans-serif;
}

body#bd {
	margin: 0;
	padding: 0;
	background: #E3E3E3;
	text-align: center;
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 10px;
	font-size: 12pt;
	font-family: serif;
	line-height: 140%;
}

.pageTitle {
	font-family: georgia;
	font-size: 2.0em;
	color:#16224E;
	padding: 10px;
	text-align: left;
	text-decoration: underline;
}

.mainText    { 
	text-align: Justify; 
	font-size: 10pt; 
	line-height: 150%; 
	padding: 10px 
}

.adText {
	font-size: 12px; 
	line-height: 150%;
}

.whiteHighlite{
	padding-left: 10px;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}

.textBold    { 
	line-height: 150%; 
	color: #16224E; 
}

.textSubHead { 
	font-family: georgia, arial, helvetica; 
	color: #263D88; 
	font-size: 1.5em; 
	font-style: italic; 
	padding-left: 10px; 
	padding-top: 5px;
}

h1 {
	font-size: 1.7em;
}

h2 {
	margin: 10px 0;
	font-size: 1.5em;
}

h3, h4 {
	margin: 10px 0;
	font-size: 1.25em;
}


a {
	color: #263D88;
	text-decoration: none;
	padding-left: 20px;
}

a:hover, a:active, a:focus {
	color: #333333;
	text-decoration: underline;
}

p {
	margin: 5px 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	padding-left: 12px;
	background: url(../images/arrow-off.gif) no-repeat 3px 6px;
	padding-bottom:5px;
}

th {
	padding: 4px;
	font-weight: bold;
	text-align: left;
}

#ja-content fieldset,
#ja-content-f fieldset {
	width: 500px;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #AAAAAA;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

img {
	border: 0;
}

td, div {
	font-size: 12px;;
}

#spotlight {
	background: url(../images/spotlight-wrap1.gif) repeat-x top left #CCCCCC;
}

#main-wrap {
background: url(../images/main-wrap1.gif) repeat-x top left #EFEFEF;
}

.footer      { 
color: #D9E7EF; 
position: relative; 
background-color: #16224E;
padding-left: 5px; 
padding-right: 0;
padding-top: 2px;
padding-bottom: 2px }


#navBar{ 
	height: 20px; 
	text-align: left; 
	background-color: #AFBAC2 
}


.topNavBar,
a.topNavBar:link,
a.topNavBar:active,
a.topNavBar:visited
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10pt;
	color: #16224E;
	position: relative;
	height: 100%;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	text-align: left;
}

a.topNavBar:hover{ 
	color: #FFFFFF;
	background-color: #16224E;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}



.topCurrentNav,
a.topCurrentNav:link,
a.topCurrentNav:active,
a.topCurrentNav:visited,
a.topCurrentNav:hover
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10pt;
	color: #FFFFFF;
	position: relative;
	height: 100%;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #16224E;
	text-decoration: none;
	text-align: left;
}


//-->
</style>