body, td {
	font-family: Verdana, Arial, Sans;
	font-size: 12px;
	text-align:left;
}
body {
	background-color: #9ef79a;
}

.navigation:link, .navigation:active, .navigation:visited {
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
.navigation:hover {
	color: #005d37;
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
}

.mainYellow {
 background-color: #008d53;

}

.lightYellow {
 background-color: #9ef79a;
}
.darkYellow {
 background-color: #005d37;
}

.patternTile {
	background-image: URL(../images/common/bg_navigation_tile.jpg);
}


.borderRight {
	border-right: 3px solid #FFFFFF;
}
.borderLeft {
	border-left: 3px solid #FFFFFF;
}
.borderTop {
	border-top: 3px solid #FFFFFF;
}
.borderBottom {
	border-bottom: 3px solid #FFFFFF;
}


.blurbTitle {
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 10px;
}

.blurb {
	font-size: 10px;
}
.blurbMore {
	font-size: 11px;
	font-style: italic;
	text-align: right;
	display: block;
}

.rates{
	font-size:15px;
	line-height: 150%;
}


.footer {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	padding: 5px;
}