

body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}


.pageholderStyle
	{
		position:absolute;
		width: 940px;
		height:auto;
		display: table;
		margin: 0 auto;
		top: 0px;
		left: 50%;
		margin-left: -470px;
		z-index:1;

	}

.normalFontStyle
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight:normal;
	font-size: 12px;
	line-height: 20px;
}

.boldFontStyle
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight:bold;
	font-size: 12px;
}

.introBlue
{
	position:absolute;
	z-index:6000;
	width: 100%; 
	height: 100%;
	background-color:#596ea2;
	top:0px;
	left:0px;
}








