/* Color codes used:  #393939; Grey, #FF6600 Orange;  */
P {
     font-size: 10pt;
     font-family: "Arial", "sans-serif"} /* first try Arial, then sans-serif */
br {
     font-size: 10pt;
     font-family: "Arial", "sans-serif"} /* first try Arial, then sans-serif */
/* this rule turns H1, H2 and H3 blocks Navy Blue */
H1, H2, H3, {
     color: #393939;
     font-family: "Arial", "sans-serif"}
KBD, SAMP {
     font-size: 10pt;
     font-family: Courier New; 
     font-weight: bold }
.instruct {
     font-family: Courier New; 
     text-transform: uppercase; 
     color: #393939;
     font-weight: bold }
.sethilite { 
     background-color: #FF6600; 
     border: 1px solid #393939; 
     padding: 1px 1px 1px 1px ;
     font-size: 8pt;
     color: #FFFFFF;
     font-family: "Arial", "sans-serif"; }
.setbluhilite { 
     background-color: #393939; 
     border: 1px solid #FF6600; 
     padding: 1px 1px 1px 1px ;
     font-size: 8pt;
     color: #FFFFFF;
     font-family: "Arial", "sans-serif"; }     
.sethilitenorm { 
     background-color: #FF6600; 
     border: 1px solid #393939; 
     padding: 1px 1px 1px 1px ;
     font-size: 10pt;
     font-weight: bold;
     color: #FFFFFF;
     font-family: "Arial", "sans-serif"; }
.rev {
     font-size: 10pt;
     font-weight: bold;
     color: #FFFFFF;
     background-color: #393939;
     font-family: "Arial", "sans-serif"}
.smbw {
     font-size: 8pt;
     font-weight: bold;
     color: #FFFFFF;
     background-color: #393939;
     font-family: "Arial", "sans-serif"}     
      
.txtbox { 
     border: 1px solid #000000; 
     padding: 1px 1px 1px 1px }
.otxtbox { 
     border: 1px solid #FF6600; 
     padding: 1px 1px 1px 1px }
.scrnmsg {
     font-size: 10pt;
     font-family: "Arial", "sans-serif"
     font-style: italic;
     font-weight: bold }
      
.ind2 {text-indent: .2in;}
.less {text-indent: -.2in;}
.tab {text-indent:  .5in;}
br.tab {text-indent:  .5in;}
BLOCKQUOTE      {
     font-size: 10pt;
     font-family: "Arial", "sans-serif";
     margin-left: 40px; margin-right: 50px }
S, STRIKE, DEL  {text-decoration: line-through }
LI              {list-style-type: none;
                 font-size: 10pt;
                 font-family: "Arial", "sans-serif";
                 margin-right: 50px} 
     
     
.smnav   {
     text-align: right;
     font-size: 8pt;
     color: #393939;
     font-family: "Arial", "sans-serif"}

/* ok */
a {
	font-family: arial;
	font-size: 13px;
	font-weight: 900;
	color: #393939;
	}
	
a:visited {
	font-family: arial;
	font-size: 13px;
	font-weight: 900;
	color: #393939;
	}

a:hover {
	font-family: arial;
	font-size: 13px;
	font-weight: 900;
	color: #C2C2C2;
	}	

/* Orange links, Blue Anchor  */
a.nav   {
     text-align: right;
     font-size: 8pt;
     color: #393939;
     font-family: "Arial", "sans-serif"}

a.onav:hover   {
     text-align: right;
     font-size: 8pt;
     color: #C2C2C2;
     font-family: "Arial", "sans-serif"}

a.onav:link    {
     text-align: right;
     font-size: 8pt;
     color: #393939;
     font-family: "Arial", "sans-serif"}

a.onav:visited {
     text-align: right;
     font-size: 8pt;
     color: #393939;
     font-family: "Arial", "sans-serif"}

a.oanchor {
    color:           #393939;
    font-weight:     bold;
    text-decoration: none;
    font-size: 10pt;
    font-family: "Arial", "sans-serif" }

/* grey Links, grey anchor, grey visited, lt grey hover */
/* ok */
a.bnav   {
     font-size: 8pt;
     color: #393939;
     font-family: "Arial", "sans-serif"}
a.bnav:link    {
     font-size: 8pt;
     color: #393939;
     font-family: "Arial", "sans-serif"}
a.bnav:visited {
     font-size: 8pt;
     color: #393939;
     font-family: "Arial", "sans-serif"}
a.bnav:hover   {
     font-size: 8pt;
     color: #C2C2C2;
     font-family: "Arial", "sans-serif"}
     
a.banchor {
    color:           #393939;
    font-weight:     bold;
    text-decoration: none;
    font-size: 10pt;
    cursor: default;
    font-family: "Arial", "sans-serif"}

/* Reverse colors, White Links, white anchor, white visited */
a.wnav   {
     font-size: 8pt;
     color: #393939;
     font-family: "Arial", "sans-serif"}
a.wnav:hover   {
     font-size: 8pt;
     color: #393939;
     font-family: "Arial", "sans-serif"}
a.wnav:link    {
     font-size: 8pt;
     color: #393939;
     font-family: "Arial", "sans-serif"}
a.wnav:visited {
     font-size: 8pt;
     color: #393939;
     font-family: "Arial", "sans-serif"}
a.wanchor {
    color:           #393939;
    font-weight:     bold;
    text-decoration: none;
    font-size: 10pt;
    cursor: default;
    font-family: "Arial", "sans-serif"}


/* white Links, white anchor, white visited - use with setbluhilite above */
a.wnav   {
     font-size: 8pt;
     color: #FFFFFF;
     font-family: "Arial", "sans-serif"}
a.wnav:hover   {
     font-size: 8pt;
     color: #FFFFFF;
     font-family: "Arial", "sans-serif"}
a.wnav:link    {
     font-size: 8pt;
     color: #FFFFFF;
     font-family: "Arial", "sans-serif"}
a.wnav:visited {
     font-size: 8pt;
     color: #FFFFFF;
     font-family: "Arial", "sans-serif"}
a.wanchor {
    color:           #FFFFFF;
    font-weight:     bold;
    text-decoration: none;
    font-size: 10pt;
    cursor: default;
    font-family: "Arial", "sans-serif"}
    
/* Blue Links, Blue anchor, Orange visited */
a.bbnav   {
     font-size: 10pt;
     color: #393939;
     font-family: "Arial", "sans-serif"}
a.bbnav:hover   {
     font-size: 10pt;
     color: #393939;
     font-family: "Arial", "sans-serif"}
a.bbnav:link    {
     font-size: 10pt;
     color: #393939;
     font-family: "Arial", "sans-serif"}
a.bbnav:visited {
     font-size: 10pt;
     color: #393939;
     font-family: "Arial", "sans-serif"}
a.bbanchor {
    color:           #393939;
    font-weight:     bold;
    text-decoration: none;
    font-size: 10pt;
    cursor: default;
    font-family: "Arial", "sans-serif"}


     