/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ededed;
	font-size: 8pt; font-family: Verdana; 
}
#scrollArea {
	/* Typical fixed height and fixed width example */
	width: 900px;	
	overflow: auto;
	height:300px;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #FFFFFF;
	margin: 0.3em auto;
	padding: 10px;
}


.head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}
.head a:link 	{ color:#666666; text-decoration:underline;	}
.head a:visited	{ color:#666666; text-decoration:none;	}
.head a:hover 	{ color:#666666; text-decoration:none;	}
.head a:active	{ color:#666666; text-decoration:none;	}

.data {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.data a:link 	{ color:#000000; text-decoration:underline;	}
.data a:visited	{ color:#000000; text-decoration:underline;	}
.data a:hover 	{ color:#000000; text-decoration:none;	}
.data a:active	{ color:#000000; text-decoration:underline;	}


.featured{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold;
	color:#0000FF;
}
.featured a:link 	{
	color:#0000FF;
	text-decoration:underline;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.featured a:visited	{
	color:#0000FF;
	text-decoration:underline;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.featured a:hover 	{
	color:#0000FF;
	text-decoration:none;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.featured a:active	{
	color:#0000FF;
	text-decoration:underline;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.st1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px; vertical-align:top; height:30px;
	color: #FA7B14;
}
.float{
	position: absolute;
	z-index: 10;
	left: 929px;
	top: 521px;
	width:230px;
}
