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

#flashcontent, { 
   height:100%;
}
body {
   margin:0;
   padding:0;
   overflow:hidden;
   background-color: #000000;
}

.body_text {
   font-family:"Times New Roman", Times, serif;
   font-size:12px;
   font-weight:normal;
   color:#333333;

}

.body_heading {
   font-family:"Times New Roman", Times, serif;
   font-size:14px;
   font-weight:bold;
   color:#000000;
}

.body_bold {
   font-family:"Times New Roman", Times, serif;
   font-size:12px;
   font-weight:bold;
   color:#333333;

}

