A:link { font: bold; text-decoration: none; color:#800000 }
A:visited { text-decoration: none; color:#008000 }
A:hover { text-decoration: none; color:#cc9999 }
.T1 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 24pt;
	color: #00FFFF;
	font-weight: normal;
}
.T2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18pt;
	color: #00FFFF;
	font-weight: normal;
}
.P1 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	color: #00FFFF;
	font-weight: normal;
}
.P2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #00FFFF;
	font-weight: normal;
}
.P3 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 7pt;
	color: #00FFFF;
	font-weight: normal;
}
/* The following work with the drop-down menu */
.menu
  {
   background-color:#000080;
   border:1px #800000;
   width:150px;
   font-size:11px;
   font-family:verdana;
   position: absolute;
   font-weight:bold;
   color: #ffffff;
   cursor: hand;
}
.item_panel
{
    width:150px;
    border-left:1px #800000;
    border-right:1px #800000;
    clip:rect(0,150,0,0);
    position:absolute;
}
.item_panel a
{
   text-decoration:none;
   color:black;
   cursor:hand;
}
.item
{
   background-color: #E9F0F8;
   width: 148px;
   font-size: 10px;
   font-family: verdana;
}