﻿body 
{
    margin:0px;
    font-family:Tahoma, Verdana, Trebuchet MS, Arial, Sans-Serif;
    font-size:medium;
    line-height:24px;
}

table.toptable 
{
 background-image:url(/images/top.jpg);
 background-repeat:no-repeat;
 width:960px;
 height:133px;
}
table.leftcontent {
    width:540px;
    background-color:#D9D6D6;
}

table.rightcontent {
    background-color:#91ABBA;
}


a 
{
    color : #CB171E;
    text-decoration:underline;
}
 a:hover 
 {
    text-decoration:none;
 }