/*Blue is 2a3885*/
/*Burgundy is 7b2d00*/
/*Dk Grn is 61663d*/
/*Lt Grn is d9dcc1*/
/*Ltr Grn is f1f2e2*/
/*Ltst Grn is fafbf3*/
/*heading font is vladmir script 36 pt, drop shadow is 2 x 2, 100%*/
/*adobe gif's font is Century Gothic*/

p {
  font-size: 12px;
  font-family: veranda,arial,helvetica,sans-serif;
}

/*/*/a{}
body p {
  font-size: x-small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-family: veranda,arial,helvetica,sans-serif;
  font-size: 85%; 
  }
html>body p {
  font-family: veranda,arial,helvetica,sans-serif;
    font-size: 85%;
}
/* */

a.blue:link { font-family: arial,helvetica,sans-serif; text-decoration:none; color:#2a3885; }
a.blue:visited { font-family: arial,helvetica,sans-serif; text-decoration:none; color:#2a3885; }
a.blue:hover { font-family: arial,helvetica,sans-serif; text-decoration:none; color:#2a3885; background: #f1f2e2; }
a.blue:active { font-family: arial,helvetica,sans-serif; text-decoration:none; color:#2a3885; }

a.bur:link { font-family: arial,helvetica,sans-serif; text-decoration:none; color:#7b2d00; }
a.bur:visited { font-family: arial,helvetica,sans-serif; text-decoration:none; color:#7b2d00; }
a.bur:hover { font-family: arial,helvetica,sans-serif; text-decoration:underline; color:#7b2d00; }
a.bur:active { font-family: arial,helvetica,sans-serif; text-decoration:none; color:#7b2d00; }

div { text-align: justify; text-justify: newspaper }

/*F is font*/
.F {
  color: black;
  font-family: helvetica,sans-serif;
font-size: 85%;
font-weight: normal;
 }
 
 /*DARKGREEN*/
.DARKGREEN {
  color: #61663d;
  font-family: helvetica,sans-serif;
font-size: 85%;
font-weight: bold;
 }

/*BOLDBLUE is Blue Text*/
.BOLDBLUE {
  color: #2a3885;
  font-family: helvetica,sans-serif;
font-size: 95%;
font-weight: bold;
 }
 
 /*BLUE is Blue Text*/
.BLUE {
  color: #2a3885;
  font-family: helvetica,sans-serif;
font-size: 90%;
font-weight: normal;
 }

/*ST is Smaller Text*/
.ST {
color: #61663d;
font-family: helvetica,sans-serif;
font-size: 80%;
font-weight: normal;
}

/*BB is Bold Burgundy*/
.BB {
color: #7b2d00;
font-family: helvetica,sans-serif;
font-size: 125%;
font-weight: bold;
}

li { 
  list-style-type: circle; 
font-family: veranda,arial,helvetica,sans-serif;
font-weight: normal;
font-color: black;
font-size: 80%;

table.navbar {
   border-collapse: collapse;
}
table.navbar td {
   border: 1px solid black;
}
table.navbar td a{
   display: block;
   width: 150px;
   padding: 3px;
   text-decoration: none;
}
table.navbar td a:link, table.navbar td a:visited {
   color: #61663d;
   background-color: #d9dcc1;
}
table.navbar td a:hover, table.navbar td a:active {
   color: #61663d;
   background-color: #fafbf3;
}