@charset "UTF-8";
.BOX {
	height: 500px;
	width: 1000px;
	margin-top: 30px;
	margin-right: auto;
	position: relative;
	margin-left: 20px;
}
.LEFTCOLUMN {
	width: 180px;
	left: 0px;
	top: 0px;
	float: none;
	height: auto;
	position: fixed;
	padding-left: 30px;
	padding-top: 20px;
}
.CENTRECOLUMN {
	float: none;
	height: 900px;
	width: 550px;
	position: absolute;
	left: 190px;
	top: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: left;
}
.RIGHTCOLUMN {
	height: auto;
	width: 190px;
	float: left;
	position: fixed;
	top: 94px;
	left: 790px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
}
NEW {
	font-size: 14px;
	font-style: normal;
	word-spacing: -10em;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCC;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: underline;
	color: #0C9;
}
.navigation {
	color: #000;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.bodytext {
	color: #000;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.bluetext {
	color: #09F;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.under {
	color: #0C9;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
