body {
	background-color: #BFCBD8;
}
br {
	font-size: 8px;
}
td {
	font-size: 11px;
	font-family: Verdana;
}
.header {
	background-color: #3D5C85;
	color: #E2E5EB;
}
.dheader {
	background-color: #2B486A;
	color: #8D9FC0;
	text-align: center;
}
.mheader {
	background-color: #8D9FC0;
	color: #2B486A;
	text-align: center;
}
.content {
	font-family: Verdana;
	font-size: 11px;
	color: #00000;
	background-color: #E2E5EB;
	vertical-align: top;
}
.menu {
	background-color: #3D5C85;
	color: #E2E5EB;
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
}
.mi:link {
	text-decoration: none;
	color: #E2E5EB;
}
.mi:visited {
	text-decoration: none;
	color: #E2E5EB;
}
.mi:active {
	text-decoration: underline;
	color: #E2E5EB;
}
.mi:hover {
	text-decoration: underline;
	color: #E2E5EB;
}

A:link {
	text-decoration: none;
	color: #3D5C85;
}
A:visited {
	text-decoration: none;
	color: #3D5C85;
}
A:active {
	text-decoration: underline;
	color: #000000;
}
A:hover {
	text-decoration: underline;
	color: #3D5C85;
}
