﻿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-42 {
   width: 42px;
}
.width-100 {
   width: 100%;
}
.margin-10 {
   border-width: 0px;
   margin: 10px;
}
.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 {
   font-size: 12pt;
}
.font-12-arial {
   font-size: 12pt;
   font-family: Arial, Helvetica, sans-serif;
}
.font-12-red {
   font-size: 12pt;
   color: #FF0000;
}
.font-12-green {
   font-size: 12pt;
   color: #008000;
}
.font-14-arial {
   font-size: 14pt;
   font-family: Arial, Helvetica, sans-serif;
}
.font-14-blue {
   font-size: 14pt;
   color: #0000FF;
}
.font-18 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 18pt;
}
.font-18-green {
   font-size: 18pt;
   color: #008000;
}
.font-24 {
   font-size: 24pt;
}
.font-32 {
   font-size: 32pt;
}
.underline {
   text-decoration: underline;
}
.margin-5 {
   margin: 5px;
}
.margin-20-5 {
   margin: 5px 20px 5px 20px;
   border-width: 0px;
}
