	a:link {color: #000000; text-decoration: underline; }
	a:active {color: #999999; text-decoration: underline; }
	a:visited {color: #000000; text-decoration: underline; }
	a:hover {color: #999999; text-decoration: underline; }

body {
	margin:0; 
	padding:0; 
	font-family: Verdana, arial;
	font-size: 9pt;
	background-color: dedede;
	background-image:url('images/background.gif');
	background-repeat: repeat-x;
	background-attachment: fixed;
}

td {
	font-family: Verdana, arial;
	font-size: 9pt;
}

th {
	font-family: Verdana, arial;
	font-size: 9pt;
}

td.footer
	{
	text-align: left;
	height: 127;
	background-image: url('images/footer_background.gif');
	background-repeat: repeat-x;
}