html, body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ee2375;
	height: 100%;
}

#centeredcontent {
	width: 801px;
	height: 513px;
	border: 1px solid #000;
	font-size: 10px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -400px; 
	margin-top: -256px; 
}

ol
{
	margin: 0px;
	padding-left: 15px;
	font-size: 12px;
}
.textheading
{
	font-size: 22px;
}
.textlist
{
	
}
.textbody
{
	
}

a
{
	border: none;	
}

a.textbody
{
	color: #ee2375;
	font-size: 12px;
}
a.alttextbody
{
	color: #b2c02c;
	text-decoration: none;
	font-size: 12px;
}

.tooltipclass
{
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background:#ea3c7e;
	padding:2px 5px;
	color:#fff;
	display:none;
}	