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

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

.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_bold_14px {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:14px;
 font-weight:bold;
 }

.bodytext_12px {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:12px;
 }
 
 .bodytext_bold_purple {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:16px;
 font-weight:bold;
 color:#67576F;
 }
 