@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.scrollArea {
	width: 100%;
	height: 420px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	overflow: auto;
}
h1 {
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	line-height:20px;
	text-transform:uppercase;
}
a:link {
	color: #66cc33;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #66cc33;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #999999;
}
a.small	{
	color : #666666;
	font-size : 11px;
	text-decoration : none;
}
a:visited.small {
	color : #666666;
	font-size : 11px;
	text-decoration : none;
}
a:active.small {
	color : #000000;
	font-size : 8pt;
	text-decoration : none;
}
a:hover.small {
	color : #000000;
	font-size : 11px;
	text-decoration : none;
}