

/***** TEXT STYLES - EXISTING HTML TAGS *****/

p  {  font-family: Arial, sans-serif; font-size: 10pt; background-color:#000000; color: white  }
h1 {  font-family: Arial, sans-serif; font-size: 10pt; background-color:#000000; font-weight: bold; color: white }
h2 {  font-family: Arial, sans-serif; font-size: 10pt; background-color:#000000; font-style: italic; font-weight: bold; color:white }
h3 {  font-family: Arial, sans-serif; font-size: 12pt; background-color:#000000; font-weight: bold; color:white }
h4 {  font-family: Arial, sans-serif; font-size: 14pt; background-color:#000000; font-weight: bold; color:white }
ul {  font-family: Arial, sans-serif; font-size: 10pt; background-color:#000000; color:white }
ol {  font-family: Arial, sans-serif; font-size: 10pt; background-color:#000000; color:white }
td {  font-family: Arial, sans-serif; font-size: 10pt; background-color:#000000; color:white; bgcolor:#000000 }
th {  font-family: Arial, sans-serif; font-size: 10pt; background-color:#000000; color:white }
div { font-family: Arial, sans-serif; font-size: 10pt; background-color:#000000; color:white }

body { background-color:#000000; }


/***** 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 }

a.merchandise:link img { border: 2px #ff0066 solid; }
a.merchandise:visited img {border: 2px #ff0066 solid; }
a.merchandise:hover img {border: 2px #33ff00 solid; }

.bordered { border: 2px #000000 solid; }
