body
{
background-image: url(images/bg.png);
background-repeat: repeat-x;
background-color : #71A42C;
}

.panel
{
background-image: url(images/panelbot.png);
background-repeat: no-repeat;
}

.topleft
{
background-image: url(images/topleft.png);
background-repeat: repeat-x;
}

.topright
{
background-image: url(images/topright.png);
background-repeat: repeat-x;
}

table, td, p, ul, li, div
{
font-family : Arial, Helvetica, sans-serif;
font-size : 9pt;
font-weight : normal;
text-decoration : none;
color : #266681;
line-height : 1.4;
}

a:link, a:active, a:visited
{
font-family : Arial, Helvetica, sans-serif;
font-size : 9pt;
font-weight : bold;
text-decoration : underline;
color : #158788;
line-height : 1.5;
}

a:hover
{
font-family : Arial, Helvetica, sans-serif;
font-size : 9pt;
font-weight : bold;
text-decoration : underline;
color : #8A4380;
line-height : 1.5;
}