﻿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-328 {
   width: 328px;
}
.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-arial {
   font-family: Arial, Verdana, Helvetica;
   font-size: 12pt;
}