body {
	font-family: Verdana, Arial;
	font-size: 10pt;
	background-color: #000000;
	color : Black;
	text-align : center;
}
table {
	font-family: Verdana,Arial;
	font-size: 10pt;
}
caption {
	font-family: Arial;
	font-size: 8pt;
	font-style: italic;
	font-weight: bold;
	caption-side: bottom;
}
.s-cell-side {
	background-color : #608080;
	width : 5pt;
}
.s-cell-text {
	background-color : #6C7E80;
	color: #EEE;
	font-weight : bold;
	font-size : 18pt;
	font-family : "Trebuchet MS", "Century Gothic", Arial;
	padding-left : 5pt;
	padding-right : 5pt;
}
a {
	text-decoration : none;
}
a:link {
	color : #0099FF;
	text-decoration: normal;
}
a:visited {
	color : #0000FF;
}
a:active {
	color : #333333;
	background-color : gray;
}
a:hover {
	color : red;
	background-color : yellow;
}
.pagebody {
	width : 700px;
	text-align : left;
	margin: 0 auto;
}
.tblscr {
	background-color : Silver;
	border : 1px inset #FFF;
}
.tblscr th, .tblscr td {
	border : 2px outset #FFF;
	padding : 5px;
}
.tblscr th {
	background-color : #789;
	color : White;
}
.tblfooter {
	width : 100%;
}
.hr-scr {
	width: 100%;
	height: 3px;
	color: #663;
	background-color: #663;
	text-align: center;
	border: 0px none;
}
.tblfooter {
	width: 100%;
	border: 0px none;
	font-size: 7pt;
	font-style: italic
}
.tblfooter td {
	vertical-align: top;
}
.tblfooter img { border: 1px solid #EED }