div#tipDiv {
    padding:4px;
    color:#000; font-size:11px; 
    background-color:#E1E5F1; border:1px solid #667295; 
    width:200px; 
}

/* for divs with classes img and txt 
   used in dw_Tooltip.wrapImageOverText */
div#tipDiv div.img { text-align:center }
div#tipDiv div.txt { text-align:center; margin-top:4px }


a:link {
	text-decoration: none;
	color: #808080;
}
a:visited {
	text-decoration: none;
	color: #191919;
}
a:hover {
	text-decoration: none;
	color: #008000;
}
a:active {
	text-decoration: none;
	color: #191919;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #000000;
}
body
{ 
background-image:url('background-bg.jpg');
background-repeat:yes-repeat;
background-attachment:fixed;
}
a img
{
    border-width: 0;
}
