body {
    margin: 0px;
    font-family:Tahoma, Arial, Helvetica, Sans-Serif, MS Sans Serif;
    font-size: small;
    background-color:White;
    line-height: 1.3em; 
}
p, li, td
{
   font-family:Tahoma, Arial, Helvetica, Sans-Serif, MS Sans Serif;
   font-size: 12pt;
}
P{
    padding-left: 0px;
    padding-right: 0px;
    line-height: 1.3em; 
}
li{
    margin-bottom: 5px;
 }

h1 
{
    font-size: 14pt;
    color: rgb(0,100,0);
    font-weight: normal;
    border-bottom: solid 3px #DEA500;
    width: 300px;
    line-height: 1.3em; 
}
h2 
{
    font-size: 12pt;
    color: rgb(200,0,0);
    font-weight: normal;
    width: 100%;
    border-bottom: solid 1px black;
    display:inline-block;
}
h3 
{
    font-size: 10pt;
    color: rgb(200,0,0);
    font-weight: normal;
    font-style: italic;
}
h4 
{
    font-size: 10pt;
    color: rgb(200,0,0);
    text-decoration: underline;
}
h5 
{
    font-size: 10pt;
    color: rgb(200,0,0);
    font-style:italic;
}
h6 
{
    font-size: 10pt;
    color: rgb(200,0,0);
    font-variant:small-caps;
}
#Menu{
    height: 25px;
    width: 153px;
    background-image:url(/images/menuback.gif);
    background-repeat:repeat-y;
}
#MenuLeft{
    width: 140px;
}
#ContentBody{
    vertical-align:top;
    min-height: 500px;
    background-color: transparent;
}
#Content
{
    padding:15px;
    padding-top: 0px;
    margin-top: 15px;
    min-height: 400px;
    color: rgb(55,55,55);
}