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

.bodytext {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
}

.bodytext_bold {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
font-weight:bold;
}

.bodytext_red_bold {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#ED1E26;
font-weight:bold;
}

.bodytext_white_bold {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
color: #FFFFFF;
font-weight:bold;
}
