/*

Fonts 
Windows NT            Windows 95          Solaris           Family     
---------------------------------------------------------------------- 
Arial/Verdana         Arial               Helvetica         sans-serif 
Times New Roman       Times New Roman     Times                  serif 
Century Schoolbook    Bookman Old Style   New Century Schoolbook serif 
Georgia               Garamond            Utopia                 serif 
Lucida Sans Unicode   Tahoma              Lucida            sans-serif 
(NONE)                Futura Bk BT        Clean             sans-serif 


BODY { font-family: 'Lucida Sans Unicode', Tahoma, Lucida, sans-serif ; } 
BODY { font-family: 'Century Schoolbook', 'New Century Schoolbook', 'Bookman Old Style', serif ; } 
BODY { font-family: Verdana, Arial, Helvetica, sans-serif ; } 
BODY { font-family: Georgia, Garamond, Utopia, serif ; } 
BODY { font-family: 'Times New Roman', 'New Century Schoolbook', serif ; } 

*/

/* { font-family: Verdana, Arial, Helvetica, sans-serif ; */


BODY { font-family: Helvetica, Arial, sans-serif ;
       /*background:  #ffffd0 ;*/
       background:  #e0ffe0 ;
       color     :  #000000 ; 
     }

/* .stdbgnav { background: #FFFFB0; } */
.stdbgnav { background: #b0f0b0; }

/* TD.highlight { background: #99CCFF } */
/* TD.highlight { background: #FFFFFF } */

H1 { font-family: 'Lucida Sans Unicode', Tahoma, Lucida, sans-serif ;
     font-size  : 1.5em ;
     /*background : #FFFFFF ;*/
     color      : #0077FF;
     text-align : center; }

H2 { font-family: 'Lucida Sans Unicode', Tahoma, Lucida, sans-serif ;
     font-size  : 1.2em ;
     /*background : #FFFFFF ;*/
     color      : #0077FF;
     text-align : center; }

H3 { font-family: 'Lucida Sans Unicode', Tahoma, Lucida, sans-serif ;
     font-size  : 1em ;
     /*background : #FFFFFF ;*/
     color      : #0077FF;
     text-align : center; }

H4 { font-family: 'Lucida Sans Unicode', Tahoma, Lucida, sans-serif ;
     font-size  : 0.8em ;
     /*background : #FFFFFF ;*/
     color      : #0077FF;
     text-align : center; }

H5 { font-family: 'Lucida Sans Unicode', Tahoma, Lucida, sans-serif ;
     font-size  : 0.6em ;
     /*background : #FFFFFF ;*/
     color      : #0077FF;
     text-align : center; }

H6 { font-family: 'Lucida Sans Unicode', Tahoma, Lucida, sans-serif ;
     font-size  : 0.5em ;
     /*background : #FFFFFF ;*/
     color      : #0077FF;
     text-align : center; }

P.title { font-family: 'Lucida Sans Unicode', Tahoma, Lucida, sans-serif ;
          font-size  : .98em ;
          text-align : left; }

SPAN.title { font-size  : 1.8em ;
             font-weight : bold; }


SPAN.emph    { font-size : 1.08em;
               font-weight : bold; }

SPAN.unemph { font-size : .74em; }


SPAN.smaller { font-size : .74em; }

.small   { font-size : .5em; }

SPAN.info    { color: yellow ; background: green; }
SPAN.warning { color: black ;  background: yellow; }
SPAN.error   { color: black ;  background: red; }
SPAN.new     { color: yellow ; background: blue; }

/*
a:link { color:#0000ff; }
a:visited { color:#0000ff; }
a:active { color:#ff4040; font-style:italic }
*/
a:link { color: #0077ff; font-weight : bold; }
a:visited { color: #0077ff; font-weight : bold; }
a:active { color:#ff4040; font-weight : bold; }
a:hover { color:#ff4040; font-weight : bold; }

/* "Hide" Anchor border from NS */
A.hidden { background: transparent ;
           color     : #FFFFFF; }

/* Hide image border from IE 4.0 and supposed to work for NS 4.0 but doesn't */
IMG.hidden { border    : 0; }


IMG.middle { vertical-align: middle; }

TD.baseline { vertical-align: baseline; }

TD.top { vertical-align: top; }

DD.indent { text-indent: -1em;
            padding-top:    0.33em;
            padding-left:   0 ;
            padding-right:  0 ;
            padding-bottom: 0.33em; }

DT.toppad {
            padding-top:    0.5em;
            padding-left:   0 ;
            padding-right:  0 ;
            padding-bottom: 0; }

B.pink { background: transparent ;
	 color : #FFAAAA ; }

.tablebg { /*background: #FFFFFF; *//*#DDEEFF*/
           font-size: 0.9em; }

.tablebg2 { /*background: #FFFFFF; *//*#DDEEFF*/
           font-size: 0.9em;
           padding-left: 1em;
          }

.topnav { /* background: #ffffd0; */
          background:  #e0ffe0;
          color: #0077FF;
          font-size: 1em;
          /* font-weight: bold; */
          text-align: center;
        }

/* .datebg { background: #FFFFB0; } */
.datebg { background: #d0FFb0; }