.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000066;

}
a {
	text-decoration: underline;
	color: #000066;

}
a:hover {
	text-decoration: none;
}
.nav {
	color: #000000;
	width: 160 px;
	height: 20 px;
	display:block;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 8px;
	padding: 3px;
	background-color: #E8E8EE;
	border: thin none;
}
.nav:hover {
	color: #000000;
	text-decoration: none;
	background-color: #F0F0F4;
}
.subnav {
	color: #000000;
	width: 160 px;
	height: 20 px;
	display:block;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 8px;
	padding: 3px;
	background-color: #D6D6E0;
	border: thin none;
}
.subnav:hover {
	color: #000000;
	text-decoration: none;
	background-color: #F0F0F4;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #454179;
}
