body {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	margin-left		: 0px;
	margin-top		: 0px;
	margin-right		: 0px;
	margin-bottom		: 0px;
	font-weight		: normal;
	text-align		: left;
}

.headline01 {
	font-family		: "Century gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size		: 18pt;
	color			: #000000;
	font-weight		: lighter;
}

.headline02 {
	font-family		: "Century gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size		: 12pt;
	color			: #000000;
}

.headline03 {
	font-family		: "Century gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10pt;
	color			: #FF0000;
}

.headline04 {
	font-family		: "Century gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size		: 9pt;
	color			: #FF0000;
}

.text {
	font-size		: 8pt;
	font-weight		: normal;
	color			: black;
}

.date {
	font-size		: 8pt;
	font-weight		: normal;
	color			: black;
}

a {
	color			: black;
	text-decoration		: none;
}


ul {
	list-style-image	: url("/img/bullet.gif");
}

.red {
	color			: #FF0000
}

.img-border {
	border			: 1px solid #000000;
}
.table  {
	font-size		: 8pt;
	font-weight		: normal;
	border			: 1px solid black;
	border-collapse 	: collapse;
	padding			: 0px;
	margin-top		: 10px;
	margin-bottom		: 10px;

}
.table TD {

	border			: 1px solid black;
	border-collapse		: collapse 


}
.table TH {
	font-size		: 8pt;
	font-weight		: bold;
	background-color	: #000000;
	color			: #FFFFFF;
	border			: 1px solid #000000;

}
.bckred {
	
	font-weight		: bold;
	color			: #FFFFFF;
	background-color	: #FF0000;
}
