html
{
	height: 100%;
}

body 
{

	margin: 0px;
	padding: 0px;
	height: 100%;
	line-height: 120%
}

#contentArea{
	margin:10px auto;
}



/* type styles */

body, td, div
{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #fff;
}

a:link, a:visited, a:link, a:visited
{
	color: #fff;
	text-decoration: underline;
}

a:hover, a:active, a:hover, a:active
{
	color: #fff;
	text-decoration: underline;
}




