body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333366;
	line-height: 130%;
}
.nav a:link {
	color: #294171;
	text-decoration: none;
	line-height: normal;
	
}
.nav a:visited {
	color: #294171;
	text-decoration: none;
	line-height: normal;
	
}
.nav a:hover {
	color: #CC3300;
	text-decoration: none;
	line-height: normal;
	
}
.nav a:active {
	color: #CC3300;
	text-decoration: none;
	line-height: normal;
	
}
.redlink a:link {
	color: #CC3300;
	text-decoration: underline;
}
.redlink a:visited {
	color: #CC3300;
	text-decoration: underline;
}
.redlink a:hover {
	color: #CC3300;
	text-decoration: underline;
}
.redlink a:active {
	color: #CC3300;
	text-decoration: underline;
}

.redHdr {
	color: #CC3300;
}
.bulletImgList {
	list-style-position: outside;
	list-style-image: url(images/bullet_wingdings9.gif);
}
.smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

