@charset "utf-8";
.bg_head {
	background-image: url(images/bg_head.jpg);
	background-repeat: repeat-x;
}
.bg_box_body {
	background-image: url(images/box_body.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-right: 10px;
	padding-left: 10px;
}

.text_footer {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	margin-top: 8px;
	margin-bottom: 8px;
}
.text_footer2 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
	color: #1F2F28;
	margin-top: 8px;
	margin-bottom: 8px;
}
.text_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #4E4C33;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 8px;
}
.text_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #4F1C23;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 8px;
	font-weight: bold;
}


.padding_bot {
	padding-bottom: 15px;
}
.padding_top {
	padding-top: 10px;
}
.padding_top_bot {
	padding-top: 15px;
	padding-bottom: 15px;
}
.padding_top_l {
	padding-top: 10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CAC9AA;
}

.photo_outline {
	border: 1px solid #CAC9AA;
	padding: 3px;
}
.table_cells {
	background-color: #F3F3ED;
	border: 1px dotted #CAC9AA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4E4C33;
}
.table_header {
	background-color: #B8B7AB;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
