﻿body 
{
    font-family: Verdana;
    font-size: 10pt;
    color: #343;
    text-decoration: none;
}

table
{
    font-size: 10pt;
}
table.menu_top
{
    width: 900px;
    padding: 0;
    margin: 0;
    background-color: #2F950C;
    border-color: #0D2903;
    border-width:1px;
    color: #fff;
    font-family: Arial;
}

table.menu_top a:
{
    text-decoration: none;
}
table.detail_table
{
    padding: 2px;
    font-size: 8pt;
    font-family:Arial;
    width: 100%;
    
}
a:
{
    text-decoration: none;
}
    
a:hover
{
    color:#242;
    text-decoration: none;
}

ul.menu_vertical
{
    margin-top:3px;
    font-size: 10pt;
   text-align: right;
   display: block;
   list-style-type: none;
   width: 200px;
   padding-right: 15px;
}
ul.menu_vertical a
{
    color:#696;
    text-decoration: none;
}
ul.menu_vertical a:hover
{
   color: #343;
   background-color: #eee;
}

.itemtd
{
  background-color: #eeeeee; 
}
.itemtd:hover { 
  background-color: #0061D7; 
} 

td.test{ background-color:#eee }
td.test:hover{ background-color:white }

td.testtd:hover{ background-color:white; border: 1px solid #eee}
td.testtd{border: 1px solid #666;  background-color:#fff}