
body {
 font-family: Arial, Helvetica;
}

.text_big {
 font-size: 24px;
}

.text_bold {
 font-size: 16px;
 font-weight: bold;
}

.text_bold_color {
 color: #730025;
 font-size: 16px;
 font-weight: bold;
}

.text_bold_line {
 font-size: 16px;
 font-weight: bold;
 text-decoration: underline;
}

.text_bold_med {
 font-size: 24px;
 font-weight: bold;
}

.text_bold_med_color {
 color: #730025;
 font-size: 28px;
 font-weight: bold;
 text-decoration: underline;
}

.text_bold_large_line {
 font-size: 28px;
 font-weight: bold;
 text-decoration: underline;
}

.text_small {
 font-size: 14px;
}

.text_footer {
 font-size: 10px;
}

.text_subtitle {
 color: #996600;
 font-size: 38px;
 font-weight: none;
}

.text_subtitle_bold {
 color: #996600;
 font-size: 48px;
 font-weight: bold;
}

.h12 {
 font-family: Helvetica; 
 font-size: 9pt;
}

.h18 {
 font-family: Helvetica; 
 font-size: 14pt;
}

