td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.Left_TdTitleFilled {
	font-weight: bold;
	text-align: center;
	color: #455720;
	background-image: url(../images/layout/left_TdTitleFilled.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.Right_TdTitleFilled {
	font-weight: bold;
	text-align: center;
	color: #455720;
	background-image: url(../images/layout/right_TdTitleFilled.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

.Center_TdTitleFilled {
	font-weight: bold;
	text-align: center;
	color: #455720;
	background-image: url(../images/layout/center_TdTitleFilled.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.Left_TdFilled {
	text-align: center;
	color: #000000;
	background-image: url(../images/layout/left_TdFilled.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}

.Right_TdFilled {
	text-align: center;
	color: #000000;
	background-image: url(../images/layout/right_TdFilled.jpg);
	background-position: right top;
	background-repeat: repeat-y;
}

.TdFilled {
	background-color:#E2E4D7;
	text-align: center;
	font-size: 10px;
}

.TdFilledAlt {
	background-color: #D2DBBE;
	text-align: center;
	font-size: 10px;
}

.GoogleArea {
	text-align:center;
}

.FormFields {
	background-color: #D3D9C0;
	color: #455720; 
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-width: 1px;
	border-color: #455720;
}

#NavigationBox a {
	color: #7B983B;
	font-weight: bold;
	text-decoration: none;
}

#NavigationBox a.hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}