@charset "utf-8";
/* CSS Document */

body,td,th{
	margin-top:10px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
   padding:0;	
   font-size:12px;
   
}
body{
	background: #000 url(../images/dw.jpg) repeat-x;
}

a,area { blr:expression(this.onFocus=this.blur()) } /* for IE */
:focus { -moz-outline-style: none; } /* for Firefox */ 

a:link{
    color:#FFFFFF;
	text-decoration:none;
}
a:visited{
    color:#FFFFFF;
	text-decoration:none;
}
.bottom a:link{
    color:#333333;
	text-decoration:none;
}

.bottom a:visited{
    color:#333333;
	text-decoration:none;
}

a:hover{
    color:#FF0000;
	text-decoration:none;
}

