
* {
	font-family: 'Arial', 'Verdana';
}

html {
	height: 100%;
	padding: 0px;
	margin: 0px;
}

body {
	height: 100%;
	padding: 10px;
	margin: 0px;
	background-color: #777780;
	font-size: 9pt;
	color: #000000;
}

#body {
	margin: 0px auto 0px auto;
	padding: 0px 10px 15px 10px;
	width: 720px;
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #70707D;
	border-width: 5px;
}

.content {
	padding: 10px 30px 10px 20px;
	font-size: 9pt;
}
	.content .title {
		display: block;
		text-align: right;
		font-size: 16pt;
		font-style: italic;
		color: #0099CB;
	}



.box {
	padding: 10px 20px 10px 20px;
	font-size: 9pt;
	color: #E0E0E0;
}
	.box .header {
		font-size: 12pt;
		font-style: italic;
		font-weight: bold;
		color: #0099CB;
	}

	.box .title {
		font-size: 10pt;
		font-weight: bold;
		color: #C9E9F8;
	}

.menu {
	padding: 12px;
	font-size: 12pt;
	font-weight: bold;
	color: #0099CB;
	text-decoration: none;
}

.footer {
	font-size: 8pt;
	text-align: center;
}

.more {
	color: #C9E9F8;
}
