.title {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
.text_normal {
        font-family: "Trebuchet MS";
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        color: #000000;
}
.text_bold {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.header_red {
        font-family: "Trebuchet MS";
        font-size: 14px;
        font-style: normal;
        font-weight: bold;
        color: #FF0000;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
.error_red {
        font-family: "Trebuchet MS";
        font-size: 12px;
        font-style: normal;
        font-weight: bold;
        color: #FF0000;
        border-bottom-width: 0px;
        border-bottom-style: solid;
        border-bottom-color: #FF0000;
}
.header {
        font-family: "Trebuchet MS";
        font-size: 14px;
        font-style: normal;
        font-weight: bold;
        color: #000000;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.text_small {
        font-family: "Trebuchet MS";
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        color: #000000;
}
