/*********************************************************************/
/* GaleInternalReport.css - Genral Report Format                     */
/* =========                                                         */
/*                                                                   */
/* 07/27/01 - Bsweet - New Member                                    */
/*********************************************************************/
/*                                                                   */
/*------------------------------------*/
/* Default FONT                       */
/*------------------------------------*/
p, h1, h2, h3, h4, em, strong, b, td, th, caption, blockquote, ul, li, dl, dt, ol, div, span, table  {font-family: arial narrow, helvetica, sans-serif; }
/*------------------------------------*/
/* BODY & Custom Styles               */
/*------------------------------------*/
body         { text-decoration: none; margin-top: 5pt ; margin-left: 15pt }
.FL          { margin-left: 3pt}
/*------------------------------------*/
/* PARAGRAPH & Custom Styles          */
/*------------------------------------*/
P            { color: black; FONT-SIZE: 8pt}
/*------------------------------------*/
/* BOLD                               */
/*------------------------------------*/
/* b            { color:#006699 }       */
/*------------------------------------*/
/* HEADERS                            */
/*------------------------------------*/
h1           { background-image: none; background-repeat: repeat; color: indianred; font-size: 14pt; font-weight: bold; text-align: center; align: center }
h2           { color: #0033ff;  font-size: 13pt; font-weight: normal; text-align: center; }
h3           { color: #003399;  font-size: 12pt; font-weight: bold;   text-align: center; }
h4           { color: darkblue; font-size: 11pt; font-weight: bold;   text-align: center; }
h5           { color: #ff6a2f;  font-size: 10pt; font-weight: bold;   text-align: center; }
H6           { color: #033399;  font-size:  9pt; font-weight: normal; text-align: center; }
/*------------------------------------*/
/* HORIZONTAL RULES                   */
/*------------------------------------*/
hr           { color: darkred; height: 3 }
/*------------------------------------*/
/* LIST Entry                         */
/*------------------------------------*/
/* li           { color: darkred }                                                             */
/* .data1       { font-size: 75%; line-height: 120%; color: #000066 }                          */
/* .data2       { font-size: 90%; line-height: 120%; color: darkgreen }                        */
/* .data3       { font-size: 75%; line-height: 120%; color: #000000 }                          */
/*------------------------------------*/
/* DEFINITION LIST                    */
/*   DL = List                        */
/*   DT = Term                        */
/*   DD = Definition of the Term      */
/*------------------------------------*/
/* dl           { font-size: 8pt; margin-left: 10pt; margin-right: 5pt; margin-bottom: 10pt }  */
/* dt           { font-size: 8pt; font-weight: bold; margin-left: 10pt; margin-right: 5pt }    */
/* dd           { font-size: 8pt; margin-left: 15pt; margin-right: 5pt; margin-bottom: 10pt }  */
/*------------------------------------*/
/* LINKS & ANCHORS                    */
/*------------------------------------*/
/* a            { font-size: 8pt; text-decoration: underline; font-family: Arial Narrow }      */
/* a:link       { text-decoration: underline }                                                 */
/* a:active     { color: red }                                                                 */
/* a:visited    {  }                                                                           */
/*------------------------------------*/
/* TABLE CELL & Custom Styles         */
/*------------------------------------*/
td           { font-size: 8pt; }
th           { font-size: 9pt; }
.tdHeader1   { background-color: #FFDFDF; color: #800000; text-align: center; font-family: Arial Rounded MT Bold; margin-bottom: 0pt }
.tdData1     { background-color: #FEFFD7;                                              font-family: Arial Narrow         ;                    }
/*------------------------------------*/
/* FORM Styles                        */
/*------------------------------------*/
.FrmFldLabel    { font-size: 8pt; color: black}
.FrmFldText     { font-size: 8pt; color: blue}
.FrmFldData     { font-size: 8pt; color: blue; background-color: #E6FFE6  }
.FrmFldLabelKey { font-size: 8pt; color: darkred}
.FrmFldTextKey  { font-size: 8pt; color: darkred   }
.FrmFldDataKey  { font-size: 8pt; color: darkred; background-color: #FEFFD7 }



