@charset "utf-8";
/* CSS Document */
html{
	height:100%;
	width:100%;
	overflow:hidden;
}

body{
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	height:100%;
	width:100%;
	overflow:hidden;
}
.bg{
	background-image:url(img/bar.gif);
	background-repeat:repeat-x;
}
body {
	/*background-color: #8B9000;
	background-image: url(img/bg.jpg);*/
	background-color: #000000;
}
.link01{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}
.link01:hover{
	color:#FF6600;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
}
.font01{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}