h1 {

  font-size: 12px;

  font-weight: normal;

  font-style: normal;

  text-decoration: none;

  color: #696969;  

  margin-top: 0px;

  margin-bottom: 0px;

}



h2 {

  font-size: 12px;

  font-weight: bold;

  font-style: normal;

  text-decoration: none;

  color: #696969;

  margin-top: 0px;

  margin-bottom: 2px;

}

a:link
{
	color: #1554A2;
}
a:visited
{
	color: #1554A2;
}
a:hover
{
	color: #FF6000;
	text-decoration: none;
}
a:active
{
	color: #1554A2;
}
body, table, tr, td
{
	color: #666666;
	font-family: Arial, Helvetica;
	font-size: 11px;
	line-height: 1.25;
}

