/* CSS Document */
body {
	background-color: #D2E2E0;
	background-image: url(images/landingPageBground.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 5c462e;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.whiteText {
	font-size: 10px;
	color: #FFFFFF;
}
.lightBrown {
	font-size: 10px;
	color: #b3a171;
}
.mdmBrown {color: #9A8121}
body,td,th {
	color: #645039;
}
