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;
	color			: #444444;
}

.headline01 {
	font-family		: "Century gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size		: 22pt;
	color			: #000000;
	font-weight		: bold;
}

.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			: #444444;
}

.footer {
	font-size		: 7.5pt;
	font-weight		: normal;
	color			: #666666;
	margin-left		: 5px;
}

a {
	color			: #FF0000;
	text-decoration		: none;
}
.menuhead {
	margin			: 2px;
	font-size		: 7.5pt;
}

a.menuhead {
	font-size		: 7.5pt;
	color			: #FFFFFF;
	text-decoration		: none;
	padding-left		: 8px;
	background-color	: #FF0000;
}

.menuleft {
	font-size		: 7.5pt;
	padding-top		: 6px;
	padding-bottom		: 6px;
}

a.menuleft {
	font-size		: 7.5pt;
	color			: #FFFFFF;
	text-decoration		: none;
	padding-left		: 10px;
}

.version {
	font-size		: 7.5pt;
	color			: black;
	text-decoration		: none;
}

.date {
	font-size		: 7.5pt;
	color			: #FFFFFF;
	background-color	: #000000;
}

.menuleft-background {
	background-image	: url("/img/arrow_background_01.gif");
	background-repeat	: no-repeat;
	background-position	: left bottom;
	background-color	: #999999;
}

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;
}

.bcksmile {
	background-image	: url("/img/smile.gif");
	background-position	: bottom right;
	background-repeat	: no-repeat;  
}