﻿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 : green; 
} 
A:visited {
color : orange; 
} 
A:active {
color : red; 
} 
A:hover {
color : gray; 
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.Background2 {
   background-image: url('images/laybkgnd.gif');
   background-attachment: fixed;
}   
.border-0 {
   border-width: 0;
}
.font-10 {
   font-size: 10pt;
   font-family: Arial, Helvetica, sans-serif;
}
.font-10-arial-green {
   color: #008000;
   font-size: 10pt;
   font-family: Arial;
}
.font-14 {
   font-size: 14pt;
}
.font-14-red {
   font-size: 14pt;
   color: #FF0000;
}
.font-18 {
   font-size: 18pt;
}
.font-24-red {
   color: #FF0000;
   font-size: 24pt;
}
.font-24-wh-bg-blue {
   font-size: 24pt;
   color: #FFFFFF;
   background-color: #041943;
}
.font-28-white {
   font-size: 28pt;
   color: #FFFFFF;
}
.font-32 {
   font-size: 32pt;
}
.font-32-green {
   font-size: 32pt;
   color: #008000;
}
.margin-5 {
   margin: 5px;
}
