body {
	background: #0000000;
	color: white;
	font-size: 10pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	background-image : url(images/grunge_1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-position:top;
}

body.old {
	background: #0000000;
	color: white;
	font-size: 10pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	
}

body.new {
	background: #0000000;
	color: white;
	font-size: 10pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	background-image : url(images/grunge_1f.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-position:top;
}
a.active{
	COLOR: #316464;
	TEXT-DECORATION: none;
}
a {
	text-decoration: none;
	color: white;
}
a.visited {
	text-decoration: none;
	color: #316464;
}
a:hover{
	COLOR: #grey;
	TEXT-DECORATION: underline
}
a img {
	color: #666666;
	border: 3pt;
}
div.photo { 
	background: #052726;
	margin: 10pt;
	color: #666666;
	text-align: center;
}
div.photo img {
	margin: 10pt;
}
div.photo object {
	margin: 10pt;
}
div.navi { 
	margin: 10pt 10pt 10pt 10pt;
	text-align: center;
}
div.centre { 
	display: block;
	clear: left;
	text-align: center;
}
div.left { 
	display: inline;
	float: left;
	left: 0pt;
	top: 0pt;
}
div.desc { 
	display: inline;
	position: relative;
	color: #666666;
	padding: 10pt;
}
div.right { 
	display: inline;
	float: right;
	right: 10pt;
	top: 0pt;
}
h1 {
	text-align: center;
}
table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
table.top{
position:relative;
top:0;

}