/* CSS file */

/* Colors */
.color_header_frame { color: White; }
.color_contents_frame { color: White; }
.color_footer_frame { color: Red; }

/* Fonts */
.text_left_frame { font-family: Arial; font-size: 8pt; color: #101010; }
.text_left_frame_link { font-family: Arial; font-size: 8pt; color: #ea8027; }
.text_left_frame_link:hover { font-family: Arial; font-size: 8pt; color: #393939; }
.text_small { font-family: Arial; font-size: 8pt; color: #000000; }
.text_medium { font-family: Arial; font-size: 9pt; color: #000000; }
.text_normal { font-family: Arial; font-size: 10pt; color: #000000; }
.text_normal_link { font-family: Arial; font-size: 10pt; color: #000000; }
.text_normal_link:hover { font-family: Arial; font-size: 10pt; color: #ea8027; }
.text_normal_link_effect { font-family: Arial; font-size: 10pt; color: #ea8027; }
.text_normal_link_effect:hover { font-family: Arial; font-size: 10pt; color: #393939; }
/*.text_menu_link { font-family: Arial; font-size: 10pt; color: #393939; }
.text_menu_link:hover { font-family: Arial; font-size: 10pt; color: #C64934; }*/
.text_menu_link { font-family: Arial; font-size: 8pt; color: #ffffff; }
.text_menu_link:hover { font-family: Arial; font-size: 8pt; color: #393939; }
.text_menu { font-family: Arial; font-size: 8pt; color: #393939; }
.text_footer_link { font-family: Arial; font-size: 10pt; color: #ffffff; }
.text_footer_link:hover { font-family: Arial; font-size: 10pt; color: #393939; }
.text_footer { font-family: Arial; font-size: 10pt; color: #ffffff; }
.text_table_name { font-family: Arial; font-size: 10pt; color: #ffffff; }
.text_copyright_small { font-family: Arial; font-size: 8pt; color: #ffffff; }
a { text-decoration: none; }

