/* CSS Document */
<!--
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
	font-weight:normal;
}
body {
	background-color: #000000;
	background-image: url(/image/deco/bg.gif);
}
a {
	font-size: 12px;
	color: #FF9900;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 14px;
	color: #FF9900;
	font-weight:normal;
}
h2 {
	font-size: 12px;
	color: #FF9900;
	font-weight:normal;
}
.r {color:#FF9900; font-size:10px}
.r:link {color:#FF9900; font-size:10px}
.r:hover {color:#FF9900; font-size:10px}
.r:visited {color:#FF9900; font-size:10px}
.style2 {color: #000000; font-size:12px; font-weight:normal}

.b {color:#0099ff}
.b:link {color:#0099ff}
.b:hover {color:#0099ff; text-decoration: underline;}
.b:visited {color:#0099ff}
