/* Score Card */
.body_scroecard {
	border-collapse:collapse;
	border-color:#333333;
}

.scroecard_head { font:normal 18px "Trebuchet MS"; color:#333333; border:1px solid #DDDDDD; background:#FDE37B; text-align:center; }
.scroecard_detail { font:normal 18px "Trebuchet MS"; color:#666666; border:1px solid #DDDDDD; text-align:center; }

.list_item_title { font:bold 18px "Trebuchet MS"; color:#FFFFFF; background:#79C029; }
.list_item_title a{ font:bold 18px "Trebuchet MS"; color:#FFFFFF; background:#79C029; text-decoration:none; }

.list_item_detail { font-family: "Trebuchet MS"; font-size: 18px; color: #666666;}
.list_item_detail a { font-family: "Trebuchet MS"; font-size: 18px; color: #5799CB;}
.list_item_detail a:link { font-family: "Trebuchet MS"; font-size: 18px; color: #5799CB;}
.list_item_detail a:visited {font-family: "Trebuchet MS"; font-size: 18px; color: #5799CB;}
.list_item_detail a:hover {font-family: "Trebuchet MS"; font-size: 18px; color: #FF9900;}
.list_item_detail a:active {font-family: "Trebuchet MS"; font-size: 18px; color: #FF9900;}

