
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7f7f7f;
	line-height: 15px;
}
body {
	background-color: #e0e0e0;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(gfx/bgMain.png);
	background-position: top;
}
a {
	color: #00853e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #00853e;
}
h1 {
	font-size: 15px;
	color: #00853e;
	line-height: 19px;
}
.flash {
	border: 1px solid #dbdbdb;
	padding: 2px;
}
.bgContent {
	background-color: #d3d3d3;
	background-image: url(gfx/bgContent.png);
	background-position: top;
	background-repeat:repeat-x;
}
.content {
	font-size: 13px;
	line-height: 16px;
	padding: 0px 7px 7px 7px;
}
.content strong {
	font-size: 13px;
	line-height: 16px;
}
.hr {
	border-top: 1px dotted #9a9a9a;
	margin-top: 15px;
	margin-bottom: 20px;
}
.downloadHeader {
	border-bottom: 1px dotted #9a9a9a;
}
.copyright {
	font-size: 10px;
	padding-left: 162px;
	color: #b5b5b5;
	height: 24px;
}