.headercel
{
   width: 600px;
   height: 20px;
   text-align: left;
   vertical-align: middle;
   font-family: Arial;
   color: black;
   font-size: 13pt;
   font-weight: bold;
}

.paginacel
{
   vertical-align: top;
   text-align: left;
   width: 670px;
   height: 370px;
   padding: 5 5 5 5px;
}

body
{
   font-family: Arial;
   color: #666666; 
   font-size: 9pt;
   scrollbar-face-color: #E1FFFF;
   scrollbar-shadow-color: #000000;
   scrollbar-highlight-color: white;
   scrollbar-3dlight-color: #000000;
   scrollbar-darkshadow-color:white; 
   scrollbar-track-color: white;
   scrollbar-arrow-color: #000000;     
}

table, tr, td 
{ 
   font-family: Arial;
   font-size: 9pt;
   color: #666666;
}
th 
{ 
   font-family: Arial;
   font-size: 9pt;  
   font-weight: bold;
   color: #666666;
}

H1
{
        font-family: Arial;
   font-size: 12pt;  
   font-weight: normal;
   color: #666666;
}

b, strong
{ 
   font-family: Arial;
   color: #666666;
   font-size: 9pt; 
   font-weight: bold;
}

a 
{ 
   font-family: Arial;
   color: #000000;
   font-size: 9pt;
   font-weight: bold;
   cursor: pointer;  
}

A:hover 
{
   color: #FF0000; 
   font-family: Arial; 
   font-size: 9pt;
   font-weight: bold;
}

.cursor 
{  
   cursor: hand;
   color: #FF0000;
} 

.cursorout 
{  
   cursor: hand;
   color: #000000;
} 

.info
{
   font-family: Arial;
   color: red;
   font: bold;
}

.error
{
   font-family: Arial;
   color: red;
   font: bold;
   background-color: yellow;
}


input, textarea, select
{ 
   font-family: Arial; 
   font-size: 9pt; 
   color: #333333;
   background-color: #E1FFFF;
   border-width: 1px;
   border-color: #000000;
}

.bgform
{
   background-color: white;
}

.bgformout
{
   background-color: #E1FFFF;
}

div.menu a {
    font-family: Arial;
    color: #333333;
    font-size: 9pt;
    cursor: pointer;
    text-decoration = none;
    font-weight = bold;
}
div.menu a:hover {
    color: red;
    font-family: Arial; 
    font-size: 9pt;
    text-decoration = none;
    font-weight = bold;
}

.menucellinks
{
   width: 90px;
   height: 200px;
   background-color: #D9D9FF;
   border: 1px solid #808080;
   vertical-align: top;
   text-align: left;
   padding: 5 5 5 5px;
}

