div#divheader
{
	width: 100%;
	text-align: center;
}
div#divbody
{
	width: 100%;
	text-align: justify;
}
p.body_desc
{
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}
div#divfooter
{
	width: 100%;
}
div#divInfo
{
	height: 38px;
}
table#tblInfo
{
}
table#tblInfo td
{
	vertical-align: top;
}
td#tdinfo_left
{
	width: 15%;
	color: blue;
	background-color: White;
	font-weight: bold;
}
td#tdinfo_right
{
	width: 88%;
	color: blue;
	background-color: White;
	font-weight: bold;
}