/* 所有关于字体的样式 */



.f_bold {

	font-weight: bold;

}

.f_italic{

	font-style: italic;

}

.f_blue {

    color: blue;

}

.f_red {

    color: red;

}
.f_green {

    color: green;

}
.f_white {

    color: #ffffff;

}

.f_gray {

    color: #808080;

}
.f_004aa7 {
    color: #004aa7;
}

.f_ff6600 {
    color: #ff6600;
}


.fsize_14 {

    font-size: 14px;

}

.text_center {

	text-align: center;

}

.text_right {

	text-align: right;

}

.text_indent {

	text-indent: 2em;

}

.line_height {

    line-height: 150%;

}
