body {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-color: #E5E5E5;
	margin: 0px;
}
.foot_text {
	font-size: 12px;
}

.green-btn {
	display: block;
	height: 35px;
	width: 204px;
	text-align: center;
}

.green-btn a {
	display: block;
	height: 30px;
	width: 204px;
	background: url(../images/green-btu.png) no-repeat;
	color: #fff;
	font-weight: bold;
	padding-top: 5px;
	font-size: 18px;
}

.green-btn a:hover {
	display: block;
	height: 30px;
	width: 204px;
	background: url(../images/green-btd.png) no-repeat;
	color: #e0b727;
	font-weight: bold;
	text-decoration: none;
}
.t-bullets {
		margin: 5px;
		padding: 0px;
		list-style:square;
		color: #00539f;
}
.cbox td {
	background: #d4ecd2;
	padding: 5px 10px;
	
}
 a.nav {
	background: #00539f;
	display: block;
	height: 25px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 10px 5px 0px 5px;
	border-right: 1px solid #fff;
	text-align: center;
}

 a:hover.nav {
	background: #1d6969;
	display: block;
	height: 25px;
	text-decoration: none;
	padding: 10px 5px 0px 5px;
	border-right: 1px solid #fff;
}

