﻿body 
{
    margin: 0; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

#header 
{
    background-color: #339900;
    padding-left: 10px;
    padding-bottom: 4px;
    color: #eee;
}

#content
{
   padding-left: 10px;
   font-size:11px;
}

#content p
{
    margin-bottom: 5px;
}

#footerMenu
{
	 margin: 20px 0 5px 10px;
}

#footer 
{ 
    background: #eee; 
    color: Black;  
    font-size: 10px;    
}

.company 
{ 
    font-weight: bold; 
}

.small 
{ 
    font-size: small; 
}

.description 
 { 
    font-size: 12px; 
}

hr 
{ 
    clear: both; 
    border:solid; 
    border-width:1px; 
    border-bottom-color: silver; 
    border-top-color:#ffffff; 
    border-left-color:#ffffff;
    border-right-color:#ffffff;
}

a 
{
    text-decoration: none; 
    font-weight: bold; 
    color: green; 
}