BODY {
	color: #666666;
	background-color: White;
	font-family: Arial, Helvetica, sans-serif, sans-serif;
	font-size: 12px;
	margin : 0px;
}

div.header {
	width : 100%;
	text-align : right;
	padding : 15px;
}

div.photobar {
	width:100%; 
	background-color:silver;
	height:100px;
	text-align:center;
}

div.bodytext {
	width : 100%;
	background-color : white;	
	padding-top : 15px;
	padding-bottom : 15px;
	text-align : center;
}

table {
	width: 100%;
	background-color : White;
	border: none;
	padding : 0px;
	margin : 0px;
}

th{
	color: #666666;
	background-color: White;
	font-family: Arial, Helvetica, sans-serif, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align : right;
	padding : 15px;
}

td {
	color: #666666;
	background-color: White;
	font-family: Arial, Helvetica, sans-serif, sans-serif;
	font-size: 12px;
	vertical-align : top;
	padding : 0px;
	margin : 0px;
}

td.gspace {
	background-color: silver;
	width : 15px;
	height : 100px;
}

td.photo {
	width : 140px;
	height : 100px;
}

td.footer {
	padding-top:7px; 
	padding-bottom:7px; 
	color:white; 
	background-color:silver;
}

a.navigation {
	color : white;
	background : Silver;
	font-size : 13px;
	font-weight : bold;
	padding-top:7px; 
	padding-bottom:7px; 
	padding-left:15px;
	padding-right : 15px; 
	text-decoration : none;
}

a.navigation:hover {
	color : #666666;
	background : white;
	font-size : 13px;
	font-weight : bold;
	padding-top:7px; 
	padding-bottom:7px; 
	padding-left:15px;
	padding-right : 15px; 
	text-decoration : none;
}
