@charset "utf-8";
/* CSS Document */

body {
background-image:url(images/bg.jpg);
background-position:center top;
background-repeat:repeat-y;
background-color:#000000;
margin:0px;
}

.bg-top {
background-image:url(images/bg-top.jpg);
background-position:center;
background-repeat:no-repeat;
height:35px;
}

.bg-btm {
background-image:url(images/bg-btm.jpg);
background-position:center;
background-repeat:no-repeat;
height:35px;
}

table{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.main {
padding:15px;}

.title {
font:"Arial Narrow";
font-size:18px;
color:#669933;
font-weight:bold;
}

li {
list-style-image:url(images/bullet.jpg);
}

.footer {
background-image:url(images/footer.jpg);
background-position:center;
background-repeat:no-repeat;
height:30px;
padding:10px;
color:#FFFFFF;
}

.footer a:link, .footer a:visited, .footer a:active {
color:#ffffff;
text-decoration:none;
}

.footer a:hover {
color:#CCCCCC;
text-decoration:underline;
}

a:link, a:visited, a:active {
color:#336633;
text-decoration:none;
}

a:hover {
color:#336633;
text-decoration:underline;
}


