﻿BODY {
font-family : "Book Antiqua", Arial, "Times New Roman", "MS Sans Serif", sans-serif; 
font-size : 12pt; 
}
.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;
}
.BACKGROUND-2 {
   background-image: url('graphics/linksbgr.gif');
}
.bg-white {
   background-color: #FFFFFF;
}
.bg-lt-gray {
   background-color: #EEEEEE;
}
.align-center {
   text-align: center;
}
.align-left {
   text-align: left;
}
.align-right {
   text-align: right;
}
.font-10 {
   font-size: 10pt;
   font-family: Arial, Helvetica, sans-serif;
}
.font-12-red {
   font-size: 12pt;
   color: #FF0000;
}
.font-14 {
   font-size: 14pt;
}
.font-14-arial {
   font-size: 14pt;
   font-family: Arial, Helvetica, sans-serif;
}
.font-14-blue {
   font-size: 14pt;
   color: #0000FF;
}
.font-red-14 {
   font-size: 14pt;
   color: #FF0000;
}
.font-dkred-14 {
   color: #CC0000;
   font-family: "Book Antiqua";
   font-size: 14pt;
}
.font-16-navy {
   font-size: 16pt;
   color: #000080;
}
.font-18 {
   font-size: 18pt;
}
.font-18-blue {
   font-size: 18pt;
   color: #0000FF;
}
.font-24-blue {
   font-size: 24pt;
   color: #0000FF;
}
.font-24-navy {
   font-size: 24pt;
   color: #000080;
}
.font-24-red {
   font-size: 24pt;
   color: #FF0000;
}
.margin-10 {
   border-width: 0px;
   margin: 10px;
}
.margin-10-50 {
   border: 1px solid #000000;
   margin: 10px 50px 10px 50px;
}
.margin-20-100 {
   border: 1px solid #000000;
   margin: 20px 100px 20px 100px;
}
.margin-60-100 {
   margin: 60px 100px;
}
.header-2 {
   font-size: 18pt;
   vertical-align: middle;
   text-align: center;
   font-weight: bold;
   color: #00FF00;
   background-color: #000000;
}
.header-3 {
   font-size: 24pt;
   vertical-align: middle;
   text-align: left;
   font-weight: bold;
   color: #00FF00;
   background-color: #000000;
}
.border-1-blk {
   border: 1px solid #000000;
}
.border-0 {
   border-width: 0;
}
.width-33 {
   width: 33%;
}
.width-45 {
   width: 45%;
}
.width-50 {
   width: 50%;
}
.width-246 {
   width: 246px;
}
.vert-align-mid {
   vertical-align: middle;
}
