body	{
	background-color:			#FFFFFF;
	margin:						10px;
	font-family:				Verdana,Arial,Helvetica,_sans;
	text-align:					center;
	font-size:					10px;
}

a	{
	color:						black;
	font-weight:				bold;
	font-size:					10px;
	text-decoration:			none;
}

a:hover	{
	text-decoration:			underline;
}

img	{
	border:						0;
}

div.upper {
	position:					relative;
	top:						0px;
	width:						400px;
	height:						100px;
	margin-left:				auto;
	margin-right:				auto;
}
	

div.main	{
	position:					relative;
	width:						910px;
	margin-left:				auto;
	margin-right:				auto;
	text-align:					left;
}

div.front	{
	position:					absolute;
	left:						0px;
	top:						0px;
}

div.under {
	position:					relative;
	top:						520px;
	width:						790px;
	height:						40px;
	margin-left:				auto;
	margin-right:				auto;
}

div.inner	{
	position:					absolute;
	color:						black;
	left:						235px;
}

td	{
	font-family:				Verdana,Arial,Helvetica,_sans;
	text-align:					center;
	font-size:					10px;
}

