@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;

}

.main a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;

}


#dataframe {
	width: 100%;
}

.data {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}
.data li {
	margin: 0;
	height: 24px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dadada;
	outline: none;
	list-style: none;
	padding: 0;
	line-height: 25px;
	text-indent: 10px;
}
.data li a, .data li a:visited {
	height: 24px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	list-style: none;
	outline: none;
}
.data_odd {
	height: 24px;
	width: 100%;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	list-style: none;
	outline: none;
	padding: 0px;
	margin: 0px;
	
}
.data_odd a, a:hover {
	height: 24px;
	width: 100%;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #b48c1b;
	text-decoration: none;
	list-style: none;
	outline: none;
}

.data_even {
	height: 24px;
	width: 100%;
	background-color: #f8f8f8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	list-style: none;
	outline: none;
}

.data_even a, a:hover{
	height: 24px;
	width: 100%;
	background-color: #f8f8f8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #b48c1b;
	text-decoration: none;
	list-style: none;
	outline: none;
}

ul.data li a:hover {
	height: 24px;
	width: 100%;
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #b48c1b;
	text-decoration: none;
	list-style: none;
	outline: none;
}


