

#dataset {
	margin: 0px auto;
	margin-top: 5px;
}

#dataset p
{
	
	
	font: 62.5%/2.2em "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
		color: #4b4942;
		background: #fff;
}
		
#dataset table {

margin: 2px 0px;

/*border: 3px solid #ff9900;*/

}

#dataset_inner_table_left {
float: left;
margin: 0px 0px;
padding:0px;
}
#dataset_inner_table_left table {
width:300px;
}

#dataset_inner_table_right {
float:left;
padding-left:20px;
}

#dataset_inner_table_right table{
width:340px;

}

		
#dataset th {	
	font-size:12px;
	border-bottom: 1px solid #669be9;
}
		
#dataset a {
	font-size:10px;
	color:#CC9933;
	
}

#dataset a:visited {
	font-size:10px;
	color:#CC9933;
}

#dataset a:hover {
	font-size:10px;
	color:#666600;
	text-decoration:underline;
}


.dataset {
	width:16%;
	font-weight:bold;
	color:#333333;
	font-size:10px;
}

.dataset_25 {
	width:25%;
	font-weight:bold;
	color:#333333;
	font-size:10px;
}

