body
{
    font-family: Verdana;
    font-size: 9pt;
    color: black;
    background-color: white;
    margin: 5px;
    padding: 0px;
}

a:link	
{
	text-decoration: none; 
	color : black;
}

a:visited 
{ 
	text-decoration: none; 
	color : black; 
}

a:hover 
{ 
	text-decoration: none; 
	color : red;
}

table#main
{
    width: 100%;
}

td {
    font-family: Verdana;
    font-size: 9pt;
    color: black;
    vertical-align: top;
    padding: 0px;
}

td#header
{
    height: 87px;
    background-image: url('./images/header_logo.png');
    background-position: top left;
    background-repeat: no-repeat;
}

td#links
{
    width: 205px;
    height: 617px;
    padding: 15px 10px 15px 10px;
    background-image: url('./images/links_bg.png');
    background-position: top left;
    background-repeat: no-repeat;
}

td#content
{
    width: 100%;
}

hr.links
{
    border: 0;
    width: 205px;
    color: white;
    background-color: white;
    height: 2px;
    padding: 0px;
    text-align: left;/*this will align it for IE*/
    margin-left: auto; /*this will align it left for Mozilla*/
}

ul {
    font-size: 8pt;
}

li {
    margin-left: -10px;
}
