﻿body {
}
.TableStyle1
{
	border-width: 0px;
	width: 100%;
	table-layout: auto;
	empty-cells: show;
}
.HeaderText
{
 font-size: x-large;
 color:Navy;
 font-weight:bold;
 }
 
 .NormalPageText
 {
 font-size: medium;
 color:Navy;
 }
 
 .BoldPageText
 {
 font-size: medium;
 color:Navy;
 font-weight:bold;
 }