/* CSS Document */
body{
	background-color:#ffffff;
	margin:0;
	padding:0;
	text-align:center;
	color:#000000;
	font-size:11px;
}
a:link {
	color:#2347A1;
	text-decoration:none;
}
a:hover {
	color:#2347A1;
	text-decoration:none;
}
a:visited {
	color:#2347A1;
	text-decoration:none;
}
#wrapper {
	width:400px;
	height:400px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding:0px;
}
#footer {
	font-size:10px;
	background-color:#ffffff;
	width:400px;
	height:30px;
	padding:0px;
	text-align:center;
}
.center {
	text-align:center;
}
.box	{
	padding-top:10px;
	padding-bottom:10px;
}