BODY 		{
	font-family : "Times New Roman";
     	font-size : 10.0pt;
       	background-color : White;
}

A {
	font-family : "Times New Roman";
  	color: #blue;
	text-decoration: none;
	list-style-type: disc;
	text-decoration: none;
	font-size : 10.0pt;
	font-weight: bold;
}

A:hover {
	font-weight : bold;
	color: black;
	text-decoration: none;
	text-decoration: underline;
}

A:visited	{
	color:#808080;
}

A:active 	{
	color:blue;
}

A:link 		{
	color:blue;
}

H1 		{ 	
	font-family : "Times New Roman";
      	font-size : 18.0pt;
      	color : black;
	font-weight : bold;
}

H2 		{ 	
	font-family : "Times New Roman";
      	font-size : 14.0pt;
      	color : black;
	font-weight : bold;
}


H3 		{
	font-family : "Times New Roman";
      	font-weight : bold;
      	font-size : 12.0pt;
      	color : black;
}

TD 	{
	font-family : "Times New Roman";
	font-size: 10.0pt ;
      	color : black;
}
