@charset "utf-8";
/* CSS Document */
.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size: 13px;
	color: #000000;
}
body {
	background-color: #04311C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.subtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #900;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #04311c;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #04311c;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #04311c;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #04311c;
}
.bigTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #060;
}
.smalltitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-style: normal;
}.float-right {
	float: right;
	padding: 10px;
}
.float-left {
	padding: 10px;
	float: left;
}
