h1,h2,h3,h4 p, td, a
{
font-family: "Comic Sans MS";
color: #003399;
text-align: center
}


h1 
{
font-size: 28px
}


h2
{
font-size: 24px
}

h3,h4
{
font-size: 16px
}


p
{
font-size: 16px
}

table
{
width: 1040px
}

table.main400
{
height: 400px
}

table.main200
{
height: 200px
}

td
{
font-size: 14px;
text-align: center;
vertical-align: top
}

td.centre
{
font-size: 14px;
text-align: center;
vertical-align: center
}

td.small
{
font-size: 10px;
text-align: center
}

td.left
{
text-align: left
}

a.navigate
{
font-size: 16px;
text-align: center
}

a.link
{
font-size: 12px
}

tr.show
{
background-color: #FFFFCC;
text-align:left;
font-weight: bold;
height:20px
}
tr.echo
{
/* background-color: #D8D8D8; */
vertical-align:top;
text-align:left
}
tr.buffy
{
/* background-color: #E8E8E8; */
vertical-align:top;
text-align:left
}
tr.viva
{
/* background-color: #F8F8F8; */
vertical-align:top;
text-align:left
}
td.clear
{
/* background-color: #FFFFFF; */
vertical-align:top;
text-align:left
}


.dropmenu {
   position: absolute;
   left: -1500px;
   visibility: visible;
   z-index: 101;
   float: left;
   width: 124px;

   border-width: 0px;
   border-style: solid;
   border-color: #000000;	
   background-color: #D4D4D4;
}
.dropmenu ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
.dropmenu li {
   display: inline;
}
.dropmenu a, .dropmenu a:visited, .dropmenu a:active {
   display: block;
   width: 120px;

   padding: 0px;
   margin: 2px;
   font-family: Sans-Serif;
   font-size: 11px;
   font-weight: normal;
   text-align: center;
   text-decoration: none;

   color: #FFFFFF;
   background-color: #175796;
}
.dropmenu a:hover {
   padding: 0px;
   margin: 2px;
   font-family: Sans-Serif;
   font-size: 11px;
   font-weight: normal;
   text-align: center;
   text-decoration: none;

   color: #FFFFFF;
   background-color: #408ECD;
}