body	{ 
    font-family:			sans-serif; 
	font-size:				10pt; 
	color: #fff; 
	background-color:		#333; 
	margin-top:				40px;
	margin-left:			60px;
}
h2 {
	font-size:				20pt; 
}
h3 {
	font-size:				14pt; 
}
table.index {
	margin-left:			-10px;
	border-spacing:			10px;
}
table {
	border-spacing:			0px;
}
td.cwg_nav {
	width:					90px;
	text-align:				center;
	font-size:				9pt; 
}

div.cwg_header {
}

div.cwg_title {
	margin-top:				20px;
	margin-bottom:			30px;
	font-size:				16pt; 
	font-weight:			bold; 
}

div.cwg_description {
	width:					700px;
	text-align:				center;
	margin-top:				20px;
	margin-bottom:			20px;
	font-size:				12pt; 
}

div.cwg_footer {
	margin-top:				20px;
}

td.cwg_camera_info {
	margin-top:				10px;
	font-size:				8pt; 
	width:					350px;
	text-align:				center;
}

td.cwg_keywords {
	margin-top:				20px;
	font-size:				8pt; 
	font-style:				italic;
	width:					350px;
	text-align:				center;
}

div.cwg_made_with {
	font-size:				8pt; 
	margin-top:				20px;
}


a { 
	color:					#fff; 
	text-decoration:		none;
	font-weight:			bold; 
}
a:hover { 
	text-decoration:		underline; 
}


