/* CSS Document */
body {
	background-color: #C7D5B5;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #657652;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #32421F;
}
.heading {
	font-size: 13px;
	font-weight: bold;
}
.subheading {
	font-weight: bold;
	color: #657652;
	font-size: 13px;
}
a {
	color: #12456E;
	font-weight: bold;
}
th {
	background-color: #657652;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}
.main-table {
	background-color: #FFFFFF;
}
.content-table {
	border: 1px solid #CCCCCC;
}
.nav-bg {
	background-color: #D7E5C5;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

