/* Cascading Style Sheet, Level 1, for Dadisp.com */
/* Add the following command in the <HEAD> section of your HTML file */
/* <LINK REL=STYLESHEET TYPE="text/css" HREF="/style.css"> */

        a:link    { color : #00f; font-family : "Verdana"; text-decoration:none;font-weight:normal;}
        a:active  { color : #F00; font-family : "verdana"; text-decoration:none;font-weight:normal;}
        a:visited { color : #F20; font-family : "verdana"; text-decoration:none;font-weight:normal;}
        a:hover   { color : #A00; font-family : "verdana"; text-decoration:underline;font-weight:normal;}


/* popup dhtml definitions */
body {
	overflow:auto;
	margin-left:0.5in;
	margin-right:0.5in;
}

.popper
{
  position : absolute;
  visibility : hidden;
}

/* big title italic  for serif */
#p1, #p1 A {color: #000; font: italic 30px/1 "Arial"  }
/* bold italic company names serif */
#p3, #p3 A {color: #000; font: italic 16px/1 "Arial" }
/* Title italic   sans serif */
#p2, #p2 A {color: #000; font: italic  30px/1 "verdana" }
/* bold italic Corporate /management  names serif */
#p4, #p4 A {color: #000; font: bold 18px/1 "arial" }
/* all gold  title italic  for serif */
#em, #em A {color: #000; font: italic 25px/1 "Arial"  }
/* note rgb hex required for some browsers like Opera */
/* page top gold titling should be h1 */
H1 {
        color:#000;
        font-family: Arial,Helvetica,Geneva;
        font-size: 18pt;
        font-weight: normal
}

/* Subtitle in smaller text gold.... assign that to h2 tag */

H2 {
        color:#000;
        font-family: Arial,Helvetica,Geneva;
        font-size: 14pt;
        font-weight: bold
}

H3 {
        color: #a00;
        font-family: Arial,Helvetica,Geneva;
        font-size: 11pt;
        font-weight: bold;
}
/* page top accentuated paragraphs only */
H4 {
        color: #000;
        font-family: Arial,Helvetica,Geneva;
        font-size: 11pt;
        font-weight: normal;
}
/* standard body text should be h5 */
H5 {
        color: #000;
        font-family: Arial,Helvetica,Geneva,Tahoma;
        font-size: 10pt;
                font-weight: normal;
}

H6 {
        color: #000;
        font-family: Arial,Helvetica,Geneva;
        font-size: 10pt;
	font-weight: normal;
}
EM {
        color: #000;
        font-family: Arial,serif;
	font: italic;
        font-size: 10pt;
        font-weight: normal;
}


P {
        color: #000;
        font-family: Arial,Helvetica,Geneva;
        font-size: 10pt
}

TD {
        color: #000;
        font-family: Arial,Helvetica,Geneva;
        font-size: 10pt
}

LI {
        color: #000;
        font-family: Arial,Helvetica,Geneva;
        font-size: 10pt
}

UL {
        color: #000;
        font-family: Arial,Helvetica,Geneva;
        font-size: 10pt
}


PRE {
        margin-top: -15pt
}

PRE.indent {
        margin-top: -6pt
}

CAPTION {
        color: #222;
        font-family: Arial,Helvetica,Geneva;
        font-size: 9pt;
        font-weight: bold
}

DT {
        color: #000;
        font-family: Arial,Helvetica,Geneva;
        font-size: 10pt
}

TH {
        color: #000;
        font-family: Arial,Helvetica,Geneva;
        font-size: 14pt;
        font-weight: bold
}

