body, p, td, i, b, h1, h2, h3, h4
{
    font-family: arial;
}
body, td
{
    font-size: 10pt;
}
body
{
    margin: 5px;
}
.layout
{
    /*
    border-style: solid;
    border-color: #3D68A9;
    border-width: 1px;
    */
    background-color: #fff;
    width: 800;
}
.main
{
    color: #555;
    padding: 10px;
}
fieldset
{
    padding: 5px;
}
legend
{
    font-weight: bold;
}
.banner
{
    font-size: 18pt;
    text-align: center;
    font-weight: bold;
    color: #3D68A9;
}
a
{
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    color: #3D68A9;
}
a:hover
{
    text-decoration: underline;
    color: red;
}
.menuitem_link
{
    color: #3D68A9; 
    font-weight: bold;
}
.menuitem
{
    /*
    border-color: #3D68A9;
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    */
    background-color: #eee;
    padding: 0px 10px 0px 10px;
}
.menubox
{
/*    background-color: #CFD8E6;/*99BDF5;/*6F9BDD; */
}
