/* Links */
a:link {color:#1E8281}
a:visited {color:#8662E6;}
a:hover {color:#6BCCCB; 
  cursor: hand;
  }
a:active {color:#984EDC;}


  
/* Body and Scrollbars */  
body {
  background-color: #000000;
    scrollbar-face-color: #000000;
	scrollbar-highlight-color: #6bcccb;
	scrollbar-3dlight-color: #8662E6;
	scrollbar-shadow-color: #6bcccb; 
 	scrollbar-darkshadow-color: #8662E6;
	scrollbar-track-color: #000000; 
	scrollbar-arrow-color: #1E8281;
  cursor: url(images/crosstrans.cur);
  margin: 30px;
  font-family: arial, "san serif";
  }

 
/* Horizontal Rule */

hr {width: 50%;
  color: #1E8281;
  }


/* Text - Main */ 
.tx, .txc, .txl, .txr
  {color: #3E6BDF;
  font-size: 11pt;
  align: center;
  line-height: 14pt;
  }
.txc {  text-align: center}   
.txl {  text-align: left}
.txr {  text-align: right}  

.txlg
  {color: #3E6BDF;
  font-size: 12pt;
  align: center;
  line-height: 15pt;
  }

.sc 
  {color: #1E8281;
  font-family: arial, "sans serif";
  font-size: 9pt;
  align: center;
  }
.large
 {font-size: 15pt;
 }  
  
/* Text - Green ("Text" page for slide show) */  
.txg 
  {color: #1e8281;
  font-size: 14pt;
  font-weight: bold;
  text-align: left;
  } 

/* References ("Text" page for slide show) */  
.ref
  {color: #1e8281;
  font-size: 11pt;
  text-align: right;
  }
 
/* Control width for text of Slide Show */
.sswidth 
  {width: 300px}
  
  
/* Alignment for sample sites */
.sites {
  align: left;
  text-align: left;
   }

.ctr {
  align: center;
  text-align: center;
  width: 250px;
  padding-left: 10px;
  padding-right: 10px;
  }
   
