@CHARSET "UTF-8";

/* BOX 1 (box_ll) */

DIV.box_ll {	
	width: 244px;
	min-height: 100px;
}

DIV.box_ll H1 {
	margin: 0;
	font-size: 14px;
	color: #00ff18;	
	text-align: center;
}

DIV.box_ll H2 {
	margin: 0;
	font-size: 14px;
	color: #00ff18;	
	text-align: center;
}

DIV.box_ll DIV {
	min-height: 20px;	
	font-size: 12px;
	padding: 0 22px;
}

DIV.box_ll SUB {
	display: block;
}

DIV.box_ll TABLE {
	width: 200px;
	border-collapse: separate;
}

DIV.box_ll TABLE TR TH {
	text-transform: uppercase;
	color: #333;
}

DIV.box_ll TABLE TR TD{
	background-color: #113306;
	padding: 0px 4px;
	font-size: 8px;
	color: #00ff18;	
	text-align: center; 
	border-top: 1px solid #071603;
	border-left: 1px solid #071603;
}

DIV.box_ll TH {
	margin: 0;
	font-size: 10px;
	color: #00ff18;	
	text-align: center;
}

DIV.box_ll A#rank_left {
	font-size: 20px;
	text-decoration: none;
	color: #00ff18;	
	font-weight: bold;
	float: left;
	margin-left:42px;
	margin-top: -21px;
	z-index: 20;
}

DIV.box_ll A#rank_right {
	font-size: 20px;
	text-decoration: none;
	color: #00ff18;	
	font-weight: bold;
	float: right;
	margin-right:42px;
	margin-top: -21px;
	z-index: 30;
}

DIV.box_ll A#rankhead {
	font-size: 14px;
	display: block;
  	text-decoration: none;
	color: #00ff18;	
	font-weight: bold;
	text-transform: none;
	text-align: center;
	margin: 0 -6px;
	z-index: 25;
}

DIV.box_ll A:hover#rankhead {
	background-color: transparent;
	text-decoration: underline;
}
