
body,p,td,th,div,form,h1,h2,h3,h4,h5,ul,ol
{
    color:black;
    font-family:medium,"Trebuchet MS",Arial,Helvetica,sans-serif;
}

p
{
    margin-bottom:10px;
}

body
{
    color: rgb(0,0,0);
    background-color: rgb(250,250,240);
}

.topmenu
{
    background-color: rgb(0,0,0);
    color: rgb(238,148,83);
	/*font-weight: bold;*/
    text-decoration: none;
	font-size:small;
}

table.leftmenu
{
    border-width:1px;
    border-style:solid;
    border-color:white;
    border-collapse:collapse;
    margin-top:10px;
    xmargin-bottom:10px;
}

td.leftmenu
{
	padding:5;
    xbackground-color: rgb(0,0,0);
    xmargin-bottom:1px;
}

th.leftmenu
{
    font-size:smaller;   
}


p.leftmenu
{
    margin-top:1px;
    margin-bottom:1px;
}
a.leftmenu
{
    color: rgb(238,148,83);
    /*font-weight: bold;*/
    text-decoration: none;
    font-size:80%;
    padding-left:4;
}

a.leftmenusmall
{
    color: rgb(238,148,83);
    font-weight: bold;
    text-decoration: none;
    font-size:70%;
    padding-left:8;
}

td.textframe
{
	background-color: rgb(250,250,240);
	padding: 10;
}
