body, html {
	height:					100%;
	margin:					0px;
	padding:				0px;
	background:				#FFFFFF;
}

body {
	color:					#000000;
	font:					12px Arial, Helvetica, sans-serif;
	text-align:				center;
}

a:link, a:hover, a:visited {
	color:					#A7A7A8;
}

.noscript {
	border:					thin solid #000000;
	background:				#CCCCCC;
	color:					#000000;
	font:					14px Arial, Helvetica, sans-serif;
	margin:					auto;
	margin-bottom:			10px;
	margin-top:				40px;
	padding:				20px;
	text-align:				justify;
	width: 					400px;
}
.noscript a:link, .noscript a:visited, .noscript a:hover {
	color:					#ffffff;
	text-decoration:		underline;
	font-weight:			bold;
}

#content {
	height:					786px;
}
#below {
	text-align:				center;
	padding-top:			10px;
	padding-bottom:			10px;
}
