 /* comments are like this */

@charset "iso-8859-1";

body {background-color: #FFFFFF; font-family: verdana,helvetica; font-size: 12px; color: #003200; margin-top: 0; margin-left: 0;}

a:hover {font-family: verdana,helvetica; font-size: 12px; color: white; background-color: darkblue}

.a2 {font-family: verdana,helvetica; font-size: 12px; color: blue; text-decoration: underline; white-space: wrap}
.a2:hover {font-family: verdana,helvetica; font-size: 12px; color: white; background-color: darkblue}

.a3 {font-family: verdana,helvetica; font-size: 10px; color: blue; text-decoration: underline; white-space: wrap}
.a3:hover {font-family: verdana,helvetica; font-size: 10px; color: white; background-color: darkblue}

/* link, but in RED, to be used for Deletions */
.a4 {font-family: verdana,helvetica; font-size: 10px; color: red; text-decoration: underline; white-space: wrap}
.a4:hover {font-family: verdana,helvetica; font-size: 10px; color: white; background-color: red}


h1 {font-family: verdana,helvetica; font-size: 32px; color: #000000}
h2 {font-family: verdana,helvetica; font-size: 24px; color: #000000}
h3 {font-family: verdana,helvetica; font-size: 16px; color: #000000}

hr{ color:#C80000; background-color:white; width:80%; height:4px; } 

table {font-family: verdana,helvetica; font-size: 12px; color: #003200; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; }
tr {}
th {}
td {font-size: 12px; font-family: verdana,helvetica; text-decoration: none; white-space: wrap;}

.note {
font-family: verdana,helvetica;
font-size: 10px;
color: black;
font-weight: bold;
}
.note2 {
font-family: verdana,helvetica;
font-size: 10px;
color: black;
font-weight: normal;
}

.title1 {
font-family: verdana,helvetica;
font-size: 32px;
color: #003200;
font-weight: bold;
}

.title2 {
font-family: verdana,helvetica;
font-size: 24px;
color: #003200;
font-weight: bold;
}

.title3 {
font-family: verdana,helvetica;
font-size: 16px;
color: #003200;
font-weight: bold;
}

.title4 {
font-family: verdana,helvetica;
font-size: 12px;
color: #003200;
font-weight: bold;
}

.bebold {
font-family: verdana,helvetica;
font-size: 12px;
color: #003200;
font-weight: bold;
}

.footer {
font-family: verdana,helvetica;
font-size: 10px;
color: #C0C0C0;
font: bold
}
.footer:hover {font-family: verdana,helvetica; font-size: 10px; color: white; background-color: darkblue}

.borderx {border-style: inset; border-width: thick; border-color: silver; padding-left: 20; padding-right: 20; padding-bottom: 10; padding-top: 10}

