body {
	margin-left:10px;
	margin-top:10px;
	background-color: #F3F3F3;
}

.menu1 {
	background-color: #DDE5F5;
	color: #1A4D9B;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
}
.menu1 A:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.menu1 A:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.menu1 A:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.menu1 A:hover {
	color: #1A4D9B;
	font-weight: bold;
	text-decoration: none;
}

.menu2 {
	background-color: #F3F3F3;
	color: #1A4D9B;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
}
.menu2 A:link {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.menu2 A:active {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.menu2 A:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.menu2 A:hover {
	color: #1A4D9B;
	font-weight: normal;
	text-decoration: none;
}


