body{
margin:0;
background-image:url(images/background.gif);
font-family:arial;
}

td.content{
background-color:#FDFDFD;
background-image:url(images/content_back.gif);
background-postion:top;
background-repeat:repeat-x;
border-right:1px solid #000000;
border-left:1px solid #000000;
width:100%;
height:170px;
padding:4px;
font-size:15px;
color:#000000;
}

#footer{
border-top:2px solid #ffffff;
background-color:#023053;
background-image:url(images/footer_back.gif);
width:778px;
color:#ffffff;
font-size:14px;
}

#main
{
width:778px;
border-right:1px solid #0D2346;
border-left:1px solid #0D2346;
}

.title
{
font-size:20px;
font-weight:bold;
color:#010168;
border-bottom:2px solid #B70000;
width:60%;
}

a:link,a:active,a:visited{font-size:14px;color:#E8AB00;font-weight:bold;text-decoration:none;}
a:hover{font-size:14px;color:#ffffff;font-weight:bold;text-decoration:underline;}

a.list:link,active,visited{font-size:15px;color:#001C77;font-weight:bold;text-decoration:none;}
a.list:hover{font-size:15px;color:#001C77;font-weight:bold;text-decoration:underline;}


