/* Base */
	/* Body */
BODY {
	scrollbar-face-color : #ffcccc;
	scrollbar-track-color : #ffffff;
	scrollbar-arrow-color : #888888;
	scrollbar-base-color : #ffaaaa;
	scrollbar-highlight-color : #ffeeee;
	scrollbar-shadow-color : #ffeeee;
	scrollbar-3d-light-color : #000000;
	background-color: #222222;
	font-size: 12px;
	color: #ffffff;
}
a.z:link {text-decoration: none; color: #ffaaaa; font-size: 12;}
a.z:visited {text-decoration: none; color: #ffaaaa; font-size: 12;}
a.z:hover {text-decoration: none; color: #ff0000; font-size: 12;}
a.z:active {text-decoration: none; color: #ff0000; font-size: 12;}

h1 {
	font-size: 15px;
	text-decoration: bold underline;
	text-align: center;
	width: 100%;
	background-color: black;
	color: white;
	margin: 0px;
}

h2 {
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	width: 100%;
	background-color: black;
	color: white;
	margin: 0px;
}

hr {color: #ffffff; width: 100%; height: 1px;}

/* table */
/* list class */

.bf {
	background-color: #ff5555;
	border-style: none;
	border-width: 0px;
	text-align: left;
	font-size: 12px;
	text-decoration: bold;
	color: #000000;
	height: 12px;
}

.no {
	background-color: #000000;
	border-style: none;
	height: 12px;
	font-size: 8px;
}

.main {
	background-color: #222222;
	border-style: none;
	text-align: left;
	font-size: 12px;
	color: #ccffff;
}