* {
	padding:0px;
	margin:0px;
}
body {
	background-color: #1C3B59;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
#printheader_ {
	visibility: hidden;
	display: block;
	font-size: 0.01px;
}

/*----------------- Content areas ---------------------*/

.MainMenu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6C7CC;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.85em;
	font-weight: bold;
	padding: 5px;
}
.MainMenu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.MainMenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.MainMenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.MainMenuMargin {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6C7CC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C6C7CC;
}
.SubMenu {
	background-color: #D6DEE1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6C7CC;
	font-family: Arial, Helvetica, sans-serif;
	color: #404950;
	font-size: 0.85em;
	font-weight: bold;
	padding: 5px;
}
.SubMenu a:link {
	color: #404950;
	text-decoration: none;
}
.SubMenu a:visited {
	color: #404950;
	text-decoration: none;
}
.SubMenu a:hover {
	color: #404950;
	text-decoration: underline;
}
.SubMenuMargin {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6C7CC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6DEE1;
	background-color: #D6DEE1;
}
