@charset "UTF-8";
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #0B1A07;
	line-height: 1.4em;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/MainBackgroundColor.jpg);
}
.homeText {
	font-size: 120%;
	line-height: 1.5em;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 120%;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
	height: 1.1em;
	line-height: 1.4em;
}
p {
	margin-right: 10px;
	margin-left: 20px;
	line-height: 1.5em;
	font-size: 100%;
	margin-bottom: 10px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
ul {
	margin-left: 40px;
	line-height: 1.6em;
	margin-right: 10px;
	list-style-type: disc;
}
h3 {
	font-size: 110%;
	line-height: 1.8em;
	font-weight: normal;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
h4 {
	font-size: 140%;
	font-weight: normal;
	color: #FFFFFF;
	margin-right: 10px;
	margin-left: 20px;
	height: 10px;
}
h5 {
	font-size: 80%;
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
}
h2 {
	font-size: 110%;
	font-weight: bold;
	margin-left: 20px;
	line-height: 1.4em;
}
a {
	font-size: 80%;
	color: #033A14;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #033A14;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h6 {
	font-size: 100%;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 10px;
}

