
/* Type selectors */
  body 	{ 
     margin-left: 0%; 
	 margin-top: 0%;
     margin-right: 1%; 
     font-family: Arial, Helvetica, sans-serif; 
     COLOR: black; 
     font-size: 10pt;}

  h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; }  

  UL { font-family: Arial, Helvetica, sans-serif; font-size: 10pt;}  
  
 
  ol { font-family: Arial, Helvetica, sans-serif; font-size: 10pt;}  
 
  p, BLOCKQUOTE { font-family: Arial, Helvetica sans-serif; font-size: 10pt;}
  
  pre { color: green; font-family: monospace;}


/* class selectors: box */

  div.box { 
    	
	padding: 0.5em; 
	border: solid; 
	border-width: thin; 
	border-color: #3366FF; 
	width: 100%; 
	}
  
  .redbox {
	padding: 0.5em; border: solid; border-width: thin; border-color: red; width: 100%; }
	
  .aqmdbluebox {
	padding: 0.5em; border: solid; border-width: thin; border-color: #009bf0 ; width: 100%; }
		
/* class selectors: color */

   .redbold {
	color: #FF0000;
	font-weight: bold;
   }
  
  
  
  
/* class selectors: element-specific */
  
  p.stdcolline {
    text-indent: 0;
    line-height: 1.5em;
    padding-left: 0em;
    border-left: solid;
    border-right: none;
    border-top: none;
    border-bottom: none;
    border-left-width: thin;
    border-color: rgb(255, 255, 255);
  }
 
  p.agendaitem { text-indent: -.25in; margin-left: .25in; }

  p.agendaitem2 { text-indent: -.17in; margin-left: .75in; }
 
  p.stdheadr1 {

    font-size:16px;
	font-weight:bold;
    text-indent: 0;
    line-height: 1.5em;
    padding-left: 0em;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: solid;
    border-bottom-width: thin;
    border-color: rgb(51, 102, 255);
  }
  
  p.stdheadr2 {

    font-size:16px;
	font-weight:bold;
	color: #3333FF;
    text-indent: 0;
    line-height: 1.5em;
    padding-left: 0em;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
  }
 
 
  
 
  #stdpagecontentsV2 { float: left; width: 44%; margin: 1em 3%;  }
  #stdpagecontentsV2 ul {  font: 75%/110%; margin-top: 0; margin-bottom: 1em; }
   #stdpagecontentsV2 h5 { margin-bottom: 0;}
 
  #stdpagelinksV2 { float: left; width: 40%; margin: 1em 3%; }
  #stdpagelinksV2 ul {  font: 75%/110%; margin-top: 0; margin-bottom: 1em; }
   #stdpagelinksV2 h5 { margin-bottom: 0;}
  
  



  p.stdpagecontents1 {

    font-size:14px;
	font-weight:bold;
    text-indent: 0;
    line-height: 1.5em;
    padding-left: 0em;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: solid;
    border-bottom-width: thin;
    border-color: rgb(51, 102, 255);
  }
  p.stdhead {

    text-indent: 0;
    line-height: 1.5em;
    padding-left: 0em;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: solid;
    border-bottom-width: thin;
    border-color: rgb(51, 102, 255);
  }

  p.stdpara {
   margin-left: .5em;
  }


p.homeheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	margin-left: .2em;
}  
  p.hometext {font-size: 10pt; font-family: Arial, Helvetica, sans-serif; margin-left: .7em;
}

 p.stdbacktop {
    font-size:10px;
    text-indent: 0;
    line-height: 1.5em;
    padding-left: 0em;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: solid;
    border-bottom-width: thin;
    border-color: rgb(51, 102, 255);
  }

/* class selectors misc */  
    
  
  .xxsmallArial {font-size: xx-small; font-family: Arial, Helvetica, sans-serif; }
 
 
  .genindent { text-indent: -.60in; margin-left: .50in;  }
  
  .hang { text-indent: -3em; margin-left: 3em; }

  
  .size2 {
  font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
  }
  
  
/* greys */

.grey111111 {color:#111111;}


.pageheadergrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color:#111111;
	margin-left: .2em;
}  
.pagetextgrey {
  font-size: 10pt;
  color:#222222; 
  font-family: Arial, Helvetica, sans-serif; 
  margin-left: .7em;
}

/* pseudo-element selectors */

 a:hover { color: #FF6600} 