﻿BODY {
font-family : "Book Antiqua", Arial, "Times New Roman", "MS Sans Serif", sans-serif; 
font-size : 12pt; 
} 
P {
text-indent : 0; 
}  
.ADDRESS {
   font-size : 8pt;
   text-align: center;
} 
A:link {
color : navy;
background-color : white; 
} 
A:visited {
color : green;
background-color : white; 
} 
A:active {
color : red;
background-color : white; 
} 
A:hover {
color : gray;
background-color : white; 
}
.BACKGROUND {
   background-image: url('../graphics/backgrnd.gif');
   background-attachment: fixed;
}
.align-center {
   text-align: center;
}
.align-left {
   text-align: left;
}
.font-10 {
   font-size: 10pt;
}
.font-10-red {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;
   color: #FF0000;
   font-weight: bold;
}
.font-12 {
   font-size: 12pt;
}
.font-12-arial {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12pt;
}
.font-12-blue {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12pt;
   color: #0000FF;
}
.font-14 {
   font-size: 14pt;
}
.font-14-blue {
   font-size: 14pt;
   color: #0000FF;
}
.font-18 {
   font-size: 18pt;
}
.font-18-blue {
   font-size: 18pt;
   color: #0000FF;
}
.font-18-maroon {
   color: #800000;
   font-size: 18pt;
   font-family: Arial, Helvetica, sans-serif;
   text-align: center;
}
.font-24-red {
   font-family: "Book Antiqua", Arial, Helvetica, sans-serif;
   font-size: 24pt;
   font-weight: bold;
   color: #FF0000;
}
.font-24-blk {
   font-family: "Book Antiqua", Arial, Helvetica, sans-serif;
   font-size: 24pt;
   background-color: #cc0000;
}
.bg-white {
   background-color: #FFFFFF;
}
.bg-whitesmoke {
   background-color: #F5F5F5;
   font-family: "Book Antiqua", Arial, Helvetica, sans-serif;
   font-size: 12pt;
   text-align: center;
}
.bg-color-burnt-red {
   background-color: #cc0000;
}
.bg-lt-gray {
   background-color: #eeeeee;
}
.bg-color-burnt-red-font-wh-14 {
   color: #FFFFFF;
   background-color: #cc0000;
   font-family: "Book Antiqua",Arial, Helvetica, sans-serif;
   font-size: 14pt;
}
.bg-wh-align-cen {
   background-color: #FFFFFF;
   text-align: center;
}
.bg-gray-font-12 {
   font-size: 12pt;
   font-family: "Book Antiqua", Arial, Helvetica, sans-serif;
   color: #000000;
   background-color: #E0E0E0;
   text-align: center;
}
.header-1 {
   font-family: "Book Antiqua";
   font-size: 16pt;
   vertical-align: middle;
   line-height: 55px;
   text-align: center;
   font-weight: bold;
   color: #FFD700;
   background-color: #000000;
}
.header-2 {
   font-family: "Book Antiqua";
   font-size: 14pt;
   color: #00FF00;
   text-align: center;
   vertical-align: middle;
   font-weight: bolder;
   background-color: #000000;
}
.header-4 {
   font-size: 14pt;
   vertical-align: middle;
   text-align: center;
   font-weight: bold;
   color: #FFD700;
   background-color: #000000;
   font-family: "Book Antiqua", Arial, Helvetica, sans-serif;
}
.zenith-header-1 {
   font-family: Arial, Helvetica, sans-serif;
   color: #800000;
   text-align: left;
   background-color: #C0C0C0;
   width: 60px;
   height: 16px;
}
.zenith-header-2 {
   font-family: Arial, Helvetica, sans-serif;
   color: #800000;
   text-align: left;
   background-color: #C0C0C0;
   width: 95px;
   height: 16px;
}
.zenith-table {
   font-family: Arial, Helvetica, sans-serif;
   color: #800000;
   text-align: left;
   background-color: #FFFFFF;
}
.plug-header {
   font-family: "Book Antiqua", Arial, Helvetica, sans-serif;
   font-weight: bold;
   text-align: center;
   background-color: #000000;
   color: #FFD700;
   font-size: 14pt;
}
.plug-header-2 {
   font-family: "Book Antiqua", Arial, Helvetica, sans-serif;
   font-weight: bold;
   text-align: center;
   background-color: #000000;
   color: #FF0000;
   font-size: 14pt;
}
.plug-border {
   border-style: solid;
   border-width: 15px;
   border-color: #0000FF #000080 #0000FF #000080;
}
.border-1-blk {
   border: 1px solid #000000;
}
.border-0 {
   border-width: 0;
}
.underline {
   text-decoration: underline;
   font-size: 14pt;
}
.margin-5 {
   margin: 5px;
}
.width-25-bg-wh {
   background-color: #FFFFFF;
   text-align: center;
   width: 25%;
}
.width-15 {
   width: 15%;
}
.width-25 {
   width: 25%;
}
.width-33 {
   width: 33%;
}
.width-45 {
   width: 45%;
}
.width-50 {
   width: 50%;
}
.width-60 {
   width: 60%;
}
.width-67 {
   width: 67%;
}
.width-90 {
   width: 90%;
}