body
{
	margin-left: 0px;
	margin-top: 0px;
	background-color: white;
}

div.startTextDiv
{
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	font-size: 14px;
	background-color: #fff;
	border-width: 0px;
}


#textlayer1
{
	position: absolute;
	top: 100px;
	width: 100%;
	height: auto;
	z-index: 1;
	margin: 0px;
}
#textlayer2 
{
	position: absolute;
	top: 100px;
	width: 100%;
	height: auto;
	z-index: 2;
	margin: 0px;
}
#textlayer3 
{
	position: absolute;
	top: 100px;
	width: 100%;
	height: auto;
	z-index: 3;
	margin: 0px;
}
#textlayer4 
{
	position: absolute;
	top: 100px;
	width: 100%;
	height: auto;
	z-index: 4;
	margin: 0px;
}
#textlayer5 
{
	position: absolute;
	top: 100px;
	width: 100%;
	height: auto;
	z-index: 5;
	margin: 0px;
}

h1
{
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #5D5C5C;
}

p
{
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px 0px 70px 0px;
}

#TblTop
{
	margin: 0px 0px 0px 0px;
	border-bottom: black;
	border-width: 0px 0px 1px 0px;
	border-style: none none solid none;
}

#TblBottom
{
	margin: 0px 0px 10px 0px;
	border-top: black;
	border-width: 1px 0px 0px 0px;
	border-style: solid none none none;
}

#TblBottom p
{
	color: #5D5C5C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#tblinside { margin: 65px 0px 50px 0px; }
