/* CSS Document */
body, table 
{ 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	background-color: white;
}

hr 
{
  background-color: #e5e5e5;
  border: 0px solid;
  height: 2px;
  margin: 1px 0px;
  padding: 0px;
}

a
{

}

a.b
{
   font-weight: bold;
}