/* Cascading Style Sheet, Level 1, for OneReporter.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 : #123 ; font-family : "verdana"; text-decoration:none;}
        a:active  { color : #521; font-family : "verdana"; text-decoration:none;}
        a:visited  { color :#234; font-family : "verdana"; text-decoration:none;}
        a:hover   { color :#ffffff; font-family : "verdana"; text-decoration:None;background: #2277aa;}

	DIV.clTop {position:absolute; width:160}
	DIV.clSub {position:absolute; left:10; width:150}

	#divCont {position:relative; left:10; top:30; height:500; width:150; visibility:hidden}


	A.clMain {font-family: Verdana, Helvetica, Helv; font-size:14px; text-decoration:none; font-weight:bold; color:#000000}
	A.clSubb {font-family: Verdana, Helvetica, Helv; font-size:10px; text-decoration:none; color:navy}

	#divMain {position:absolute}
/* small title sans serif */
#p0, #p0 A {color: #000; font: bold 8px/1 "Arial"  }
/* big title italic  for serif */
#p1, #p1 A {color: #000; font: italic 30px/1 "Times New Roman"  }
/* bold italic company names serif */
#p3, #p3 A {color: #136; font: italic 16px/1 "Times New Roman" }
/* Title italic   sans serif */
#p2, #p2 A {color: #000; font: italic  30px/1 "verdana" }
/* bold italic Corporate /management  names serif */
#p4, #p4 A {color: navy; font: bold 18px/1 "arial" }
/* all gold  title italic  for serif */
#em, #em A {color: #000; font: italic 25px/1 "Times New Roman"  }
/* note rgb hex required for some browsers like Opera */

BODY          {scrollbar-face-color: #272A2F; scrollbar-shadow-color: #1B1E25; scrollbar-highlight-color: #cccccc;
                scrollbar-3dlight-color: #272A2F; scrollbar-darkshadow-color: #1B1E25; scrollbar-track-color: #90a0b0;
                scrollbar-arrow-color: #8090ff; font-family: Verdana}
.es {  cursor: crosshair}



/* page top gold titling should be h1 */
H1 {
        color:gold;
        font-family: Arial,Helvetica,Geneva;
        font-size: 24pt;
        font-weight: bold
}

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

H2 {
        color:#421;
        font-family: Arial,Helvetica,Geneva;
        font-size: 16pt;
        font-weight: bold
}

H3 {
        color: #123;
        font-family: Arial,Helvetica,Geneva;
        font-size: 11pt;
        font-weight: bold;
}
/* page top accentuated paragraphs only */
H4 {
        color: #123;
        font-family: Arial,Helvetica,Geneva;
        font-size: 11pt;
        font-weight: normal;
}
/* standard body text should be h5 */
H5 {
        color: #123;
        font-family: Arial,Helvetica,Geneva,Tahoma;
        font-size: 10pt;
                font-weight: normal;
}

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


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


PRE {
        margin-top: -15pt
}

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

CAPTION {
        color: #000;
        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
}