.topcel
{
   text-align: left;
   font-family: Arial;
   color: black;
   font-size: 8pt;
   cursor: pointer;
   text-decoration: none;
   font-weight: normal;
   padding 0 0 0 5px;
}

.topcel a
{
   font-family: Arial;
   color: black;
   font-size: 8pt;
   cursor: pointer;
   text-decoration: underline;
   font-weight: normal;
}
.topcel a:hover
{
   text-align: left;
   font-family: Arial;
   color: red;
   font-size: 8pt;
   cursor: pointer;
   text-decoration: underline;
   font-weight: normal;
}


.linksmenucel a
{
   text-align: left;
   font-family: Georgia;
   color: yellow;
   font-size: 10pt;
   cursor: pointer;
   text-decoration: none;
   font-weight: normal;
   padding 0 0 0 5px;
}
.linksmenucel a:hover
{
   text-align: left;
   font-family: Georgia;
   color: black;
   background-color: yellow;
   font-size: 10pt;
   cursor: pointer;
   text-decoration: none;
   font-weight: normal;
}

body
{ 
   font-family: Georgia;
   font-size: 10pt;
   color: black;
   scrollbar-base-color: black;
   scrollbar-shadow-color: #000000;
   scrollbar-highlight-color: black; 
   scrollbar-3dlight-color: yellow;
   scrollbar-darkshadow-color: yellow; 
   scrollbar-track-color: black;
   scrollbar-arrow-color: yellow;   
}

table, tr, td 
{ 
   font-family: Georgia;
   font-size: 10pt;
   color: black;
}
th
{
   font-family: Georgia;
   font-size: 10pt;
   font-weight: bold;
}

b, strong
{ 
   font-family: Georgia;
   font-size: 10pt;
   font-weight: bold;
}

a 
{ 
   font-family: Georgia;
   font-size: 10pt;
   font-weight: bold;
   cursor: pointer;
   color: red;
}

A:hover 
{
   font-family: Georgia;
   font-size: 10pt;
   font-weight: bold;
   color: #FF8040;
}

.cursor 
{  
   cursor: hand;
   color: #FF0000;
} 

.cursorout 
{  
   cursor: hand;
   color: #000000;
} 

.info
{
   font-family: Georgia;

   color: red;
   font: bold;
}

.error
{
   font-family: Georgia;
   color: red;
   font: bold;
   background-color: yellow;
}


input, textarea, select
{ 
   font-family: Georgia;
   font-size: 9pt; 
   color: black;
   background-color: yellow;
   border-width: 1px;
   border-color: black;
}




