h1, h2, h3, h4, h5, h6, th, dt  { font-family: helvetica,arial,sans-serif; }
body, td, tr, table, p, a       { font-family: helvetica,arial,sans-serif,courier; }

p, div, ul, dl, dt, dd, ol, li, blockquote, address        {
        margin-left:    3px;
        margin-right:   3px;
        }
                
a, address, blockquote, body, cite, code, dd, del, dfn,         
div, dl, dt, em, form, input, select, textarea, h1, h2, h3, h4, h5, 
h6, iframe, img, kbd, table, tbody, blink,                 
li, object, ol, p, q, samp, small, span, strong, sub, sup, ul, var,             
applet, big, center, dir, font, hr, menu,          
abbr, acronym, bdo, button, fieldset, ins, label        {       
        word-spacing:   normal;
        letter-spacing: normal;
        text-transform: none;
        text-decoration:        none;
        }       
     
body    {
        margin-top:     1em;
        margin-left:    1%;
        margin-right:   1%;
        margin-bottom:  1em;
        padding-top:    0;
        padding-left:   0;
        padding-right:  0;
        padding-bottom: 0;
        border-top:     0;
        border-left:    0;
        border-bottom:  0;
        border-right:   0;
        width:  auto;
        color:  #000000;
        background:     #ffffff;
        }       
                
em      {       
        font-style:     normal;
        font-weight:    bold;
        }       
                
pre     {       
        color:  #333333;
        font-family:    courier;
	font-size:      80%;
        }       

strong  {       
        color:  #111111;
        font-weight:    bold;
        }       
                
em strong, strong em    {       
        text-transform: uppercase;
        font-style:     normal;
        font-weight:    bolder;
        }       
                
b       {
        font-weight:    bold;
        }
        
i       {
        font-style:     italic;
        }
                
del     {       
        text-decoration:        line-through;
        background:     #fc6;
        }       
                
ins     {       
        text-decoration:        none;
        background:     #9f3;
        }       
                
var, cite, dfn, .note   {       
        font-style:     italic;
        }       
                
address {       
        font-style:     normal;
        letter-spacing: .1em;
	font-size:	80%;
        }       
                
acronym {       
        font-variant:   small-caps;
        letter-spacing: 0.1em;
        }       

h1      {       
	font-size: 180%;
        }       
                
h2      {       
	font-size: 150%;
        }       
                
h3      {       
	font-size: 120%;
        }       
                
h4      {       
	font-size: 100%;
        }       
                
hr      {       
        color:  #000000;
	width:	100%;
	line-height:	1;
	size:	1;
	left;
	noshade;
        }       

col, colgroup, table, tbody     {
        color:	#000000;
        text-decoration:	none;
	text-align:	left;
	vertical-align:	top;
        }       
                
a:link  {       
        text-decoration:        underline;
        font-weight:    normal; 
        color:  #0066ff;
        }       
                
a:visited       {       
        text-decoration:        underline;
        font-weight:    normal;
        color:  #3399ff;
        }       
                
a:active        {       
        text-decoration:        underline;
        font-weight:    normal;
        color:  #ff9999;
        }       
                
a:hover {       
        text-decoration:        underline;
        color:  #9933ff;
        }       
                
a:offsite       {       
        text-decoration:        none;
        font-weight:    normal;
        color:  #3300ff;
        }       


.small	{
	font-size: 80%;
	}

.red	{
	font-size: 110%;
	color: #ff9999;
	}

.banner {
        background-color: #003366; 
        color: #cccccc; 
        font-weight: bold; 
        padding-bottom: 2px; 
        padding-left: 3px; 
        padding-right: 3px; 
        padding-top: 2px;
        }

