/********/
/* BASE */
/********/
body{
	background: #cccccc;
	font: normal normal 100%/120% Arial,Verdana,sans-serif,Georgia,Times,serif;
}
p.supplement {
    	font-size: 65%;
	color: #000066;
	text-align: center;
/*	margin-right: 1.5em;*/
}
.size90{
	font-size: 90%;	
}
/***********/
/* Content */
/***********/
h1{
	font-size: 90%;
	text-align: center;
/*	text-decoration: ;*/
	border-bottom: double 3px gray;
}
div.photoBox{
	text-align: center;
	width: 510px;
}
table.photoTable{
	border: 0;
	width: 500px;
}
td.photo{
	text-align: center;
	vertical-align: top;
	padding: 0.5em 0.5em 1.0em 0.5em;
}
img{
	border: solid 10px #ffffff;
}
/**********/
/* Footer */
/**********/
.footer{
	width: 510px;
	border-top : 1px solid gray;
}