@charset "UTF-8";
/* CSS Document */

.MainBox {
	background-color: #CCCC00;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
.ShadowBottom {
	background-image: url(Graphics/ShadowBottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	top: 18px;
	width: 782px;
}
.RightShadow {
	background-image: url(Graphics/RightShadow.png);
	background-repeat: repeat-y;
	background-position: right;
	position: relative;
	left: 18px;
}
.WhiteBox {
	background-color: #FFFFFF;
	width: 800px;
	position: relative;
	top: -18px;
	left: -18px;
	display: block;
}
.Menu {
	position: relative;
}
.Body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
}
.Name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}
