/*
 Cascading style sheet for SC34 web site
 $Id: sc34.css,v 1.2 2006/03/10 14:18:40 G. Ken Holman Exp $
*/

/*============================= Body stuff ==================================*/

.global { font-family: Verdana, Arial, Helvetica, sans-serif;
          font-size: 10pt; line-height:1.3em }

#header { position:fixed;
          width: 100%;
          height: 113;
          top: 0;
          right: 0;
          bottom: auto;
          left: 0; }

#body { position:relative;
        top:113; bottom:auto; right:0; left:0 }

.nostate:link    { color: blue } /* homogenize all same-page links */
.nostate:visited { color: blue }

.timestamp { font-size:8pt; font-weight:bold }

.legend  { line-height:1em }
.legenda { color: blue }

.robots:link    { color:white; font-size:1pt }
.robots:visited { color:white; font-size:1pt }

/*======================== HTML constructs ==================================*/

td { font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 10pt; line-height:1.3em }

th { font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 10pt; line-height:1.3em }

h1 { font-size:18pt; font-weight:bold; line-height:1.1em; margin-right:48pt;
     text-align:center
   }

h2 { font-size:12pt; font-weight:bold; 
     margin-bottom:-12pt; margin-top:18pt; margin-right:48pt
   }

h3 { font-size:11pt; font-weight:bold; 
     margin-bottom:-11pt; margin-top:16.5pt; margin-right:48pt
   }

h4 { font-size:10pt; font-weight:bold; 
     margin-bottom:-10pt; margin-top:15pt; margin-right:48pt
   }

h5 { font-size:10pt; font-weight:bold; 
     margin-bottom:-10pt; margin-top:15pt; margin-right:48pt
   }

h6 { font-size:10pt; font-weight:bold; 
     margin-bottom:-10pt; margin-top:15pt; margin-right:48pt
   }

ul li { list-style-type:disc; margin-top:0pt; margin-bottom:0pt }

p  { margin-top:1em; margin-bottom:0pt }

/*====================== banners and letterhead =============================*/

.bannerTop {  background-color:#f4f4f4
           }

.banner { text-align:center; line-height:1.5em;
        }

.bannerEntry { padding-left:12pt; padding-right:12pt; white-space:nowrap;
               font-style:italic }

/* end of file */