@charset "UTF-8";
/* CSS Document */

body  {
	font: Century Schoolbook,Helvetica Neue Light, Helvetica Neue, Georgia, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	color: #666666;
	background-color: #D60059;
	font-size: 12pt;
	line-height: 16pt;
	letter-spacing: -0.015em;
}
a:link {
	color: #D60059;
	text-decoration: none;
}
a:visited {
	color: #D60059;
	text-decoration: none;
}
a:hover {
	color: #5B5651;
	text-decoration: underline;
}
a:active {
	color: #D60059;
	text-decoration: none;
}
#wrapper {
	width: 700px;
	background: #FFF;
	margin: 0 auto;
	text-align: left;
} 
#header {
	visibility:hidden;
	height: 30px;
} 

#maincontent {
	float: left;
	margin: 20mm;
} 
#nav {
	visibility:hidden;
	background-color: #666666;
	text-align: center;
	color: #FFFFFF;
	border-top: solid #fff thin;
	padding: 0 0 0 1em;
}


#footer {
	visibility:hidden;
	height: 30px;
	text-align: center;
	font-size: 93%;
} 
h1,h2,h3,h4,h5,h6 {
	font-family: "Helvetica Neue Light", "Helvetica Neue", "Franklin Gothic", Arial, Helvetica, sans-serif;
	letter-spacing: -0.015em;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 17px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 1em;
}
#contactdetails {
	visibility: hidden;
}
