/* GENERAL */

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: 'Lato', sans-serif;
}

body{
	font-size: 16px;
	color: #303030;
}

.maxwidth{
	max-width: 960px;
	margin: 0 auto;
}

h1,h2,h3,h4,h5,h6{
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

h1{
	font-size: 24px;
}

h2{
	font-size: 20px;
}

h3{
	font-size: 18px;
}

h4,h5,h6{
	font-size: 16px;
}

a, a:hover, a:focus, a:active{
	color: #a8051d;
}

a:hover, a:focus, a:active{
	outline: 0;
	text-decoration: underline;
}

#content ul li, #beforecontent ul li{
	background-repeat: no-repeat;
	background-position: left top 7px;
	background-image:url('../images/liststyle.png');
	padding: 4px 0 4px 16px;
	list-style-type: none;
}

.btn{
	border: none;
	border-radius: 0px;
	box-shadow: none;
	background: #A8051D;
	text-shadow: none;
	color: #fff;
}

.btn:hover, .btn:focus, .btn:active{
	background: #303030;
	color: #fff;
	outline: 0;
}

.page-header, legend{
	border: 0;
}

.clear{
	clear: both;
}

.clear0{
	clear: both;
	margin: 0;
}

.pull-left{
	margin-right: 20px;
}

.pull-right{
	margin-left: 20px;
}

.well{
	box-shadow: none;
	border: 0px;
	border-radius: 0px;
}

input, textarea{
	box-sizing: content-box;
}

textarea{
	resize: vertical;
}

table{
	width: 100%;
}

td, th{
	padding: 10px;
	text-align: left;
}

th{
	background-color: #A8051D;
	color: #fff;
}

tr:nth-child(even){
	background-color: #f2f2f2;
}