@charset "utf-8";
/* CSS Document */

    html {
                height: 100%;
                overflow: auto;
            }
            #content {
	height: auto;
	width: 820px;
	background-color: #242424;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
            }
            #content div {
	margin: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
            }
            /* end hide */
            body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000000;
	font: 86% Arial, sans-serif;
	background-color: #000000;
            }
        body,td,th {
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;

}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #99CCFF;
	outline: none;
}
a:active {
	color: #99CCFF;
	outline: none;
}
.style1 {
	font-size: 9pt;
	color: #999999;
}