@charset "UTF-8";
.black_bkg {
	background-color: #000;
}
.white_bkg {
	background-color: #FFF;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8290a5;
	line-height: 20px;
}

.title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #8290a5;
}
.pic_border {
	border: thin solid #5A6E8C;
}
.table_white_bkg {
	background-color: #FFF;
}
.main_table {
	background-color: #FFF;
	border: thin solid #B7B4A6;
}
.table_grey_top_bottom {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d1cfc6;
	border-bottom-color: #d1cfc6;
	margin-top: 20px;
	margin-bottom: 20px;
}
.photo_credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #8290a5;
}
