#mainContent h1 {
}
h2 {
}
a:link {
	color: #4E8505;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #4E8505;
	text-decoration: none;
}
a:hover {
	color: #4E8505;
	text-decoration: underline;
}
#navigation a:link {
	color: #000000;
	text-decoration: none;
}
#navigation a:active {
	color: #000000;
	text-decoration: none;
}
#navigation a:visited {
	color: #000000;
	text-decoration: none;
}
#navigation a:hover {
	color: #000000;
	text-decoration: underline;
}
#mainContent tr th {
	background: #CCC;
}
#mainContent .divTable {
	padding: 0px 10px;
}
#mainContent .divTable th {
	border: thin solid #000;
}
#mainContent .divTable td {
	border: thin solid #000;
}
