BODY {
	background: #D5C5B5; ;
	font-size : 8pt;
	color : black;
	text-align: center;
	margin-top : 0; 
	margin-left : 0; 
	font-family : verdana, Helvetica, sans-serif
	}

A:link {
	color : #663300;
	background-color : #D5C5B5;  
	text-decoration : none; 
	font-size : 8pt;
	font-weight : normal; 
	font-family : verdana, Helvetica, sans-serif; 
	}

A:visited {
	color : black;
	background-color : #D5C5B5;  
	}

A:hover {
	color : #D5C5B5;
	background-color : #663300; 
	}

TABLE{
	width: 100%;
	background-color: #D5C5B5;
	border-collapse: collapse;
	padding: 2px;
	}

TD.copyright {
	font-size : 8pt;
	line-height: 135%;
	text-align: center;
	}