 span.c2 {font-family: Verdana}
 span.c1 {font-size: 100%}
 p.c1 {text-align: center}
 p.c4 {font-family: Verdana}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

div#menu
{  background-color:#ffffff;
  border-top:1px #dddddd solid;
  border-bottom:1px #dddddd solid;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  width:166px;
}


a.button
{  /* Specify only the properties that differ from a.button */
  background:#f6f6f6;
  border-right:1px #dddddd solid;
  border-left:5px #dddddd solid;
  color:#444444;
  display:block;
  margin:0 0 1px 0;
  padding:5px;
  text-decoration:none;
  width:150px;
}

a.button:active
{  /* Specify only the properties that differ from a.button */
  background:#fcfcfc;
  border-right:1px #dddddd solid;
  border-left:5px #003366 solid;
  color:#ffffff;
  width:150px;
}

a.button:hover
{  /* Specify only the properties that differ from a.button */
  background:#fcfcfc;
  border-right:1px #dddddd solid;
  border-left:5px #003366 solid;
  color:#003366;
  width:150px;
}

BODY 
{
    font-family: Times New Roman,Verdana
	FONT-SIZE: 12pt; 
	COLOR: #003366;
	background-color: #FFFFFF;
}

a:link   
{
  color: #003366 
} 
a:visited   
{
  color: #003366; } 
a:active   
{
  color: #006699 
  }