/* CSS Document */


body {
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style1 {
	color: #666666;
	font-size: 13px;
}
.style2 {
	color: #666666;
	font-size: 11px;
}
.style3 {
	font-size: 16px;
	font-weight: bold;
}
.style4 {font-size: 16px}


#container {
	border: 0;
	margin: 0 auto 0;
	padding: 0;
	position: relative;
	text-align: left;
	vertical-align: top;
	width: 800px;

}

	#stage {
	position: relative;
	width: 800px;
	margin: 0px;
	padding:0px;

}

#logo {
 	position:relative;
	top:20px;
	left:0px;
	height: 28px;
	width: 97px;
}


#box1 {
	position: relative;
	top:16px;
	left:115px;
	width: 612px;
	height: 30px;
	background-color:#FFFFFF;
	background: #FFFFFF;
	margin: 0px;
	padding:0px;
}

#box2 {
	position: relative;
	top:60px;
	left:50px;
	width: 627px;
	height: 320px;
	background-color:#FFFFFF;
	background: #FFFFFF;
	margin: 0px;
	padding:0px;
}

#box3 {
	position: relative;
	top:80px;
	left:50px;
	width: 627px;
	height: 300px;
	background-color:#FFFFFF;
	background: #FFFFFF;
	margin: 0px;
	padding:0px;
}

#text {
	position: relative;
	top:90px;
	left:57px;
	width: 410px;
	height: 150px;
	background-color:#FFFFFF;
	background: #FFFFFF;
	margin: 0px;
	padding:0px;
}


#link {
	position: relative;
	top:0px;
	left:0px;
	width: 80px;
	height: 30px;
	margin: 0px;
	padding:0px;
}
