body 
{
 font-family:Arial,Tahoma,Verdana;
 font-size:85%;
 background-image: url(); background-repeat:repeat-x;
}

h1 {font-size:20px;color:#000000;font-weight:bold}
h2 {font-size:16px;color:#000000;}
h3 {font-size:14px;color:#000000;font-weight:bold;}
h4 {font-size:12px;color:#000000;float:left;}
p  {margin-top:0px;}


a:link, a:visited, a:active, a:hover
{ 
  text-decoration:none;
  font-weight:bold;
  color:black;
  font-size:12px;
}

a:active, a:hover
{ 
  text-decoration:underline;
}


#title 
{
font-weight:bold;
font-size:40px;
text-align: left;
padding:5px;
background-color:#FFFF99;
margin-bottom:10px;
}

#left 
{
float:left;
width:14%;
line-height:15px;
}

.menutitle
{
font-weight:bold;
margin-top:10px;
background-color:#ffffff;
border-top:1px dashed #000000;
}

#content 
{
float:left;
width:80%;
margin-left:3%;
}
td, tr
{
vertical-align:top;
}