h2 /* main header lrg*/
{
font-style: bold;
font-size: 14pt;
color: navy;
text-align: center;
font-family: arial, helvetica, sans-serif 
}


h3 /* main header*/
{
font-style: bold;
font-size: 12pt;
color: navy;
text-align: center;
font-family: arial, helvetica, sans-serif 
}

h4 /* top body text*/
{

font-style: bold; 
text-align: center;
font-size: 10pt;
font-family: arial, helvetica, sans-serif
}

h5 /* sub header*/
{

font-style: bold; 
text-align: left;
font-size: 10pt;
font-family: arial, helvetica, sans-serif
}

h6 /* bottom text free information form...*/
{

font-style: bold; 
text-align: center;
font-size: 10pt;
font-family: arial, helvetica, sans-serif
}

p /* main body text*/
{

font-style: normal;
font-size: 10pt;
font-family: arial, helvetica, sans-serif 
}


ul.square  /* list bullet squares must ad <ul class="square"> to the li */
{
	list-style-type: square;
	list-style-position: inside;
}

ul /* gives you solid circle bullet point*/
{
list-style: disc;
font-size: 10pt

}  

ol.decimal /* list bullet squares must ad <ol class="decimal"> to the li */
{
list-style-type: decimal
}

a:link     {color:#214DA4}
a:visited  {color:#484040}
a:active   {color:#5FAAE4}
a:hover    {color:#0066FF}



hr {color:#003366}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
}
.subHeadBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #5FAAE4;
	line-height: 12px;
}
.subhead3 {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #FFFFFF}
.mini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
p {  }
select {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt}
select {  }
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	line-height: 16px;
}
.largeBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #3757A8;
	line-height: 18px;
}
.bodyTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	line-height: 16px;
	font-weight: bold;
}
.articleLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
}
.articleLinkTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.SmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
