body {
	margin: 0px 0px 0px 0px;
}

p, td, li {
	font-family: tahoma,verdana,arial,sans-serif;
	font-size: 10pt;
	color: #3C5DA7;
}

.lblue {
	background-color: #C4CADC;
}

.mblue {
	background-color: #7BA0CA;
}

.dblue {
	background-color: #3C5DA7;
}

.menu {
	text-align: center;
	color: white;
	font-size: 10pt;
	letter-spacing: 1pt;
	font-weight: bold;
	background-color: #3C5DA7;
}
.menu-link {
	color: white;
	text-decoration: none;
}
.menu-link:hover {
	color: white;
	text-decoration: underline;
}
.home-link {
	color: #3C5DA7;
	text-decoration: none;
}
.home-link:hover {
	color: white;
	text-decoration: underline;
}

.menu-box {
	text-align: left;
	color: white;
	font-size: 10pt;
	line-height: 16pt;
	letter-spacing: 1pt;
	font-weight: bold;
	background-color: white;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.menu-box-link {
	color: #3C5DA7;
	text-decoration: none;
}
.menu-box-link:hover {
	color: #3C5DA7;
	text-decoration: underline;
}

.title {
	font-size: 24pt;
	font-weight: bold;
	color: #C4CADC;
}

.link {
	color: #3C5DA7;
	text-decoration: underline;
}
.link:hover {
	color: white;
}