@charset "utf-8";
/* CSS Document */

/*************************************************************************
		ERROR FONTS
*************************************************************************/
.err_color_r {
	color:#F00;
}

.err_color_b {
	color:#000;
	font-weight:bold;
}

/*************************************************************************
		FONTS
*************************************************************************/
.sm_head {
	font-size:1.3em;
	font-weight:bold;
}

.med_normal {
	font-size:1.2em;
	font-weight:normal;
}

.sm_print {
	font-size:.8em;
}

.nor_text {
	font-size:1.0em;
	font-weight:normal;
}

.sm_ft {
	font-size:1.0em;
	text-align:center;
	font-weight:normal;
	margin-left:40px;
}