/*******************************************************/
/* Copyright (c) 2010-2016 Prositos ABN 26 026 129 337 */
/*******************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	color: #666;
	font-family: arial, helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0 auto;
	max-width: 1024px;
	text-align: left;
}

img {
	border: 0;
	vertical-align: top;
}

a {
	color: #eb0060;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border: 0;
	padding: 10px 0;
	max-width: 100%;
}

ul, ol {
	list-style: none;
}

ul {
	list-style-image: url("/general/images/red-arrow");
	list-style-position: outside;
	margin-left: 20px;
}

ul li {
	padding-bottom: 5px;
}

p {
	padding: 0;
	margin: 0 0 12px 0;
}

h1 {
	color: #fff;
	font-size: xx-large;
	font-weight: bolder;
	letter-spacing: 0.5em;
}

h2 {
	color: #c06;
	font-size: x-large;
	font-weight: bold;
	margin: 10px 0 5px 0;
}

h3 {
	color: #c06;
	font-size: larger;
	font-weight: bold;
}

h4 {
	color: #c06;
	font-size: large;
	font-weight: bold;
}
	
h5 {
	color: #c06;
	font-size: medium;
	font-weight: bold;
}

h6 {
	color: #c06;
	font-size: small;
	font-weight: bold;
	font-family: Arial;
}

div.clear {
	clear: both;
}

div#header {
	background-color: #c06;
	clear: both;
	color: #fff;
	float: left;
	margin: 0 0 10px 0;
	max-width: 1004px;
	padding: 85px 10px 10px;
	position: relative;
	text-transform: uppercase;
}

div#content {
	background-color: #fff;
	clear: both;
	float: left;
	max-width: 1004px;
	opacity: 0.7;
	padding: 10px;
	position: relative;
	filter: alpha(opacity=70);	/* For IE8 and earlier */
}

div#footer {
	background-color: #f7f7f7;
	clear: both;
	float: left;
	font-size: xx-small;
	margin: 20px 0 0;
	max-width: 1004px;
	opacity: 0.7;
	padding: 10px;
	position: relative;
	filter: alpha(opacity=70);	/* For IE8 and earlier */
}
