/* CSS Document */

/* Main Style */
body {
	font-size: 10px;
	font-family: Verdana, Tahoma, sans-serif;
	text-align: center;
}
div {
	margin: auto;
}
table {
	border: none;
}
h1 {
	color: #000000;
	font-family: Verdana, Tahoma, sans-serif;
}
h2, h2 a {
	color: #000000;
	font-size: 9px;
	font-family: Tahoma, Verdana, sans-serif;
	text-decoration: none;
	line-height: 15px;
}
h2 a.down {
	color: #0000FF;
}
h2 a:hover {
	color: #FF6600;
	text-decoration: underline;
}

/* Index List Style*/
#list {
	width: 760px;
}
#list ul {
	line-height: 20px;
	list-style-type: none;
}
#list li, #list a {
	font-size: 11px;
	font-family: Verdana, Tahoma, sans-serif;
	text-align: left;
	text-decoration: none;
}
#list a {
	color: #366AB3;
	background: url("../images/bt_play.gif") left center no-repeat;
	padding: 3px 10px 3px 20px;
}
#list a:hover {
	text-decoration: underline;
	background: url("../images/bt_play_o.gif") left center no-repeat;
}
#list a:active {
	background: url("../images/bt_play_dis.gif") left center no-repeat;
}

/* Copyright Style */
#copyright {
	color: #333333;
	clear: both;
	font-size: 10px;
	font-family: Verdana, Tahoma, sans-serif;
	text-align: center;
	text-decoration: none;
	margin-top: 30px;
}
#copyright a {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Tahoma, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
#copyright a:hover {
	color: #FF6600;
	text-decoration: underline;
}

