@charset "utf-8";
/* CSS Document */

.md12whitebg {
	background-color:#ffffff;
	border: 1px solid #c7c7c7;
	border-radius: 7px;
}
.lead {
	font-family: 'Cinzel', serif;
    font-size: 24px;
}
.lead {
    font-weight: 700;
    line-height: 1.4;
	text-align:center;
    margin-bottom: 5px;
	margin-top: 10px;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #c7c7c7 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 20px;
    margin-top: 20px;
}