/*--  style.css  ----------------------------------------------------------------*/

BODY       { margin:                     0;
             background-image:           url("../images/bluelines.gif");
             scrollbar-arrow-color:      #10167F;
             scrollbar-face-color:       #AFB4D3;
             scrollbar-highlight-color:  #C3C5DF;
             scrollbar-3dlight-color:    #D3D9E7;
             scrollbar-shadow-color:     #5C61A7;
             scrollbar-darkshadow-color: #10167F;
             scrollbar-track-color:      #C3C5DF;
           }
IMG        { border:           0;
           }
TABLE      { border:           0;
             padding:          0;
           }
TD         { font-family:      arial, sans-serif;
             font-size:        10pt;
             font-weight:      normal;
             color:            #000000;
             text-decoration:  none;
           }
TD.office  { color:            #FF8C00;
             text-align:       right;
           }
TD.head    { font-family:      arial, sans-serif;
             font-size:        20pt;
             color:            #FF9600;
             vertical-align:   middle;
           }
TD.headyel { font-family:      arial, sans-serif;
             font-size:        20pt;
             color:            #FF9600;
           }
TD.addr    { text-align:       center;
             font-family:      arial, sans-serif;
             font-size:        10pt;
             font-weight:      bold;
             color:            #008AFF;
           }
TD.bullet  { font-size:        medium;
             font-weight:      bold;
             text-align:       right;
           }
TD.foot    { padding-top:      0.5em;
             padding-right:    0em;
             padding-bottom:   3em;
             padding-left:     0em;
           }
TD.agy     { background-color: #D2D2FF;
           }
TD.key     { background-color: #FFFFB3;
             font-family:      arial, sans-serif;
             font-size:        9pt;
             text-align:       center;
           }
TD.option  { font-family:      arial, sans-serif;
             font-size:        9pt;
             vertical-align:   top;
           }
LI         { margin-top:       5px;
             margin-bottom:    5px;
           }
/*
   For Agencies, preferred margin-top is 0px.
*/
UL         { margin-top:       20px;
             margin-bottom:    20px;
           }
/*
   For Agencies, preferred margin-top is 0px and margin-bottom is 15px.
*/
UL.slim,
P.slim     { margin-top:       8px;
             margin-bottom:    8px;
           }
P.norm     { margin-top:       15px;
             margin-bottom:    15px;
           }
P.head     { margin:           5px 0px 0px 10px;
             font:             bold 10pt arial;
             color:            #000000;
           }
P.bar      { margin:           3px 0px 3px 0px;
             text-align:       center;
           }
PRE,
P.code     { margin-top:       15px;
             margin-right:     15px;
             margin-bottom:    15px;
             margin-left:      20px;
             font:             9pt 'courier new';
           }
.byline    { font-family:      times new roman, serif;
             font-size:        medium;
             font-weight:      bold;
             font-style:       italic;
             line-height:      2em;
             color:            #6699FF;
           }
.tagline   { font-family:      times new roman;
             font-size:        medium;
             font-weight:      bold;
             font-style:       italic;
             line-height:      2em;
             text-align:       center;
             color:            #FF8F00;;
           }
.emph      { font-weight:      bold;
             font-style:       italic;
             color:            #800000;
           }
.blue      { font-weight:      bold;
             color:            #008AFF;
           }
.inset     { margin-top:       15px;
             margin-right:     15px;
             margin-bottom:    15px;
             margin-left:      20px;
           }
.volproj   { margin:           6px 13px 6px 4px;
           }
.menu      { text-decoration:  none;
           }
:link      { color:            "#10167F";        /* United Way blue */
           }
:visited   { color:            "#10167F";        /* United Way blue */
           }
:hover     { color:            "#FE230A";        /* United Way red  */
           }
:active    { color:            "#FF9600";        /* United Way gold */
           }
/*-------------------------------------------------------------------------------*/

