body {
	background-image: url(img/body.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	color:#0066FF;
	font-family:"Times New Roman", Times, serif;
}
a:link {
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	color: #FF9933;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.dot { BACKGROUND: url(img/dot.gif) repeat-x left top }
td,th {
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
}

.mu {color: #FFFFFF}

ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }
img {
    border: none;
}
#menu {
        width: 200px;
        margin: 10px;
		font-size-adjust:inherit;
        }

#menu li a {

         height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 24px;
        text-decoration: none;
        }

#menu li a:link, #menu li a:visited {

        color: #333;
        display: block;
        background:  url(img/menu.gif);
        padding: 8px 0 0 10px;
        }

#menu li a:hover, #menu li #current {
		
        color: #FFF;
        background:  url(img/menu.gif) 0 -32px;
        padding: 8px 0 0 10px;
        }

