﻿body {
}
h1
{
	font-family: 'Arial Black';
	text-decoration: underline;
}
.h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    font-weight: bold;
}
.h1CENTER
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    color: #191970;
}
.h2CENTER
{
    font-family: Helvetica;
    font-size: small;
    font-weight: bold;
    text-align: center;
}
.ARIGHT 
{
	 text-align:right;
	}
	
.ACENTER 
{
	text-align:center;
    text-align:center;
	vertical-align:middle;
	color:Navy;
}
.FBBoldItal
{
    color: #B22222;
    font-size: medium;
    font-style: italic;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.BoldNavy 
{
    font: 18pt verdana;
    font-weight: 700;
    color: Navy;
}
.BoldNavyCenter 
{
 	text-align:right;
	font: 12pt verdana; 
    font-weight:700;
    color: Navy;
    }
