<!--

a {
	text-decoration:none;
}

a:visited { color: #4082AB; } 
a:link { color: #4082AB; } 
a:hover { color: #ED6D3B; } 
a:active { color: #ED6D3B; } 
a:hover { text-decoration: underline; } 

body{
	font-size: 12px;
}

th { 
	font-size: 12px;font-family: "MS UI Gothic",Verdana,Geneva,Arial; line-height: 120%;
	text-align: left;
}

td {
	font-size: 12px;font-family: "MS UI Gothic",Verdana,Geneva,Arial; float: left; line-height: 120%;
	text-align: left;
	white-space:nowrap;
}

tr {
	font-size: 12px;font-family: "MS UI Gothic",Verdana,Geneva,Arial; float: left; line-height: 120%;
	text-align: left;
	
}

-->