#tooltip
{
  BORDER: 1px solid #ffffff;
  BACKGROUND: #353535;
  VISIBILITY: hidden;
  MARGIN: 0px;
  FONT: 11px Tahoma, Helvetica,sans-serif;
  POSITION: absolute;
  TEXT-ALIGN: left; moz-border-radius: 8px
}
body {
   color: #ffffff;
   font-family: Arial;
   font-size: 14px;
   background: #000000;
   padding: 0;
   margin: 0;
}

td {
   color: #ffffff;
   font-family: Arial;
   font-size: 14px;
}

.head_text, a.head_text {
   color: #A0A0A0;
   font-family: Verdana;
   font-size: 11px;
}

.news_text,
a.news_text:active,
a.news_text:focus,
a.news_text:hover,
a.news_text:link,
a.news_text:visited {
   font-family: Verdana;
   font-size: 11px;
}

.news_title,
a.news_title:active,
a.news_title:focus,
a.news_title:hover,
a.news_title:link,
a.news_title:visited {
   color: deff03;
   font-family: Verdana;
   font-size: 11px;
   font-weight: bold;
   text-decoration: underline;
}

.page_header {
   color: #ffffff;
   font-family: Arial;
   font-size: 15px;
}

.struct_item_title {
   font-family: Arial;
   font-size: 13px;
   font-weight: bold;
}

.struct_item_text,
a.struct_item_text:active,
a.struct_item_text:focus,
a.struct_item_text:hover,
a.struct_item_text:link,
a.struct_item_text:visited {
   color: #ffffff;
   font-family: Verdana;
   font-size: 11px;
   text-decoration: underline;
}


.struct_item_link,
a.struct_item_link:active,
a.struct_item_link:focus,
a.struct_item_link:hover,
a.struct_item_link:link,
a.struct_item_link:visited {
   color: #ffe400;
   font-family: Verdana;
   font-size: 11px;
   text-decoration: underline;
}

.main_text {
   color: #ffffff;
   font-family: Arial;
   font-size: 12px;
}

.photo_link {
   color: #ffffff;
   font-family: "Courier New";
   font-size: 14px;
   text-decoration: none;
}

input.g_form {
   color: #FFFFFF;
   font-family: Arial;
   font-size: 11px;
   border: 1px solid #A0A0A0;
   background-color: #353535;
}

input.g_form_chk {
   border: 0px;
}

.g_form_btn
{
   color: #FFFFFF;
   font-family: Arial;
   font-size: 11px;
   border: 1px solid #A0A0A0;
   background-color: #000000;
   padding-left: 20;
   padding-right: 20;
   margin-bottom: 10;
}