@CHARSET "UTF-8";

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

input, select, button {
	margin: 1px;
	padding: 2px;
	border: 1px solid #818181;
}

li {
	margin-left: 20px;
}

a {
	font-weight: 900;
	color: #3f98c0;
}

body {
	background: #ffffff url(/images/backgrounds/body.png);
	text-align: justify;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #656564;
}

#vr {
	width: 100%;
	background-image: url(/images/backgrounds/vr.png);
	background-repeat: repeat-x;
	min-height: 800px;
}

#container {
	width: 1072px;
	margin: 0 auto;	
	background-image: url(/images/backgrounds/container.png);
}
#subcontainer {
	width: 1072px;
	height: 12px;
	margin: 0 auto;	
	background-image: url(/images/backgrounds/subcontainer.png);
}


#headline {
	height: 1px;
	background-color: #547b06;
	font-size: 1px;
}

#header {	
	height: 262px;
	background: #a3cf08 url(/images/backgrounds/header.jpg);
}

#subheadline {
	height: 7px;
	background: #000000 url(/images/backgrounds/subheadline.jpg);
	font-size: 1px;
}

#subheader{
	height: 134px;
	background: #000000 url(/images/backgrounds/subheader.jpg);
}

#greyline {
	height: 4px;
	background-color: #818181;
	font-size: 1px;
}

#content {
	background-color: #ffffff;
}

#footer {
	background-color: #3f98c0;		
	text-align: right;	
	color: #ffffff;
	font-weight: 900;
}

a.footer {
	color: #ffffff;
	text-decoration: none;
}

div.message {
	margin: 0 auto 20px auto;
	padding: 10px;
	font-weight: 900;
	text-align: center;
}

span.pageTitle {
	font-family: Tahoma, Helvetica, sans-serif;
	color: #3f98c0;
	font-size: 24px;
	font-weight: 900;
}

span.title {
	color: #3f98c0;
	font-weight: 900;
}

span.small {
	font-size: 10px;
}