body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #8C8C8C;
}
.nav {
	height: 42px;
	width: 160px;
	display:block;
	background-image:url(im/buttons/button_uns.gif);
	background-repeat: no-repeat;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	text-align: center;
	line-height: 30pt;
}
.nav:hover {
	background-image: url(im/buttons/button_ovr.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#selected {
	background-image: url(im/buttons/button_sel.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
}
.content {
	font-size: 9pt;
	padding-right: 60px;
	padding-bottom: 30px;
}
.content h3, .content h4 {
	color: #406CBF;
}
.content h3 {
	font-size: 15pt;
}
.content h4 {
	font-size: 11pt;
}
.content li {
	padding-bottom: 10px;
}
.content strong {
	color: #406CBF;
}

.footerimage {
	height: 79px;
	width: 870px;
	background-image: url(im/headers/footer.gif);
	background-repeat: no-repeat;
}
.intralogin {
	float: right;
	font-size: 9pt;
	padding-top: 30px;
	padding-right: 30px;
	color: #FFFFFF;
	text-decoration: none;
}