﻿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-120 {
   width: 120px;
}
.width-150 {
   width: 150px;
}
.width-200 {
   width: 200px;
}
.width-410 {
   width: 410px;
}
.margin-10 {
   border-width: 0px;
   margin: 10px;
}
.margin-10-100 {
   border-width: 0px;
   margin: 10px 100px 10px 100px;
}
.bg-white {
   background-color: #FFFFFF;
}
.bg-whitesmoke {
   background-color: #F5F5F5;
}
.border-0 {
   border-width: 0;
}
.font-10-arial {
   font-size: 10pt;
   font-family: Arial, Helvetica, sans-serif;
}
.font-12-arial {
   font-family: Arial, Verdana, Helvetica;
   font-size: 12pt;
}
.font-12-red {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12pt;
   color: #FF0000;
}
.font-14 {
   font-size: 14pt;
}
.font-14-arial {
   font-size: 14pt;
   font-family: Arial, Helvetica, sans-serif;
}
.font-14-gray {
   font-family: Arial, Verdana, Helvetica;
   font-size: 14pt;
   color: #808080;
}
.font-18 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 18pt;
}
.font-18-blue {
   font-family: "Times New Roman";
   font-size: 18pt;
   color: #0000FF;
   text-align: center;
}
.font-24-gray {
   font-family: Arial, Verdana, Helvetica;
   font-size: 24pt;
   color: #808080;
}
.font-24-red {
   font-size: 24pt;
   color: #FF0000;
}
.font-24-blue {
   font-size: 24pt;
   color: #0000FF;
}