BODY {
	background : #fbf4bb url(bg2.jpg); 
	font-family: trebuchet, verdana, arial, helvetica, sans serif, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}

P {
	background :  none;
	font-family: trebuchet,verdana,arial, helvetica,sans serif, sans-serif;
	color : #FFFFFFF;
	text-decoration : none;
}


A {
	background :  none;
	color : #0099CC;
	font-weight : 500;
	text-decoration : underline;
}

H1 {
	position: static;
	left: 200px;
	width: 660px;
	margin: 10px 10px 10px 160px;
	background :  none;
	color : #0099CC;
	font-size : 150%;
}

H2 {
		background :  none;
	color : #0099CC;
	font-family: trebuchet, verdana, arial, helvetica, sans serif, sans-serif;
	color : #000000;
	font-size : 125%;
}

H6 {
	position: static;
	left: 200px;
	width: 660px;
	margin: 10px 10px 10px 160px;
		font-size : 100%;
	}
	
H5 {
	margin: 10px 10px 10px 10px;
		font-size : 125%;
	}

H3, H4, H5, {
	font-size : 90%;
		padding: 5px 5px 5px 5px;
}

TH {
	background: #000000 none;
	color: gray;
	font-size: 115%;
	font-weight: 600;
}

div.art {
	position: static;
	left: 200px;
	width: 660px;
	margin: 10px 10px 10px 160px;
	border: 3px solid #0099CC;
	margin: 120px 10px 10 px 10 px;
	bgcolor: #FFFFFF;
	background: White;
	padding: 5px 5px 5px 5px;
}

.style1 {
	font-size: x-small
}

divTable{
	display: table;
	width: 100%;
	position: static;
	left: 400px;
	width: 500px;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
	text-align: center;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}