@charset "utf-8";
/* CSS Document */

body {
margin-top:0px;
margin-bottom:3px;
background-image:url(images/footer-bg.jpg);
background-position:bottom;
background-repeat:repeat-x;
background-color:#000000;
}

table {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#999999;
}

.title {
font:"arial narrow";
font-size:20px;
border-bottom-width:thin;
border-bottom-color:#666666;
border-bottom-style:solid;
color:#AAAAAA;
list-style-image:url(images/title-logo.gif);
list-style-position:outside;
}

.main {
padding:10px;
}

.footer {
color:#666666;
font-size:10px;
}

a:link, a:active, a:visited {
color:#FFFFFF;
text-decoration:none;
}
a:hover {
color:#FFFFFF;
text-decoration:underline;
}