body
{
    font-family:Verdana;
    font-size:10pt;
    color:Gray;
}
.menu-pad
{
    text-align:center;
    width:60px;
    font-size:14pt;
    color:Gray;
    border-style:solid;
    border-width:1px;
    border-bottom-style:solid;
    border-bottom-color:Blue;  
    border-right-color:transparent;
    border-left-color:transparent;
    border-top-color:transparent;    
}
.menu-active
{
    text-align:center;
    width:120px;
    font-size:9pt;
    color:Navy;
    border-style:solid;
    border-width:1px;
    border-bottom-style:hidden;
    border-bottom-color:transparent;  
    border-right-color:Blue;
    border-left-color:Blue;
    border-top-color:Blue;
}
.menu-inactive
{
    text-align:center;
    width:120px;
    font-size:9pt;
    color:Gray;
    border-style:solid;
    border-width:1px;
    border-bottom-style:solid;
    border-bottom-color:Blue;  
    border-right-color:silver;
    border-left-color:silver;
    border-top-color:silver;
}
.svcTable
{
    border: solid 1px #888888;
    font-size:9pt;
}
.svcTitle
{
    border-bottom: solid 1px #000000;
    font-size:larger;
}
.svcSubTitle
{
    border-bottom: solid 0px #888888;
    font-size:smaller;
}
.svcDescription
{
}
.svcPrice
{
    color: #008800;   
}
.svcControls
{      
}