@charset "utf-8";
/* CSS Document */

.blue_bold_font {
	font-size:12px;
	font-weight:bold;
	color:#235487;
}

.yellow_bold_font {
	font-size:12px;
	font-weight:bold;
	color:#f5a01e;
}
.general_font {
	font-size:12px;
	color:black;
	font:Arial, Helvetica, sans-serif;
}

.black_10pt_bold {
    font-weight: bold;
    font-size: 10pt;
    color: #000;
}
.black_9pt_bold {
    font-weight: bold;
    font-size: 9pt;
    color: #000;
}


.blue_10pt_bold {
    font-weight: bold;
    font-size: 10pt;
    color: #235487;
}
.blue_9pt_bold {
    font-weight: bold;
    font-size: 9pt;
    color: #235487;
}

.yellow_10pt_bold {
    font-weight: bold;
    font-size: 10pt;
    color: #f5a01e;
}
.yellow_9pt_bold {
    font-weight: bold;
    font-size: 9pt;
    color: #f5a01e;
}



.black_9pt { font-size: 9pt; color: #000; font-weight: normal; }
.black_10pt { font-size: 10pt; color: #000; font-weight: normal; }
