p  {
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
	font-size: 12pt;
}

p.center  {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 12pt;
}

p.bigHeading {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 24pt;
}

p.smallHeading {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	font-size: 14pt;
}

a {
	font-family: Arial, Helvetica, sans-serif, ;
	text-decoration: none;
}

a.visited{ 
color: Blue; 
}

a.small {
	font-family: Arial, Helvetica, sans-serif, ;
	font-size: 8pt;
	text-decoration: none;
}

a.hover{
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	color : Red;
}

td { 
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
 }

td.small { 
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
 }
 
 body{ 
 margin-top: 0;
 margin-left: 0;
 background-color: White; 
  }
 
