

/***** TEXT STYLES - EXISTING HTML TAGS *****/

p  {  font-family: Arial, sans-serif; font-size: 10pt }
h1 {  font-family: Arial, sans-serif; font-size: 10pt; font-weight: bold }
h2 {  font-family: Arial, sans-serif; font-size: 10pt; font-style: italic; font-weight: bold }
h3 {  font-family: Arial, sans-serif; font-size: 12pt; font-weight: bold }
h4 {  font-family: Arial, sans-serif; font-size: 14pt; font-weight: bold }
ul {  font-family: Arial, sans-serif; font-size: 10pt }
ol {  font-family: Arial, sans-serif; font-size: 10pt }
td {  font-family: Arial, sans-serif; font-size: 10pt }
th {  font-family: Arial, sans-serif; font-size: 10pt }
div { font-family: Arial, sans-serif; font-size: 10pt }


/***** TEXT STYLES - USER DEFINED CLASSES *****/

.includeheader
   {  font-family: Arial, sans-serif; font-size: 14pt; font-weight: bold }
   
#trail
   { border-top: 1px dotted #CCCCCC; border-bottom: 1px dotted #CCCCCC; padding: 3px 0px 3px 0px;
     font-family: Arial, sans-serif; font-size: 8pt; color: #808080 }
     
#trail a     
   { font-family: Arial, sans-serif; font-size: 8pt; color: #808080; font-weight: normal }
   
.whitehr
   { color: #FFFFFF }     

.breadcrumb
   {  font-family: Arial, sans-serif; font-size: 7pt; font-weight: bold; color: #FFFFFF; background-color: #294A84 }

.fineprint
   {  font-family: Arial, sans-serif; font-size: 7pt }

.fineprintitalic
   {  font-family: Arial, sans-serif; font-size: 7pt; font-style: italic }

.tableheading
   {  font-family: Arial, sans-serif; font-size: 12pt; font-weight: bold }
   
.tableheadinglrg
   {  font-family: Arial, sans-serif; font-size: 15pt; font-weight: bold }
   
.newsheading
   {  font-family: Arial, sans-serif; font-size: 12pt; font-weight: bold; color: #294A84 }   
  

/***** IMAGE STYLES - USER DEFINED CLASSES *****/

.imgleft
   { margin: 0px 6px 6px 0px; float: left }

.imgright
   { margin: 0px 0px 6px 6px; float: right }
   

/***** STANDARD NAVY LINK - USER DEFINED CLASSES *****/   
   
a.nav:link, a.nav:visited
   { font-family: Arial; font-size: 10pt; font-weight: bold; text-decoration: none; color: #004080 }

a.nav:hover
   { font-family: Arial; font-size: 10pt; font-weight: bold; text-decoration: underline; color: #004080 }
