/* CSS Document */
body {
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#858585;
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
background-color:#181818;
}

.footer{
background-image:url(images/bottom_shadow.jpg);
background-repeat:no-repeat;
background-position:left;
height:19px;
}

.footertxt {
font-size:10px;
color:#c0c0c0;
margin-top:5px;
margin-right:34px;
text-align:right;
}

.footertxt a{
color:#c0c0c0;
text-decoration:none;
}

.footertxt a:hover{
color:#c0c0c0;
text-decoration:underline;
}

.footertxt1 {
font-size:10px;
color:#999999;
margin-top:5px;
text-align:right;
}

.footertxt1 a{
color:#999999;
text-decoration:none;
}

.footertxt1 a:hover{
color:#999999;
text-decoration:underline;
}

.footerlink {
color:#c0c0c0;
margin-top:5px;
margin-left:34px;
}

.footerlink a{
color:#c0c0c0;
text-decoration:none;
}

.footerlink a:hover{
color:#c0c0c0;
text-decoration:underline;
}
