/**********************************************************/
/* AVENGERS.CSS - Style Sheet for Avengers Web            */
/* ============                                           */
/*                                                        */
/* 06/22/01 - Brad Sweet - General Cleanup                */
/**********************************************************/
/*                                                        */
/*------------------------------------*/
/* 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, helvetica, sans-serif}
/*------------------------------------*/
/* BODY & Custom Styles               */
/*------------------------------------*/
body         { text-decoration: none; margin-top: 5pt ; margin-left: 25pt; font-family: arial, helvetica, sans-serif; font-size:120%}
.FL          { margin-left: 3pt}
/*------------------------------------*/
/* PARAGRAPH & Custom Styles          */
/*------------------------------------*/
P            { color: black; FONT-SIZE: 9pt}
/*------------------------------------*/
/* BOLD                               */
/*------------------------------------*/
b            { color:#006699 }
/*------------------------------------*/
/* HEADERS                            */
/*------------------------------------*/
h1           { background-image: none; background-repeat: repeat; color: indianred; font-size:
               150%; font-weight: bold; text-align: center; margin-left: -15pt; align: center }
h2           { color: #0033ff; font-size: 140%; font-weight: bold; margin-left: 10pt;
               margin-right: 5pt }
h3           { color: #003399; font-size: 130%; font-weight: bold; margin-left: -15pt;
               margin-right: 5pt }
h4           { color: #FF6A2F; font-weight: bold; margin-left: -10pt}
h5           { color: #ff6a2f; font-size: 130%; font-weight: bold; }
H6           { color: #033399; font-size: 120%;  font-weight: bold; margin-left: -5pt }
/*------------------------------------*/
/* HORIZONTAL RULES                   */
/*------------------------------------*/
hr           { color: darkred; height: 3 }
/*------------------------------------*/
/* LIST Entry                         */
/*------------------------------------*/
li           { font-size:100%; line-height: 120%; color: darkred   }
.data1       { font-size: 75%; line-height: 120%; color: #000066   }
.data2       { font-size: 90%; line-height: 120%; color: darkgreen }
.data2a      { font-size: 90%; line-height: 120%; color: darkred   }
.data2b      { font-size: 90%; line-height: 120%; color: darkblue  }
.data3       { font-size: 75%; line-height: 120%; color: #000000   }
.data4       { font-size: 80%; line-height: 100%; color: #000000; margin-left: 15pt }
/*------------------------------------*/
/* 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: 9pt }
.tdHeader1   { background-color: #FFDFDF; size: 2; color: #800000; text-align: center;
               font-family: Arial Rounded MT Bold; margin-bottom: 0pt }
/*------------------------------------*/
/* DIV Area & Custom Styles           */
/*------------------------------------*/
.ProductTitle { text-decoration: italic; font-weight: bold }
/*------------------------------------*/
/* FORM Styles                        */
/*------------------------------------*/
.FrmFldLabel    { font-size: 9pt; color: black}
.FrmFldText     { font-size: 9pt; color: blue}
.FrmFldData     { font-size: 9pt; color: blue; background-color: #E6FFE6  }
.FrmFldLabelKey { font-size: 9pt; color: darkred}
.FrmFldTextKey  { font-size: 9pt; color: darkred   }
.FrmFldDataKey  { font-size: 9pt; color: darkred; background-color: #FEFFD7 }
