
  a:link	{text-decoration:underline;}
  a:visited	{text-decoration:underline;}
  a:hover	{text-decoration:underline;}
  a:active	{text-decoration:underline;}

	a.fade:link      {text-decoration:none;} 
	a.fade:active    {text-decoration:none;}
	a.fade:visited   {text-decoration:none;}
	a.fade:hover     {text-decoration:underline;}

.normal 	{font-family: Verdana,Arial, Helvetica, sans-serif; font-size: 0.9em; font-style: normal;}
.nav	 	{font-family: Verdana,Arial, Helvetica, sans-serif; font-size: 1.0em; font-weight: bold; color: #FFCC00;}




.title		{font-family: Verdana,Arial, Helvetica, sans-serif; font-size: 0.8em; font-weight: bold; color: #000066;}

body {
     font-family: verdana,arial;
     font-size: 8pt;

     scrollbar-face-color: rgb(125,145,145);
     scrollbar-highlight-color: rgb(125,145,145);
     scrollbar-shadow-color: black;
     scrollbar-3dlight-color: black;
     scrollbar-arrow-color: black;
     scrollbar-track-color: rgb(172,184,184);
     scrollbar-darkshadow-color: rgb(125,145,145);
     }


 textarea, input, select
   {
        background-color: rgb(125,145,145);
        border-bottom-style: groove;
        border-left-style: groove;
        border-right-style: groove;
        border-top-style: groove;
        color: #FFFFFF;
        font-family: Verdana,Arial;
        font-size: 8pt;
        border: 1px solid #000000;
        cursor:hand;
   }
