body,td,th {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	padding: 0px;
}
main{
	height:750px
}
.simple {
	color: #000000;
	text-decoration:none
}
.l {
	color: RoyalBlue;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
}
.l:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #99CC00;
}
.lcur {
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px;
	background-color: #99CC00;
}
.blue {
	color: #3399CC;
	text-decoration: none;
	padding: 2px;
}
.blue:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3399CC;
}
.l2 {
	color: RoyalBlue;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
}
.l2:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3399CC;
}
.l2cur {
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px;
	background-color: #3399CC;
}
.subnavi {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.above_line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.text {
	line-height: 160%;
}
.header {
	font-size: 18px;
}
.contact {
	color: RoyalBlue;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
}
.contact:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF9900;
}
.contact-cur {
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px;
	background-color: #FF9900;
}
.buttons {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background-color: #FF9900;
	cursor:pointer;
}
.cur {
	cursor: hand;
}


.indicatorcontainer{
	width:100%;
	height:100%;
	position: absolute;
	left:0px;
	top:0px;	
	text-align:center;
	visibility:hidden;
	z-index:1000;
}
.indicator{
	position: absolute;
	left:50%;
	top:40%;
	display:none;
}
.imgcontainer{
	width:100%;
	position: absolute;
	left:0px;
	top:20%;	
	text-align:center;
	z-index:1001;
}
.img{
	border:1px solid #333333;
}