body
{
	color: black;
   font-family: "verdana";
   font-weight: bolder;
}

.Title
{
	background-color: #6495ed; /* ORIGINAL COLOR: CornFlowerBlue - #6495ed */
}

.Menu
{
	background-color: #4682b4; /* ORIGINAL COLOR: SteelBlue - #b0c4de */
}

.Header
{
	background-color: #b0c4de; /* ORIGINAL COLOR: LightSteelBlue - #b0c4de */	
}

.HeaderText
{
	color: Black;
	font-family: "verdana";
	font-weight: bolder;
	font-size: 12pt;
}

.Footer
{
	background-color: #b0c4de; /* ORIGINAL COLOR: LightSteelBlue - #b0c4de */
	color: Crimson;
	font-family: "verdana";
	font-weight: bold;
	font-size: 7.5pt;
}

.TextTitle
{
	color: Black;	
   font-family: "verdana";
	font-weight: bold;
	font-size: 12pt;
}

.TextBody
{
	color: Black;	
   font-family: "verdana";
	font-weight:normal;
	font-size: 10pt;
}







