@charset "utf-8";
body {
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.content {
	font-size: 10pt;
	line-height: 24px;
	color: #171717;
	text-decoration: none;
}
.title {
	font-size: 12pt;
	font-weight: bold;
	color: #007021;
	text-decoration: none;
}
.title1 {
	font-size: 10pt;
	font-weight: bold;
	color: #007021;
	text-decoration: none;
}
.white {
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.black {
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.hand {
	cursor: hand;
}
