body {
	background-color : #ffffff;
	background-image : url(img/bg1.jpg);
	background-repeat : repeat-x;
	background-position : top;
}

td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

A:link {text-decoration: underline; font-weight:bold; color:#000099}
A:visited {text-decoration: underline; font-weight:bold; color:#999999}
A:active {text-decoration: none; font-weight:bold;}
A:hover {text-decoration: underline; font-weight:bold;}

 hr {
  border: 0;
  color: #5b5ba3;
  background-color: #5b5ba3;
  height: 2px;
 }