@charset "UTF-8";
body  {
	font: 10px Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: white;
	color:#777777;
	font-weight: bold;
}


#caption {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	}


#wrapper {
	text-align: center;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	}

/** text **/
	
	
.bgrey10paintingcaptions{
	color:#777777;
	text-align:center;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

		
/** links **/	
	
	a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

