@charset "utf-8";
/* CSS Document */

html, body{
	height:100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:12px;
	color: #000000;
}
a:link {
	color: #F47932;
	text-decoration: none;
}
a:visited {
	color: #F47932;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:link img, a:visited img{
	border:1px solid #F47932;
	color:#F47932;
}
a:hover img{
	filter:alpha(opacity=80);
	opacity:0.8;
	-moz-opacity:0.8;
	border:1px solid #2D89B9;
}
#wrapper{
	width:600px;
	height:399px;
	padding-top:1px;
	background-repeat:no-repeat;
}
#content{
	margin:335px 80px 0px 80px;
	color:#333;
	cursor:default;
}
#content #link_list{
	margin-top:12px;
	text-align:center;
}
#content #link_list a{
	display:block;
	width:120px;
	text-align:center;
	background-color:#F60;
	border:1px solid #F60;
	color:#FFF;
	padding:2px 0px;
	font-size:9px;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
}
#content #link_list a:hover{
	background-color:#FFF;
	color:#F60;
}