/* Cascading Style Sheet, Level 1, for Dave Osoff *//* Add the following command in the <HEAD> section of your HTML file *//* <LINK REL=STYLESHEET TYPE="text/css" HREF="style.css"> */

        a:link    { color:wheat ; font-family : "verdana,helvetica"; text-decoration:none; 
border-bottom: 1px solid #000;
border-top: 1px solid #000;
}

        a:active  { color:white; font-family : "verdana,helvetica"; text-decoration:none; 
border-bottom: 1px solid #f00;
border-top: 1px solid #f00;
}

        a:visited  { 	color: wheat; 	font-family : "verdana,helvetica"; 	text-decoration:none; 
border-bottom: 1px solid #123;
border-top: 1px solid #123;
}

        a:hover   { color:white  ; font-family : "verdana,helvetica"; text-decoration:none; background: #543d21; 
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}

	a.more:link { font-family:Arial; font-size:9pt; color:navy;  padding: 0px 12px 0px 10px ;margin-top: 4px;
} 
a.more:visited { font-family:Arial; font-size:9pt; color:navy;  padding: 0px 12px 0px 10px ;
} 
a.more:active { font-family:Arial; font-size:9pt; color:navy;  padding: 0px 12px 0px 10px ;
} 
a.more:hover { font-family:Arial; font-size:9pt; color:white; background:#112233 ; padding: 0px 12px 0px 10px ;
} 



.bodysm  {
        color: black;
        font-family: Tahoma;
        font-size: 8pt;
                font-weight: normal;
}


.basic  {
        color: black;
        font-family: Arial,Helvetica,Geneva,Tahoma;
        font-size: 9pt;
                font-weight: normal;
}


.title {
        color: #800000;
        font-family: Arial,Helvetica,Geneva;
        font-size: 12pt;
        font-weight: bold;
}


.modcaption  /* modifies background for caption text to reside */
	{
	  font-family:tahoma, sans-serif;
	  color: black;
	  font-size: 10px;
	  font-weight:normal;
	  background-color: #c0c0c0;
	  line-height:140%;
	  padding:2px;
	  margin-top:2px;		
	  border:2px inset #eCf0f8;
	}



/* page top gold titling should be h1 */

H1 {
        color:#E90;
        font-family: Arial,Helvetica,Geneva;
        font-size: 18pt;
        font-weight: bold
}

/* Subtitle in smaller text gold.... assign that to h2 tag */

H2 {
        color:400;
        font-family: georgia;
        font-size: 17pt;
        font-weight: bold       

}

H3 {
        color: #000;
        font-family: Arial,Helvetica,Geneva;
        font-size: 16pt;
        font-weight: bold;
        background-color:#f0f0f0;
}

/* page top accentuated paragraphs only */
H4 {
        color: #B0B0B0;
        font-family: Arial,Helvetica,Geneva;
        font-size: 12pt;
        font-weight: normal;
}
/* standard body text should be h5 */
H5 {
        color: black;
        font-family: Arial,Helvetica,Geneva,Tahoma;
        font-size: 9pt;
                font-weight: normal;
}

H6 {
        color: black;
        font-family: Arial,Helvetica,Geneva;
        font-size: 8pt;
	font-weight: normal;
}
EM {
        color: #E90;
        font-family: Times New Roman,serif;
	font: italic;
        font-size: 11pt;
        font-weight: normal;
}


P {
        color: silver;
        font-family: Arial,Helvetica,Geneva;
        font-size: 9pt
}


PRE {
        margin-top: -15pt
}

PRE.indent {
        margin-top: -6pt
}

CAPTION {
        color: #DDD;
        font-family: Arial,Helvetica,Geneva;
        font-size: 9pt;
        font-weight: bold
}

DT {
        color: #EEE;
        font-family: Arial,Helvetica,Geneva;
        font-size: 10pt
}

TH {
        color: #EEE;
        font-family: Arial,Helvetica,Geneva;
        font-size: 14pt;
        font-weight: bold
}

/* big title italic  for serif */
#p1, #p1 A {color: #EEEEEE; font: italic 30px/1 "Times New Roman"  }
/* bold italic company names serif */
#p3, #p3 A {color: #DDD; font: italic 16px/1 "Times New Roman" }
/* Title italic   sans serif */
#p2, #p2 A {color: #DDDDDD; font: italic  30px/1 "verdana" }
/* bold italic Corporate /management  names serif */
#p4, #p4 A {color: gold; font: bold 18px/1 "arial" }
/* all gold  title italic  for serif */
#em, #em A {color: #E90; font: italic 25px/1 "Times New Roman"  }