.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.blueNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	margin: 0px;
	background-color: #D9DFEA;
}
.blueSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;
}
a.blueNormal:link {
	text-decoration: underline;
	color: #003399;
}
a.blueNormal:visited {
	color: #003399;
	text-decoration: underline;
}
a.blueNormal:hover {
	color: #003399;
	text-decoration: none;
}
a.blueNormal:active {
	color: #003399;
	text-decoration: underline;
}
.leftNav {
	background-image: url(images/left_nav_fill.gif);
}

