@charset "utf-8";
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	font-size: small;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif
}
#stage {
	background-image: url(../images-Common/web-bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.footer a:link {  
    color: #0066FF;
	text-decoration: none;
}
.footer a:visited {
	color: #0066FF;
	text-decoration: none;
}
.footer a:hover {  
     color: #FF0000;
	 text-decoration: none;
}
#container .footer .style1 ul {
	font-size: small;
	float: none;
	list-style-position: inside;
	list-style-type: none;
	color: #0066FF;
}
#container .footer .style1 li {
	display: inline;
	float: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
.style2 {
	font-size: large;
	font-weight: bold;
}
.style5 {font-size: large}
.style6 {color: #FF0000}

