@charset "UTF-8";


header {
	background-color: #ffffff;
	color: #c7133e;
}
.main {
	background-color: #F2F2F2;
}
.color1 {
	background-color: #34495E;
	color: #FFFFFF;
}
aside {
	background-color: #C0392b;
	color: #FFFFFF;
}
footer {
	background-color: #c7133e;
	color: #FFFFFF;
		font-family: 'Open Sans', sans-serif;
	
}
body {
          font-family: 'Domine', serif;
}
h4 {
	font-size: 16pt;
	text-align: right;
	font-weight: bold;
}
h1 {
	    font-family: 'Domine', serif;
	font-size: 25pt;
	text-align: center;
	color: #000000;
}
h2 {
	font-size: 12pt;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	font-weight: bold;
	line-height: 140%;
	padding-right: 15pt;
	color: #424141;

}
h2 span {
  color: #77777a;
  font-weight: 200;
}
h3 {
	font-size: 13pt;
	    font-family: 'Domine', serif;
	text-align: left;
	color: #c7133e;
}
h4 {
	font-size: 14pt;
	    font-family: 'Domine', serif;
	text-align: left;
	color: #c7133e;
}
h5 {
	font-size: 12pt;
	font-family: 'Open Sans', sans-serif;
		font-weight: 300;
	text-align: left;
	line-height: 140%;
	padding-right: 15pt;
	color: #424141;
}
h6 {
	font-size: 12pt;
	 font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	text-align: left;
	line-height: 140%;
	color: #424141;
}
h7 {
	font-size: 9pt;
		    font-family: 'Domine', serif;
	text-align: left;
	font-weight: bold;
	line-height: 140%;
}
h8 {
	font-size: 10pt;
	    font-family: 'Domine', serif;
	text-align: left;
	font-style: italic;
 	line-height: 140%;}

h9 {
	font-size: 9pt;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	color: #424141;
	line-height: 140%;}


p {
	font-size: 12pt;
	line-height: 140%
}
a {
  font-weight: normal;
	  color: #c7133e;
		font-family: 'Open Sans', sans-serif;


}
td {
  	font-size: 9pt;
	margin: 3px;
  padding: 3px;
}
th {
  	font-size: 9pt;
	margin: 3px;
  padding: 3px;
}
li {
	list-style-position: inside;

}
#overbox3 {
  position: fixed;
bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 999999;
	display: block;
}
#infobox3 {
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	top: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
	background-color: #908E8E;
}
#infobox3 p {
	line-height: 15px;
  font-size: 12px;
	text-align: center;
}
#infobox3 a {
	margin-right: 5px;
	text-decoration: underline;
}
