body {
    color: #333333;
    font-family: Garamond,serif;
    font-size: 18px;
    line-height: 20px;
}
.navbar-inverse {
    background-color: #AC0303;
    border-color: #AC0303;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a{
	color: #fff;
}
.navbar-inverse .navbar-toggle{
	border-color: #000;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #000;
    color: #fff;
}
a {
    color: #AC0303;
    text-decoration: none;
}
.style1 {color: #FF0066}
.style3 {
	font-size: 24px;
	font-weight: bold;
}
.style5 {color: #CC6666}
.style7 {font-size: 18px}
.style15 {font-size: 18px; font-style: italic; }
.style19 {color: #0000FF}
a:link {
	color: #CC6666;
}

.style22 {font-size: 18px; font-weight: bold; }

.style24 {
	font-size: 18px;
	color: #FFFFFF;
}
.style17 {	font-size: 18px;
	color: #333333;
	line-height: 16px;
	font-family: Garamond, serif;
	font-weight: bold;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.callout {
    color: #333333;
    font-family: Garamond,serif;
    font-size: 18px;
    font-style: italic;
    line-height: 16px;
}
a.btn-danger {
	color:#ffffff;
	font-size: 24px;
	font-family: Arial;
}