@charset "utf-8";
/* CSS Document */

body {
	background-color: #E0DFE3;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 800px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #D4D4D7;
	background-color: #FFFFFF;
	padding: 10px;
}
#innerwrapper {
	border: 1px solid #CECED1;
	background-color: #FFFFFF;
	padding: 20px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #333333;
	line-height: 24px;
}
.copylarge {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #333333;
	line-height: 24px;
}
.copysmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
}
