/*---------------- Main Elements ---------------*/
BODY
	{
	background-color: #000000;
	color: #FFFFFF;
  scrollbar-face-color: #212121;
  scrollbar-highlight-color: #404040;
  scrollbar-shadow-color: #000000;
  scrollbar-3dlight-color: #616161;
  scrollbar-arrow-color:  #A1A1A1;
  scrollbar-track-color: #000000;
  scrollbar-darkshadow-color: #000000;
	}
/*-------------------- Text --------------------*/
.f1 { font-size: 8px; letter-spacing: 2px }
.f1_larger { font-size: 10px }
.fs_small { font-size: 11px }
.fs_small_bold { font-weight: 600; font-size: 11px }
.l_fs_small { font-size: 11px; vertical-align: text-bottom }
.fs2_smaller  { font-size: 12px }
.fs2  { font-size: 13px }
.c_fs2 { font-size: 13px; vertical-align: baseline }
.fs2_larger { font-size: 14px }
.fs3_small   { font-size: 15px }
.fs3    { font-size: 16px }
.c_fs3 { font-size: 16px; vertical-align: baseline }
.fs4    { font-size: 17px }
.h3 { font-size: 18px }
.h3a { font-size: 20px }
.h2 { font-size: 24px }
.h1  { font-size: 32px }
/*-------------------- Borders --------------------*/
.bb_2px   { border: solid 2px black }
.bb   { border: solid thin black }
.medium_bb { border: solid medium black }
.wb   { border: solid thin white }
.thick_wb { border: solid thick white }
.vthin_wb { border: solid 1px white }
.tgb { border: solid 1px gray }
.trb { border: solid 1px #5a0000 }
.tsb  { border: solid 1px #c0c0c0 }
.left_1px  { border-left: 1px solid }
.right_1px { border-right: 1px solid }
.top_1px { border-top: 1px solid }
.bottom_1px { border-bottom: 1px solid }
/*-------------------- Miscellaneous --------------------*/
.d_input         { background-color: #d3d3d3; padding: 1px 2px; border: inset 2px }
.e_input       { background-color: white; padding: 1px 2px; border: inset 2px }
.black_bg { background-color: black }
.y_marquee  { font-size: 16px; background-color: yellow }
.spaced   { letter-spacing: 5px }
.no_repeat { background-repeat: no-repeat }
.repeat_x { background-repeat: repeat-x }
.alignbottom  { vertical-align: bottom }
.alignmiddle  { vertical-align: middle }
.aligntop     { vertical-align: top }
.nowrap   { white-space: nowrap }
.boldface    { font-weight: bold }
.arialfont	{ font-family: Verdana, Arial, Helvetica, sans-serif }
/*-------------------- Hyperlink 1 --------------------*/
#hyperlink1  { color: #ffff00; text-decoration: underline }
#hyperlink1:hover  { color: #ffff00; text-decoration: none }
#hyperlink1:visited  { color: #ffff00 }
#hyperlink1:active   { color: #ffffb9; text-decoration: underline }
/*-------------------- Hyperlink 2 --------------------*/
#hyperlink2  { color: #ffffcc; text-decoration: none }
#hyperlink2:visited  { color: #ffffcc }
#hyperlink2:active  { color: #ffffcc; text-decoration: none }
/*-------------------- Hyperlink 3 --------------------*/
#hyperlink3  { color: #5c5c5c; text-decoration: none }
#hyperlink3:visited  { color: #5c5c5c }
#hyperlink3:active  { color: #5c5c5c; text-decoration: none }
/*-------------------- Hyperlink 4 --------------------*/
#hyperlink4    { color: #ffffcc; text-decoration: none }
#hyperlink4:hover     { color: #afaf8c; text-decoration: none }
#hyperlink4:visited  { text-decoration: none }
#hyperlink4:active  { text-decoration: none }
