/* Standard font specs used throughout */
.table_front { color: #FFFFFF; font-size: 10px; font-family: Arial, Tahoma, Verdana, Arial; font-weight: bold }
.standard_smallsize { color: #4091E5; font-size: 10px; font-family: Arial, Verdana, Arial }
.standard_normalsize { color: #4091E5; font-size: 12px; font-family: Arial, Verdana, Arial }
.interview_question { color: #CCCCCC; font-size: 12px; font-family: Arial, Verdana, Arial }
.interview_answer { color: #FF9900; font-size: 12px; font-family: Arial, Tahoma, Arial, Verdana }
.quote { color: gray; font-size: 11px; font-family: Arial, Verdana, Arial }
.footer { color: black; font-size: 10px; font-family: Arial, Verdana, Arial }
.alt_color { color: #5D777C; font-size: 10px; font-family: Arial, Verdana, Arial }

/* Background colors for tables used throughout */
.table_header { background-color: #222222  }
.table_backgr { background-color: #000000 }
.table_backgr_alt { background-color: #000000 }

/* CSS version of body tag */
BODY { 
  background-color: #000000; 
  font-family: Arial, Tahoma, Verdana, Arial; 
  color: #3299CC; 
  font-size: 12px; 
  scrollbar-face-color: black; 
  scrollbar-highlight-color: white; 
  scrollbar-shadow-color: orange; 
  scrollbar-3dlight-color: orange; 
  scrollbar-arrow-color: white; 
  scrollbar-track-color: black; 
  scrollbar-darkshadow-color: black 
}

a:link { color: #FF9900; }
a:visited { color: #FF9900; }
a.footer:link { color: black; text-decoration: none }
a.footer:visited { color: black; text-decoration:none }
a.footer:hover { color: white; text-decoration: none }
a:hover { color:#D47D00 }
a.active {  }

/* Drop-down boxes */
select { font-family: Arial, Tahoma, Verdana, Arial; font-size: 11px; color: #000000; background-color: #CCCCCC }

/* Text input */
input.sbox { margin-bottom: 3px; color: white; background: #222222; border: #26a solid 1px }

