<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	background: #525E62 url(pics/interface/background.gif) repeat-y center top;
	font-size: 8pt;
	textdecoration: none;	
}

a:link {
	text-decoration: underline;
	color: #000000;
	font-size: 8pt;
	}

a:visited {
	text-decoration: underline;
	color: #000000;
	font-size: 8pt;
}

a:hover {
	text-decoration: none;
	color: #555555;
	font-size: 8pt;
	}

a:active {
	text-decoration: underline;
	color: #000000;
	font-size: 8pt;
}

table {
	color: #000000;
	font-size: 8pt;
	textdecoration: none;
}

table.border {
	background-color: #FFFFFF;
	border-left: 1px;
	border-right: 1px;
	border-top: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #000000;
}

table.style1 {
	background: #FFFFFF url(pics/interface/header_bg.gif) repeat-x left top;
	border-left: 0px;
	border-right: 0px;
	border-top: 1px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}

.date {
	color: #000000;
	font-size: 10pt;
	font-weight: bold;	
	padding: 0px 0px 0px 0px;
}

.header {
	border: 0px;
	background: #FFFFFF url(pics/interface/header_bg.gif) repeat-x left top;
}

.top {
	border: 0px;
	height: 25px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #cfcfcf;
	text-align: center;
}

img.border {
	background-color: #000000;
	margin: 1px;
	border: 1px;
	border-style: solid;
	border-color: #000000;
}

.copyright {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #444444;
	font-size: 8pt;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	}
//-->