body
{
		position: absolute;
		top: 0px; 
		left: 0px;
		padding: 0px;
		margin: 0px;
		height: 100%;
		width: 100%;
		background-color: #FFFFFF;
		/* font-size: 11pt; */
		font-family: arial, sans-serif;
		color: #fff9ec;
		text-align: center;
}

#contentWrapper
{
	position: absolute;
	top: 12%; 
}	

body p
{
	font-size: 9pt;
	letter-spacing: 0.2pt;
	padding: 1px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	 line-height: 12px;
}

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

body a:hover
{
	color: #421206;
	text-decoration: none;
}


.centerText
{
	position: relative;
	text-align: center;
	align: center;
	width: 100%;
}

.verysmalltext
{
	font-size: 8pt;
	letter-spacing: 0.2pt;
	padding: 0px;
	margin: 0px;
	line-height: 10px;
}