﻿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;
}
.align-center {
   text-align: center;
}
.align-left {
   text-align: left;
}
.width-35 {
   width: 35px;
}
.width-70 {
   width: 70px;
}
.width-120 {
   width: 120px;
}
.width-270 {
   width: 270px;
}
.width-40 {
   width: 40%;
}
.width-50 {
   width: 50%;
}
.margin-10 {
   border-width: 0px;
   margin: 10px;
}
.margin-10-100 {
   border-width: 0px;
   margin: 10px 100px 10px 100px;
}
.margin-30-50 {
   border-width: 0px;
   margin: 30px 50px 30px 50px;
}
.margin-10-30 {
   border-width: 0px;
   margin: 10px 30px 10px 30px;
}
.margin-10-40 {
   border-width: 0px;
   margin: 10px 40px 10px 40px;
}
.font-10-arial {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;
}
.font-10 {
   font-size: 10pt;
   font-family: Arial, Helvetica, sans-serif;
}
.font-12-green {
   font-size: 12pt;
   color: #008000;
}
.font-12-navy {
   font-size: 12pt;
   color: #000080;
}
.font-12-red {
   font-size: 12pt;
   color: #FF0000;
}
.font-12-gray {
   font-size: 12pt;
   color: #808080;
}
.font-12-mar {
   font-size: 12pt;
   color: #800000;
}
.font-12-blue {
   font-size: 12pt;
   color: #0000FF;
}
.font-14 {
   font-size: 14pt;
}
.font-red-14 {
   color: #FF0000;
   font-size: 14pt;
}
.font-14-blue {
   font-size: 14pt;
   color: #0000FF;
}
.font-arial-14 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14pt;
}
.font-18 {
   font-size: 18pt;
}
.font-18-blue {
   font-family: "Times New Roman";
   font-size: 18pt;
   color: #0000FF;
   text-align: center;
}
.font-22 {
   font-size: 22pt;
}
.font-24 {
   font-size: 24pt;
}
.font-24-blue {
   font-size: 24pt;
   color: #0000FF;
}
.font-24-red {
   font-size: 24pt;
   color: #FF0000;
}
.font-red-36-b {
   font-size: 36pt;
   color: #FF0000;
   font-weight: bold;
}
.font-36-mar {
   color: #cc0000;
   font-size: 36px;
}
.bg-white {
   background-color: #FFFFFF;
}
.bg-whitesmoke {
   background-color: #F5F5F5;
}
.bg-light-gray {
   background-color: #eeeeee;
}
.bg-bred-font-14-wh {
   background-color: #cc0000;
   font-size: 14pt;
   color: #FFFFFF;
}
.border-0 {
   border-width: 0;
}
.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;
}
.underline {
   text-decoration: underline;
}
.width-20 {
   width: 20px;
}
.width-410 {
   width: 410px;
}
