body {
	margin : 0px 0px 0px 0px;
  	background-color: #fefefe;
	}

address, blockquote, body, caption, center, dd, dir, div, dl, dt, h1, h2, h3, h4, h5, h6, menu, ol, td, th
{
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-style: normal;
}

A:link		{color: blue; background-color: transparent; text-decoration: none;}
A:visited	{color: blue; background-color: transparent; text-decoration: none;}
A:active		{color: blue; background-color: transparent; text-decoration: none;}
A:hover		{color: blue; background-color: transparent; text-decoration: underline;}

A.black:link		{color: Black; background-color: transparent; text-decoration: none;}
A.black:visited	{color: Black; background-color: transparent; text-decoration: none;}
A.black:active		{color: Black; background-color: transparent; text-decoration: none;}
A.black:hover		{color: Black; background-color: transparent; text-decoration: underline;}

  .hand 
{ 
  cursor: hand;
}

.border {
	border-bottom: 1px solid #aaaaaa;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #aaaaaa;
	border-top: 1px solid #cccccc;
	background-color: #FFFFFF;
}
