/* Copyright (c) 2000, Maxxim Kochegarov, maxxim@fallout.ru */

/* Global Styles */

BODY {
font: 13px Arial, sans-serif;
color: #EBE6DA;
scrollbar-arrow-color : #EBE6DA;
scrollbar-track-color : #45271A;
scrollbar-face-color : #5F3B21;
scrollbar-highlight-color : #855833;
scrollbar-shadow-color : #37210B;
scrollbar-darkshadow-color : #180C02;
scrollbar-3dlight-color : #77471F;
scrollbar-base-color : #180C02;
background: #000000;
}
UL {
font: 13px Arial, sans-serif; 
color: #EBE6DA;
}
H1 {
font: bold 17px Arial, sans-serif; 
color: #EBE6DA;
text-align: right;
margin: 1em 1em 0em 0em;
}
H2 {
font: bold 15px Arial, sans-serif;
color: #EBE6DA;
text-align: right;
margin: 1em 1em 0em 0em;
}
P {
font: 13px Arial, sans-serif; 
color: #EBE6DA;
text-align: justify;
}
P.indent {
text-indent : 33px;
margin : 0px;
}
P.center {
margin : 0px;
text-align: center;
}
P.signature {
text-align: right;
}
P.spec_code {
font: 10px Courier-new, sans-serif;
color: #EBE688; 
margin : 10px;
}
P.main_code {
font: 10px Courier-new, sans-serif; 
color: #EBE688;  
margin : 10px;
border: 1px solid #EBE688;
}
A {
color: #D6B3A8;
text-decoration: none;
}
A:VISITED {
color: #C08775;
text-decoration: none;
}
A:HOVER {
color: #EBDFC5;
text-decoration: underline;
}
HR {
color: #5B4234;
}
TH {
font: bold 14px Arial, sans-serif; 
color: #EBE6DA;
text-align: center;
}
TD {
font: 13px Arial, sans-serif; 
color: #EBE6DA;
}
TD.code {
font: 10px Courier-new, sans-serif;
color: #EBE688;
}
TH.name {
text-align: right;
background-color: #563833;
}
TR.header {
background-color: #563833;
}
TR.dark {
background-color: #18110C;
}
TR.light {
background-color: #3E2722;
}
TR.midlight {
background-color: #28140F;
}

/* Footer Styles */

TD.footer { font: 11px Arial, sans-serif; }

/* QPoll Styles */

TABLE.bgcolor2 {
background-color: #4F3C39;
}
TD.bgcolor1 {
background-color: #402D2A;
}
TD.barbgcolor {
background-color: #4F3C39;
}

/* Other Styles */

A.nav { 
font: bold 13px Arial, sans-serif;
}
TD.navline {
font: bold 13px Arial, sans-serif;
}
TR.navbar1 {
}
TR.navbar2 {
}
TD.navbarselect {
font: bold 13px Arial, sans-serif;
}
TD.navbarempty {
}

/* FAQ Styles */

SPAN.Question {
font: bold 20px Arial, sans-serif; 
}
SPAN.Answer {
font: bold 20px Arial, sans-serif; 
}
TR.alert {
background-color: #311111;
}
P.Answer {
font: 13px Arial, sans-serif; 
color: #EBE6DA;
text-align: justify;
margin: 0em 0em 0em 0em;
}
