@charset "UTF-8";

.title_big {
 	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
    font-weight: bold;
	color: #932443;
    margin-top: 0px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.title_bar_with_bgcolor {
 	width: 380px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
    font-weight: bold;
	color: #932443;
    background-color: #f5efdb;
    border-top: 1px solid #c09e33;
    border-bottom: 1px solid #c09e33;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-top: 8px;
    margin-bottom: 10px;
}

.title_bar_no_bgcolor {
	width: 380px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
    font-weight: bold;
        color: #932443;
        background-color: #ffffff;
        border-top: 1px solid #c09e33;
        border-bottom: 1px solid #c09e33;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 8px;
        padding-top: 8px;
        margin-bottom: 10px;
}

.subTitle_red_Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #932443;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 0px;
	width: 400px;
}

.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	width: 400px;
}

.body_text_quote {
display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	width: 350px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.goldRule { 
background: #c09e33; 
width: 410px; 
height: 1px; 
padding: 0px; 
margin-top: 0px; 
} 
.goldRule hr { 
display: none; 
} 

.photo_left {
	padding-right: 10px;
	padding-bottom: 10px;
	/*margin: 0.5em 15px 0.5em 20px; */
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0px;
	float: left;
/*	clear: left;   */
}
.photo_caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	width: 350px;
}

.body_text a:link {text-decoration: none; color: #932443;}
.body_text a:visited {text-decoration: none}
.body_text a:active {text-decoration: none}
.body_text a:hover {text-decoration: underline; color: #4f0c29;}

.subTitle_red_Bold a:link {text-decoration: none; color: #932443;}
.subTitle_red_Bold a:visited {text-decoration: none}
.subTitle_red_Bold a:active {text-decoration: none}
.subTitle_red_Bold a:hover {text-decoration: underline; color: #4f0c29;}