/* CSS Document */

.bl12 {
	font-size: 12px;
	font-style: normal;
}
.bl12red {
	font-size: 12px;
	font-style: normal;
    color: #ff0000;
}
.bl10 {
	font-size: 10px;
	font-style: normal;
}
.bl10low {
	font-size: 10px;
	line-height: 10px;
}
.bl12low {
	font-size: 12px;
	line-height: 14px;
}
.bl12high {
	font-size: 12px;
	line-height: 20px;
}
.bl14 {
	font-size: 14px;
}

body {
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
}
