/*---------------------------------------------------------------------------*//* cestyle.css                                                               *//* version: 2005Mar21-001                                                    *//*---------------------------------------------------------------------------*//* Styles for links */a:link, a:visited{   color:      #647ECE;   background: #E6D07A none;}a:hover{   color:      #64AEBE;   background: #E6D07A none;}/* Styles for tags */body{    margin:     0 5px 0 2px;    /* right 5 helps Opera; left 2 helps N6 */   padding:    0;              /* 0 makes Opera similar to IE and N */   color:      #000000;   background: #E6D07A none;}/* Helps control tables, especially for N4 *//* N4 has other major problems and should no longer be supported */table, td, th{    margin:     0 0 0 2px;      /* left 2 helps N6 */   padding:    0 2px;   color:      #000000;   background: #E6D07A none;}h1, h2, h3, h4, h5, h6{    font-family: Tahoma, sans-serif;   margin:      0 0 0 2px;}blockquote{    margin: 0 0 0 20px;}p, pre{    margin: 0;}ol, ul, dl{    /* don't just use margin: 0, as you'll lose the left indent in IE5! */   margin-top:    0;   margin-right:  0;   margin-bottom: 0;}/* Note that font info at this level will specify the font for the numbers in OL */ol.tah10, ul.tah10{    /* don't just use margin: 0, as you'll lose the left indent in IE5! */   margin-top:    0;   margin-right:  0;   margin-bottom: 0;   font-family:   Tahoma, sans-serif;   font-size:     10pt;   line-height:   12pt;}/* Note that font info at this level will specify the font for the numbers in OL */ol.tah10in17, ul.tah10in17{    margin-top:    0;   margin-right:  0;   margin-bottom: 0;   font-family:   Tahoma, sans-serif;   font-size:     10pt;   line-height:   12pt;   margin-left:   17px;}/* IE and FF handle hr differently. Spec for both color and bg, suppress border, and use height to get them to display the same. */hr{   color:       #333333;   background:  #333333;   border:      0;   height:      2px;}/* Class Selectors *//* Generalized Tahoma font styles */.tah06{    font-family: Tahoma, sans-serif;   font-size:   6pt;   line-height: 8pt;}.tah06b{    font-family: Tahoma, sans-serif;   font-size:   6pt;   line-height: 8pt;   font-weight: bold;}.tah08{    font-family: Tahoma, sans-serif;   font-size:   8pt;   line-height: 10pt;}.tah08b{    font-family: Tahoma, sans-serif;   font-size:   8pt;   line-height: 10pt;   font-weight: bold;}.tah10{    font-family: Tahoma, sans-serif;   font-size:   10pt;   line-height: 12pt;}.tah10b{    font-family: Tahoma, sans-serif;   font-size:   10pt;   line-height: 12pt;   font-weight: bold;}.tah12{    font-family: Tahoma, sans-serif;   font-size:   12pt;   line-height: 14pt;}.tah12b{    font-family: Tahoma, sans-serif;   font-size:   12pt;   line-height: 14pt;   font-weight: bold;}.tah16b{    font-family: Tahoma, sans-serif;   font-size:   16pt;   line-height: 18pt;   font-weight: bold;}.tah20b{    font-family: Tahoma, sans-serif;   font-size:   20pt;   line-height: 22pt;   font-weight: bold;}.tah24b{    font-family: Tahoma, sans-serif;   font-size:   24pt;   line-height: 26pt;   font-weight: bold;}.tah36b{    font-family: Tahoma, sans-serif;   font-size:   36pt;   line-height: 38pt;   font-weight: bold;}/* Generalized Courier New (and similar) font style */.cn10{    font-family: "Courier New", Courier, monospace;   font-size:   10pt;   line-height: 12pt;}/* Other Effects */.code{    font-family:     "Courier New", Courier, monospace;}/* Use to give text extra emphasis */.darkredtext {    color:      #CC0000;    background: #E6D07A none;}/* Use to gray out (deemphasize) text */.graytext {    color:      #808080;    background: #E6D07A none;}