@charset "utf-8";
/* CSS Document */

.NBModule {
  font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		margin: auto;
		text-align: left;
		width: 525px;
		margin-bottom: 10px;
  
}

.fcBoldText {
 color: #8eb6cf;
}

.FCSort {
 width: 481px;
}

.clearfloat {
 clear: both;
	height: 0px;
}

.hsrmaplink{
  font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #b1b1b2;
}

.FCName {
 font-weight: bold;
	font-size: 16px;
	color: #8eb6cf;

}
.ResultCategory {
 font-size: 11px;
	font-weight: bold;
	color: #8eb6cf;
}
.ResultValue {
 font-size: 11px;
}
#FCSortBody {
	background: url(/graphics/fc_sort_bg.gif) repeat-y;
}

#FCResultTop {
 width: 519px;
	height: 25px;
	background: url(/graphics/fcr_name_bg.gif) repeat-x;
	margin: auto;	
}
#FCResultMid {
 width: 519px;
	background: url(/graphics/fcr_result_bg.gif) repeat-y;
	margin: auto;	
}
#FCResultBot {
 width: 519px;
	margin: auto;	
}
#FCResultContent {
 margin-left: 16px;

}