HTML, BODY {
	font-family: Verdana, Arial, Courier;
	color: #000;
	font-size: 10pt;
}
a {
	font-size: 10pt;
	color: #4f006c;
	text-decoration: underline;
}
a:hover {
	font-size: 10pt;
	color: #8c20b4;
	text-decoration: none;
}
BODY {
	background-color: #d0d0d0;
	margin: 0px;
	padding: 0px;
}
div.content {
	margin: 0px auto 5px auto;
	background-color: #FFF;
	text-align: center;
	width: 990px;
}
h2 {
	padding: 0px;
	margin: 0px;
	font-size: 13pt;
	color: #000;
	font-weight: Bold;
	text-align: center;
	border-bottom: 1px solid #000;
	margin-bottom: 3px;
}
div.content TABLE {
	font-size: 12pt;
}
DIV.box {
	width: 950px;
	margin: 20px;
	
}