
body
{
    margin: 0px 0px 0px 0px;
    background-color: #FFFFFF ;
    font-family: "Bitstream Vera Sans", Verdana, sans-serif;
    color: #000000;
}

td,tr,p,div 
{
    font-size: 12px;
    color: #333333;
}

h4 
{
    color: #000000; 
    font-size: 16px; 
    font-weight: bold;
}

h5 
{
    color: #FF9900; 
    font-size: 14px; 
    font-weight: bold;
}

h6 
{
    color: #FF9900; 
    font-size: 12px; 
    font-weight: bold;
}

/* Links */ 
a:link, a:visited 
{
    font-size: 12px; color: #FF6600; 
    text-decoration: none;
    font-family: "Bitstream Vera Sans", Verdana, sans-serif;
}

a:hover 
{
    text-decoration: underline;
}

#menu
{
    text-align: left;
    font-size: 12px;
/*     margin-left: -35px; */
}

#menu a:link
{
    color: #000000; 
    font-weight: normal;
}

#menu a:visited
{
    color: #000000; 
    font-weight: normal;
}

#menu a:hover
{
    color: #FF9900; text-decoration: underline;
}

#content 
{
    font-size: 12px;
    color: #000000;
    text-align: justify;
}

#content a:link, a:visited 
{
    font-size: 12px; color: #FF6600; 
    text-decoration: none;
    font-family: "Bitstream Vera Sans", Verdana, sans-serif;
}

#content a:hover 
{
    color: #FF6600; 
    text-decoration: underline;
}

#title 
{
    font-family: "Bitstream Vera Sans", Verdana, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    text-align: left;
}


.small 
{
    font-size: 10px;
    text-decoration: none;
    font-weight: normal;
}

.menuheading
{
    color: white;
    font-weight: bold;
    font-size: 14px;
    background-color: #a97568;
    text-align: left;
    padding: 5px;
    margin-bottom: 5px;
}

ul 
{
    margin: 0px 0px 0px 0px;
}

li 
{
    list-style: inside url(/images/arrow.png) 3px;
    list-style-image: url(/images/arrow.png);
}

img
{
    border: 0;
}

