.code_normal_text {
    color: #FFFFFF;
    font: normal;
    font-family: Courier, monospace;
    font-size: 10pt
    }

.code_text_C {
    color: #FFFFFF;
    }

.code_text_F {
    font: normal;
    font-family: Courier, monospace;
    font-size: 10pt
    }

.func {
  color: #00F0F0;
  font: normal;
  font-family: Courier, monospace;
  font-size: 10pt;

}

.member  {
  color: #33CCFF;
  font: normal;
  font-family: Courier, monospace;
  font-size: 10pt;

}

.operator  {
  color: #B56AFF;
  font: bold;
   font-family: Courier, monospace;
  font-size: 10pt;

}

.brackets  {
  color: #FFCCCC;
  font-family: monospace;
  font-family: Courier, monospace;
  font-size: 10pt;
  font-weight: bold;
}
.bracket2 {
  color: #FF6633;
  font-family: monospace;
  font-family: Courier, monospace;
  font-size: 10pt;
  font-weight: bold;
}

.comment {
  color: #009966;
  font: normal;
  font-family: Courier, monospace;   ;
  font-size: 10pt
}

.keyword  {
color: #6699FF;
  font: normal;
  font-family: Courier, monospace;
  font-size: 10pt;

}
.numbers  {
  color: #CCFFFF;
  font: normal;
  font-family: Courier, monospace;
  font-size: 10pt;

}
.null {
  color: #990099;
  font: normal;
  font-family: Courier, monospace;
  font-size: 10pt;
}
 .bool {
  color: #CC33FF;
  font: normal;
  font-family: Courier, monospace;
  font-size: 10pt;
}


.vega   {
  color: #FFFF66;
  font: normal;
  font-family: Courier, monospace;
  font-size: 10pt;
}


.vegaDEF {
  color: #FFFF99;
  font: normal;
   font-family: Courier, monospace;
  font-size: 10pt;
}


.osg {
  color: #FF9999;
  font: normal bold;
  font-family: Courier, monospace;
  font-size: 10pt;

}


.osgDEF {
  color: #FFB0B0;
  font: normal;
  font-family: Courier, monospace;
  font-size: 10pt;

}

.performer  {
  color: #FF9933;
  font: normal bold;
  font-family: Courier, monospace;
  font-size: 10pt;

}



.perfDEF {
  color: #EAAF00;
  font: normal;
  font-family: Courier, monospace;
  font-size: 10pt;

}



.ogl  {
  color: #FFCCFF;
  font: normal bold;
   font-family: Courier, monospace;
  font-size: 10pt;

}

.oglDEF {
  color: #FFD9FF;
  font: normal ;
   font-family: Courier, monospace;
  font-size: 10pt;

}




.string {
color: #BBBBBB;
  font: normal;
  font-family: Courier, monospace;
  font-size: 10pt;

}


.preprocessor {
  color: #2222FF;
  font: normal;
  font-family: Courier, monospace;
  font-size: 10pt;

}

 .linenumbers  {
  color: #000099;
  font: normal;
  font-family: Courier, monospace;
  font-size: 10pt;

}



.hil_green  {
  color: #00CC00;
  font: normal;
  font-family: Courier, monospace;
  font-size: 10pt;
  font-weight: bold

}



.hil_red  {
  color: #FF3300;
  font: normal;
  font-family: Courier, monospace;
  font-size: 10pt;
  font-weight: bold

}

.hil_blue  {
  color: #3366FF;
  font: normal;
  font-family: Courier, monospace;
  font-size: 10pt;
  font-weight: bold

}

.sidenum   {
  color: #000099;
  font: normal;
  font-family: Courier, monospace;
  font-size: 10pt;
}

.code_background {

  background: #000000
  background-color: #000000;
  color: #FFFFFF;
  font: normal;
  font-family: Courier, monospace;
  font-size: 10pt;

  background-image: url(../images/bkg_codeinfo_1.jpg)
}

 .backcodeInfo_ground {
  color: #FFFFFF;
  background-image: url(../images/bkg_code_1.gif);
  background: #000000
  background-color: #330000;
  font: normal;
  font-family: Courier, monospace;
  font-size: 10pt;

}


.faq_discrip {
    font-family:Arial;
    font-size:10pt;
    color:#000099;
    font-weight: bold;
   }


.faq_text {
    font-family:Arial;
    font-size:10pt;
    color:#000099;
    font-weight: normal;
   }


.title {

  font-family: Academy;
  font-size: 12pt;
  font-weight: bold;
  color:#000099;
}
.titleLg {

  font-family: Academy;
  font-size: 14pt;
  font-weight: bold;
  color:#000099;
}

.titleBig {

  font-family: Academy;
  font-size: 20pt;
  font-weight: bold;
  color:#000099;
}



.title_sub {
  color:#000099;
  font-family: "Comic Sans MS"
  font-size: 10pt;
  font-weight: bold;
}


.titleCode {

  font-family: Tahoma;
  font-size: 16pt;
  font-weight: bold;
  color:#66FF99;
}


.titleCode_sub {
  color:#33FFCC;
  font-family: "Comic Sans MS"
  font-size: 12pt;
  font-weight: bold;
}




