body {
	background-color: 0F4D2A;
	margin: 0px;
	padding: 0px;
}
.top-menu, a.top-menu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.top-menu:hover {
	text-decoration: underline;
	color: #F8E107;	
}
td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;

}
.footer, a.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:hover {
	text-decoration: underline;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0F4D2A;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0F4D2A;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0F4D2A;
}
a {
	color: #0F4D2A;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.highlihgt-green {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0F4D2A;
}
.side-panel {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c2c6c7;
	font-size: 11px;

}
.yellow-lines {
	background-color: f8e107;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-left-color: #333333;
}
.small-text {
	font-size: 10px;
}
.disabled {
	background-color: #CCCCCC;
}

