body {
	margin: 22px 0 0 53px;
	padding: 0;
	font: 11px verdana, helvetica, sans-serif;
	color: #fff;
	background: #000 url(/images/bg_body.gif) no-repeat;
	}

caption, th, td, table td label, table td label span { font-family: verdana, helvetica, sans-serif; }
caption, th, td { font-size: 11px; }

* { padding: 0; margin: 0; }
p { margin-bottom: 12px; }
ul { list-style: none; }
img { border: 0; }
a { color: #999; }
pre {
	font-size: 11px;
	margin-top: 25px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	margin-bottom: 10px;
	}

h1 {
	font-size: 19px;
	}

h1 a {
	color: #fff;
	text-decoration: none;
	}
	
.scrollbar {
	scrollbar-face-color: #646464;
	scrollbar-track-color: #8d8d8d;
	scrollbar-arrow-color: #a2a2a2;
	scrollbar-shadow-color: #626262;
	scrollbar-dark-shadow-color: #404040;
	scrollbar-3dlight-color: #898989;
	scrollbar-highlight-color: #666;
	}