body {
	color: black;
	font-size: 9pt;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	bgcolor: white;
	background-repeat: repeat-y;
	background-attachment: scroll;
	margin-top: 0;
	margin-left: 0;
}
body.plain {
	background-image: none;
}
table { 
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	border: 0px;
	padding: 0px;
	float: left;
	padding-bottom: 0px;
	padding-top: 0px;
}
A:link { 
	color: #000099;
	text-decoration: none;
}
A:visited {
	color: #000099;
	text-decoration: none;
}
A.read:visited {
	color: #808080;
}
A:active {
	color: #000099;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}