a:link {
color: #003399;
text-decoration: none;
}

a:visited {
color: #650098;
text-decoration: underline;
}

a:hover, a:active {
color: #980027;
text-decoration: underline;
}

a.menu:link, a.menu:visited{
color: #ffffff;
text-decoration: none;
}

a.menu:hover, a.menu:active{
color: #FF5E0F;
text-decoration: underline;
}

td.menu{
background: #00369A;
height: 22px;
font-family: verdana;
font-size: 10px;
color: #FFFFFF;
padding-right: 20px;
}

td.leftside{
background-position: top left;
background: #ffffff url('images/leftside_bg.jpg') repeat-y;
width: 183px;
font-family: verdana;
font-size: 10px;
color: #333333;
padding-left: 4px;
}

td.body{
background: #EEEDF3;
font-family: verdana;
font-size: 12px;
color: #333333;
padding-right: 15px;
padding-left: 15px;
}

td.bodyleft{
width: 28px;
background: #EEEDF3 url('images/bodyleft_bg.jpg') repeat-y;
}

td.bodyright{
background: #C7DDEA url('images/bodyright_bg.jpg') repeat-y;
background-position: top left;
}