.Header
{
	font-weight: bold;
	font-size: medium;
	vertical-align: baseline;
	color: white;
	font-family: Verdana, Monospace;
	background-color: #003399;
	text-align: center;
	font-variant: normal;
}
.Footer
{
	font-size: small;
	vertical-align: baseline;
	color: white;
	font-family: Tahoma, Cursive;
	background-color: #003399;
	text-align: center;
	font-variant: normal;
}
.CenterAlign
{
	text-align: center;	
	
}
.LeftJustify
{
	text-align: left;
}
.RightJustify
{
	text-align: right;
}

