body, td
{
	font-family: arial, helvetica, sans-serif;
         text-align: left;
	font-size: 12;
	color: #333333;
}
h4
{
         font-size: 12;
	background-color: #F3F3F3;
         color: #0b0b0b;
}

a:link
{
	font-weight: bold;
         color: #0F0F0F;
         text-decoration: none;
}

a:visited
{
	font-weight: bold;
         color: #0F0F0F;
         text-decoration: none;
}

a:hover
{
	font-weight:bold;
  color: #00A0DD;
  text-decoration: none;
}

a:active
{
	font-weight:bold;
	color:#00A0DD;
	text-decoration: none;
}
a:focus
{
	font-weight:bold;
	color:#00A0DD;
	text-decoration: none;
}