﻿BODY {
font-family : "Book Antiqua", Arial, "Times New Roman", "MS Sans Serif", sans-serif; 
font-size : 12pt; 
} 
P {
text-indent : 0; 
}  
.ADDRESS {
   font-size : 8pt;
   text-align: center;
} 
A:link {
color : navy;
background-color : white; 
} 
A:visited {
color : green;
background-color : white; 
} 
A:active {
color : red;
background-color : white; 
} 
A:hover {
color : gray;
background-color : white; 
}
.BACKGROUND {
   background-image: url('../graphics/backgrnd.gif');
   background-attachment: fixed;
}
.align-left {
   text-align: left;
}
.align-center {
   text-align: center;
}
.font-10 {
   font-size: 10pt;
   font-family: Arial, Helvetica, sans-serif;
}
.font-12 {
   font-size: 12pt;
   font-family: Arial, Helvetica, sans-serif;
}
.font-12-black {
   font-size: 12pt;
   color: #000000;
}
.font-12-red {
   font-size: 12pt;
   color: #FF0000;
}
.font-12-green {
   font-size: 12pt;
   color: #008000;
}
.font-12-gray {
   font-size: 12pt;
   color: #808080;
}
.font-12-lime {
   font-size: 12pt;
   color: #00FF00;
}
.font-12-silver {
   font-size: 12pt;
   color: #C0C0C0;
}
.font-14 {
   font-size: 14pt;
}
.font-14-red {
   color: #FF0000;
   font-size: 14pt;
}
.font-18 {
   font-size: 18pt;
}
.font-14-blue {
   font-size: 14pt;
   color: #0000FF;
}
.font-24-blue {
   font-family: "Times New Roman";
   font-size: 24pt;
   color: #0000FF;
   text-align: center;
}
.font-24-red {
   font-family: "Book Antiqua", Arial, Helvetica, sans-serif;
   font-size: 24pt;
   font-weight: bold;
   color: #FF0000;
}
.bg-white {
   background-color: #FFFFFF;
}
.bg-color-light-gray {
   background-color: #eeeeee;
}
.bg-color-burnt-red-font-wh-14 {
   color: #FFFFFF;
   background-color: #cc0000;
   font-family: "Book Antiqua",Arial, Helvetica, sans-serif;
   font-size: 14pt;
}
.width-50-% {
   width: 50%;
}
.bg-wh-align-cen {
   background-color: #FFFFFF;
   text-align: center;
}
.margin-10 {
   margin: 10px;
}
.width-12.5 {
   width: 12.5%;
   height: 40px;
}
.width-16.6 {
   width: 16.6%;
   height: 40px;
}
.border-0 {
   border-width: 0;
}
