body {
	position: relative;
	top: 0px;
	left: 0px;
	width: 600px;
	margin: 0px auto;
	padding: 0px;
	font-family: 'arial, helvetica', sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a:link { text-decoration: none; font-weight: 700; color: #447fba; }
a:visited { text-decoration: none; font-weight: 700; color: #9abb74; }
a:hover { text-decoration: none; font-weight: 700; color: #036; }
a:active { text-decoration: none; font-weight: 700; color: #036; }

.wrapper {
	width: 100%;
	margin: 0;
	float: none;
}

.left {
	display: none;
}

div.leftlinks {
	display: none;
}

div.leftlinks a { display: none; }
div.leftlinks a:hover { display: none; }

.main {
	background: #fff;
	width: 100%;
	margin: 0;
	float: none;
	text-align: justify;
}

iframe { display: none; }

.thetitle {
	display: block;
	margin-top: 45px;
	font-size: 16px;
	font-weight: 900;
	font-style: italic;
}
