﻿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 : blue;
background-color : white; 
} 
A:visited {
color : red;
background-color : white; 
} 
A:active {
color : black;
background-color : white; 
} 
A:hover {
color : gray;
background-color : white; 
}
.BACKGROUND {
   background-image: url('../graphics/riveted.jpg');
   background-attachment: fixed;
}
.bg-white {
   background-color: #FFFFFF;
}
.bg-whitesmoke {
   background-color: #F5F5F5;
}
.bg-lt-gray {
   background-color: #EEEEEE;
}
.align-center {
   text-align: center;
}
.align-left {
   text-align: left;
}
.font-10 {
   font-size: 10pt;
   font-family: Arial, Helvetica, sans-serif;
}
.font-12-arial {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12pt;
}
.font-12-red {
   font-size: 12pt;
   color: #FF0000;
}
.font-12-blue {
   font-size: 12pt;
   color: #0000FF;
   font-family: Arial, Helvetica, sans-serif;
}
.font-14 {
   font-size: 14pt;
   font-family: Arial, Helvetica, sans-serif;
}
.font-14-blue {
   font-size: 14pt;
   color: #0000FF;
}
.font-14-navy {
   font-size: 14pt;
   color: #000080;
}
.font-18 {
   font-size: 18pt;
}
.font-18-blue {
   font-size: 18pt;
   color: #0000FF;
}
.font-24 {
   font-size: 24pt;
}
.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;
}
.header-1 {
   font-size: 14pt;
   vertical-align: middle;
   text-align: center;
   font-weight: bold;
   color: #00FF00;
   background-color: #000000;
}
.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;
}
.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;
}
.width-205 {
   width: 205px;
}
.width-246 {
   width: 246px;
}
.width-254 {
   width: 254px;
}
.width-410 {
   width: 410px;
}
.border-1-blk {
   border: 1px solid #000000;
}
.border-0 {
   border-width: 0;
}
.blue-border {
   border-style: solid;
   border-width: 15px;
   border-color: #0000FF #000080 #0000FF #000080;
}
