BODY
{
	font-size: small;
	font-family: 'Trebuchet MS';
	color:Black 
}
P.Table
{
	font-size:x-small ;
	font-family: 'Trebuchet MS';
	color:black; 
}

P.Top
{
	font-size:x-large ;
	font-family: 'Trebuchet MS';
	color:black; 
	font-weight:bold:
}


P.Left
{
	font-size:xx-small ;
	font-family: Arial;
	color:black; 
	text-align :left ;
}

P.Right
{
	font-size: xx-small;
	color: black;
	font-family: Arial;
	text-align: right;
}
P.Heading
{
	font-size:medium ;
	font-family: 'Trebuchet MS';
	color:black; 
	font-weight:bold:
}
A:link
{
	color:maroon
}
A:visited
{
	color :Olive 
}

.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }

