@charset "UTF-8";
body {
	background-image: url(img/recycled2.jpg);
	font-weight: bold;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 20px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-left: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-right: 30px;
	padding-left: 30px;
	font-weight: normal;
}
.footer {
	font-size: 10px;
	color: #000000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-weight: normal;
}
a:active {
	color: #000000;
}
a:link {
	color: #007ECF;
	text-decoration: none;
}
a:visited {
	color: #007ECF;
	text-decoration: none;
}
a:hover {
	color: #007ECF;
	text-decoration: none;
}
.mainnopad {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.main2 {
	font-family: BoyzClubSSK;
	font-size: 24px;
}
.main table tr th p {
	font-family: Verdana, Geneva, sans-serif;
}
.main table tr th p {
	font-size: 12px;
}
