body, img {
	margin: 0;
	padding: 0;
	background-color: #003333;
	border: 0;
	font-family: helvetica, arial;
	font-size: 14px;
	color: #FFFFFF;
}

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

.header {
	width: 412px;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
}

.lineHeight {
	line-height: 1.4em;
}
.content {
	width: 412px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4em;
	margin-bottom: 4em;
}

.content h1 {
	font-size: 20px;
	height: auto;
	margin-bottom: 0;
	margin-top: 0;
}
.content h2 {
	font-size: 16px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.content .divider {
	background-color: #FFFFFF; 
	width: 100%; 
	height: 2px;
	margin-bottom: 4em;
}
.content .dividerProd {
	background-color: #FFFFFF; 
	width: 100%; 
	height: 2px;
	margin-bottom: 2em;
}

.toggler {
	/*text-align: center;*/
	cursor: pointer;
	margin-left: -60px;
}
.element {
	margin-left: 0px;
}


.footer {
	width: 412px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 2em;
}
.footer .divider {
	background-color: #FFFFFF; 
	width: 100%; 
	height: 2px;
	margin-bottom: 6px;
}

