html 
{
	margin: 0 0 0 0;
}


.bodyStyle
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;

	background-color: #889dc9;

	width: 100%;
}

.tblStyleMain
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	border-left:double thin black;
	border-right:double thin black;
	border-top:none;
	border-bottom:none;

	vertical-align: top;
	background-position:center top;
	text-align: center;
	
	width: 760px;
	
	background-color:whitesmoke;
}


.tblStylePageHeader
{
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;

	vertical-align: top;
	background-position:center top;
	
	width: 100%;
	height: 45px;
	
	background:whitesmoke url(FormHeader.jpg) no-repeat fixed Center middle;
}

.tblStylePageBody
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;

	vertical-align: top;
	text-align:center;
	
	width: 98%;
	height: 420px;

	background-position:top top;
	background-color:whitesmoke;
	color:whitesmoke;
	
}


.tblStyleSubHeader
{
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;

	vertical-align: top;
	background-position:center top;
	
	text-align: center;
	font-family:verdana;
	font-size:18px;
	font-weight:bold;
	color:gainsboro; /*AliceBlue lightsteelblue;*/
	
	width: 100%;
	height: 25px;
	
	background-color:#3c4d7d; /*#2A70A3;*/
}


.tblStylePageFooter
{
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;

	vertical-align: top;
	background-position:center top;
	
	text-align: center;
	font-family:Arial;
	font-size:medium;
	font-weight:bold;
	
	width: 100%;
	height: 40px;
	
	background:whitesmoke url(FormFooter.jpg) no-repeat fixed Center middle;
}

.tblStyleGeneral
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	border: none;
	
	vertical-align: top;
	
	text-align: center;
	font-family:Arial;
	font-size:x-small;
	font-weight:bold;
	text-align:center;
	
	width: 100%;

	background-position:top top;
	background-color:whitesmoke;
	
	
}