.CellNav {
	background-image: url(../images/repeat-nav.jpg);
	background-repeat: repeat-x;
}

.CellNav a {
	color: #FFF;
}

.GreenBold {
	font-size: 18px;
	color: #0A382D;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
.Green {
	font-size: 15px;
	color: #0A382D;
	font-family: Arial, Helvetica, sans-serif;
}
.GreenSmall {
	font-size: 13px;
	color: #0A382D;
	font-family: Arial, Helvetica, sans-serif;
}

.NumberLarge {
	font-size: 28px;
	color: #00382C;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 40px;
	font-weight: bold;
}

.BlockNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding: 2px;
}
a:hover.BlockNav {
	text-decoration: none;
	background-color: #0A382D;
	padding: 2px;
}

.RedBold {
	font-size: 18px;
	color: #600;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}

.CellWhite {
	background-color: #FFF
}


