@charset "UTF-8";
/* CSS Document */

.blue {
	color: #1A5FB0;
}

.orange {
	color: #D16B02;	
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic
}
.text_color {
	color: #2B2B2B;
}
.h2 {
    font-size: 14px;
    font-weight: bold;
    color: #2b2b2b;
    height: 20px;
}
.h3 {
    font-weight: normal;
    font-size: 16px;
    color: #1a5fb0;
    line-height: 20px;
}
.h4 {
    color: #1a5fb0;
    margin-top: 6px;
	font-size: 13px;
}
.text_size_and_color {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #2b2b2b;
}
.normal {
	font-weight: normal;
}