/* Global Styles */

body {
	margin: 0px;
	padding: 0px;
	font-family:Arial;
	font-size:11pt;
	color:#080808;
	}

div.body_area{
	background-color:#ffffff;
	padding: 45px;
	width: 800px;
	font-family:Arial;
	font-size:12pt;
	color: #000000;
	}	

table 	{
	font-family:Arial;
	font-size:11pt;
	color: #000000;
	}
	
table.photo_gallery {
	width:850;
}
	
td {
	font:11pt Arial, Helvetica, sans-serif;
	color:#333333;
	}
	
a {
	color: #0099ff;
	text-decoration:none;
	}

a:hover {
	color: #66ccff;
	}
	
a.photo_bar_link{
	color: #ffffff;
	text-decoration:underline;
	}

a.photo_bar_link:hover {
	color: #333333;
	text-decoration:underline;
	}	
	
	
/* classes */	
	
.title_bar {
	width: 99%;	
	font-family:Arial;
	font-size:12pt;
	color:#FFFFFF; 
	font-weight: bold;
 	background-color: #333333;
	border-bottom: 2px solid #66CCFF;
	padding: 2px;
	float: none;
	}

.footer_bar {
	width: 99%;	
	font-family:Arial;
	font-size:10pt;
	color:#FFFFFF; 
	font-weight: bold;
	background-color: #333333;
	border-top: 2px solid #66CCFF;
	padding: 2px;
	float: none;
	}
	
.photo_bar {
	background-color: #9A988D;
	color:#30414F; 
	font-weight: bold;
	font-size: 12pt;
	}
	
	
.header_cell{
	background-color: #333333;
	color:#ffffff; 
	font-weight: ;
	font-size:10pt;
	}
	
.menu_bar {
	font-family:Arial;
	font-size:11pt;
	color:; 
	font-weight:;
	width: 850px; 
	}