/*
 * Style Sheet Definitions for B2.6 Homepage
 */

/*************************************
 * setup BODY tag
 */
 
BODY             { background-color:#800000; 
                   margin:8pt ; 
                 }

/*************************************
 * Setup link color
 */
 
a:link { font-weight:bold; color:#FFE401; text-decoration:none; }       
a:visited { font-weight:bold; color:#FFE401; text-decoration:none; }  
a:focus{ font-weight:bold; color:#FFFFFF; text-decoration:underline; }  
a:hover { font-weight:bold; color:#FFFFFF; text-decoration:none; }     
a:active { font-weight:bold; color:lime; text-decoration:underline; }


/*************************************
 * setup font for standard tags
 *
 * Font names are parsed from first to last until the
 * name can be resolved. The font "sans-serif" is
 * available for any browser.
 */
 
BODY,H1,H2,H3,TH,TD,UL,OL,LI,P,DIV,A,B,STRONG,I,CITE
                 { font-family:Arial,Verdana,Times,sans-serif;
                   font-size:12pt ;
                 }

/*************************************
 * setup fixed font for CODE/PRE/TTY tags at any level
 *
 * Font names are parsed from first to last until the
 * name can be resolved. The font "sans-serif" is
 * available for any browser.
 */
 
CODE,PRE,TT      { font-family:Arial,Verdana,Times'Courier New',Courier,monospace; }
                 
/*************************************
 * setup header tags
 */
 
H1               { font-style:normal ;
                   font-size:150% ; 
                   text-align:center ;
                   margin-top:6pt ;
		   color:#003573;
/*		   color:#09005c; */
                 }
                  

H2               { font-size:125% ; 
                   font-style:italic ;
                   text-align:center ;
                 }

H3               { font-size:100% ; 
                   font-style:italic ;
                   text-align:center ;
                 }

/*************************************
 * setup color for TT tag
 *
 * this is used for filenames and commands
 */

TT               { color:#5599FF ;
                 }

/*************************************

 * setup misc tags
 */

DIV              { margin-top:12pt ;
                   margin-bottom:12pt ;
                 }

TD               { vertical-align:top ; 
                 }

STRONG,B         { font-weight:bold ;
                 }

I                { font-style:italic ;
                 }

SUP              { font-size:65% ;
                 }

SUB              { font-size:65% ;
                 }
/*************************************
 * setup special class for DIV tag
 *
 * this is used for list of topics below of headers
 */
 
DIV.topic-list   { margin-top:4pt ;
                   margin-bottom:4pt ;
                 }

DIV.topic-list A CODE TT { 
                   font-size:80% ;
                   font-weight:bold ;  
                 }
                            
/*************************************
 * setup special class for DIV tag
 *
 * this is used for dialogs to show different colors
 */
 
DIV.dialog-black { margin-top:3pt ;
                   margin-bottom:3pt ;
                   color:black ;
                 }

DIV.dialog-blue  { margin-top:3pt ;
                   margin-bottom:3pt ;
                   color:blue ;
                 }


         
/*************************************
 * setup special class for TD tag
 *
 * this is used for topics referenced by "topic-list"
 */
 
TD.topic         { background-color:lightgrey ;
                   font-size:125% ;
                   font-style:italic ;
                   font-weight:bold ;
		   color:#003573;
                 }
TD.cyan          { background-color:#00FFFF ;
                 }               
TD.yellow        { background-color:#FFFF00 ;
                 }
TD.green         { background-color:#00FF00 ;
                 }
TD.grey          { background-color:#CCCCCC ;
                 }
/*************************************
 * setup special class for UL tag
 *
 * this is used for lists having space between items
 */
 
UL.space         { font-weight:normal ;
                 }

UL.space DIV     { font-weight:normal ;
                   margin-top:12pt ;
                   margin-bottom:12pt ;
                 }
                 
/*************************************
 * setup special class for OL tag
 *
 * this is used for lists having space between items
 */
 
OL.space         { font-weight:normal ;
                 }

OL.space DIV     { font-weight:normal ;
                   margin-top:12pt ;
                   margin-bottom:12pt ;
                 }
                                  
/*************************************
 * setup special class for DIV tag
 *
 * this is used for signature at bottom of page
 */
 
DIV.signature    { margin-top:1pt ;
                   font-size:60% ;
                   text-align:left ; 
                 }
                 
/*************************************
 * setup special class for DIV tag
 *
 * this is used for mail link in signature
 */
 
DIV.sigmail      {
                   font-size:60% ;
                   text-align:left ; 
                 }


