/*
TEMPCSS
Last Edit: 2016-09-06
Author: Sebastian Osinski
http://www.sebbi.net
*/
body, html{
	font-family: sans-serif;
	width: 100%;
	margin: 0px;
	color: #474747;
	background-color: white;
	font-size: 16px;
	text-align: center;
	overflow-x: hidden;
}
img{
	border: none;
}
a{
	color: inherit;
	text-decoration: none;
}
table{
	width: 100%;
}
td{
	vertical-align: top;
}
h1{
	color: #9c1006;
	text-transform: uppercase;
	padding-bottom: 30px;
	font-size: 30px;
	font-weight: 500;
}
h2{
	text-transform: uppercase;
	font-weight: 500;
	font-size: 25px;
	padding-bottom: 30px;
}
h3{
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 10px;
}
p{
	margin-top: 10px;
	margin-bottom: 10px;
}
*{
	margin: 0px;
	padding: 0px;
}
.hidden{
	visibility: hidden;
}
.visible{
	visibility: visible;
}
.fullsize{
	width: 100% !important;
}
.center{
	text-align: center;
}

img{
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.main-container{
	display: block;
	position: relative;
	width: 860px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.main-container.widepad{
	padding-top: 120px;
	padding-bottom: 120px;
}

.contstyles li{
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 25px;
	position: relative;
}
.contstyles p{
	margin-top: 15px;
	margin-bottom: 15px;
}
.contstyles ul,
.contstyles ol{
	margin-left: 25px;
}