body {
	text-align: center;
	background-color: #CCCCCC;
}
#wrapper {
	margin: auto;
	padding: 0;
	width: 700px;
}
#header {
	/* #7E9BE5 = 126 155 229*/
	text-align: right;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 19pt;
	font-weight: bold;
	/*color: #000066;*/
	color: #D2DCF7;
	background-color: #7E9BE5;
	padding: 10px 10px 10px 10px;
}
#menu {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000066;
	background-color: #7E9BE5;
	padding: 0 10px 5px 10px;
}
#menu * {
	padding: 0;
	margin: 0;
}
#menu hr {
	background-color: #D2DCF7;
	border-width: 0px;
	color: #D2DCF7;
	height: 1px;
	margin: 0px 0 5px 0;
}
#menu li {
	list-style: none;
	/*width: 170px;*/
	width: 226px;
	float: left;
}
#menu a {
	text-decoration: none;
	color: #000066;
}
#menu a:hover {
	text-decoration: none;
	color: #D2DCF7;
}
#menu #menuBottom {
	clear: both;
}
#footer {
	background-color: #D2DCF7;
	padding: 5px 0 5px 0;
}
#footer hr {
	background-color: #7E9BE5;
	border-width: 0px;
	color: #7E9BE5;
	height: 1px;
	margin: 0px 0 5px 0;
}
#footer .copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-align: right;
	color: #7E9BE5;
	padding: 0 5px 0 5px;
}
#content {
	background-color: #D2DCF7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: justify;
	padding: 10px;
	min-height: 300px;
}
#content a {
	text-decoration: none;
	color: #0000FF;
}
#content a:hover {
	text-decoration: underline;
	color: #0000FF;
}
h1 {
	font-size: 10pt;
	font-weight: bold;
	color: #0000AA;
}
h2 {
	margin-top: 30px;
	font-size: 8pt;
	font-weight: bold;
	color: #000066;
}
.strong_red {
	color: #BB0000;
}

.all_good {
	color: #009900;
	font-weight: bold;
}

.ul_withgaps li {
	margin-top: 10px;
	margin-bottom: 20px;
}
.table_head {
	/*#D2DCF7 = 210 220 247*/
	background-color: #D7D2F7;
}
.table_row_odd {
	background-color: #C9D6F5;
}
.table_row_even {
	background-color: #DBE3F9;
}