body {
	background: #FFFFFF url('images/bg.jpg') repeat-y;
	overflow-y: scroll
	margin: 0px;
	}
a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #990000;
	}
a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #990000;
	}
a:active {
	font-weight: bold;
	text-decoration: none;
	color: #990000;
	}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
	}
td {
	font-size: 10pt;
	color: #000000;
	font-family: Arial;
	}
.white {
	font-size: 10pt;
	color: #FFFFFF;
	font-family: Arial;
	}