﻿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;
}
.align-right {
   text-align: right;
}
.font-10-arial {
   font-size: 10pt;
   font-family: Arial, Helvetica, sans-serif;
}
.font-12 {
   font-size: 12pt;
}
.font-12-arial {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12pt;
}
.font-14 {
   font-size: 14pt;
}
.font-14-arial {
   font-size: 14pt;
   font-family: Arial, Helvetica, sans-serif;
}
.font-14-red {
   font-size: 14pt;
   color: #FF0000;
}
.font-18-arial {
   font-size: 18pt;
   font-family: Arial, Helvetica, sans-serif;
}
.font-18-red {
   color: #FF0000;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 18pt;
}
.bg-white {
   background-color: #FFFFFF;
}
.bg-whitesmoke {
   background-color: #F5F5F5;
}
.bg-lt-gray {
   background-color: #eeeeee;
}
.bg-aqua {
   background-color: #006666;
}
.bg-yellow {
   background-color: #FFFF00;
}
.border-0 {
   border-width: 0;
}
.border-1 {
   border: 1px solid #000000;
}
.margin-10 {
   margin: 10px;
}
.margin-10-40 {
   margin: 40px 10px 40px 10px;
}
.width-50 {
   width: 50%;
}
.width-200 {
   width: 200px;
}
.width-25 {
   width: 25%;
}