/* Links */
a:link {
  color: #blue;
  }
a:visited {
  color: #purple;
  }
a:hover {
  color: #green;
  cursor: hand;
  }
a:active {
  color:red;
  } 


  
/* Body and Scrollbars */  
body {
  background-color: #ffffff;
  margin: 20px;
  font-family: verdana, arial, "sans serif";
  }

/* Main Table - controls maximum width */
.main {
  background-color: #ffffff;
  width: 665px;
  vertical-align: top;
  }

.statsl, .statsc, .statsr {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #ababab;
  border-bottom: 1px solid #ababab;
  padding: 10px;
  color: black;
  font-size: 10pt;
  }  
.statsl  {
  text-align: left;
  }
.statsc  {
  text-align: center;
  }
.statsr  {
  text-align: right;
  }  



/* Lines */
hr {
  color: black;
  text-align: center;
  height: 1px;
  }
  
/* Vertical line */  
.vline {
  background-image: URL(../images/vline.jpg);
  background-repeat: repeat-y;
  background-position: 50%;
  width: 20px;
  }  
  
 
/* Text */ 
 
.tx, .txr, .txl, .stats {
  color: black;
  font-size: 10pt;
  text-align: center;
  font-weight: normal;
  line-height: 1.3;
  }
.txr {  text-align: right}
.txl {  text-align: left} 

/* Small text */
.tx8, .txr8, .txl8 {
  color: black;
  font-size: 8pt;
  font-weight: normal;
  line-height: 1.3;
  } 
.tx8  {  text-align: center}  
.txr8 {  text-align: right}
.txl8 {  text-align: left}

/* Headlines */
.head {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 125%;
  }
  
.head2 {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  line-height: 125%;
  }
  
/* Logo/address */
.addr {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  color: black;
  }
  
 
/* Menu text */
.menu1, .menu2 {
  font-size: 8pt;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  padding-left: 10px;
  width: 138px;
  height: 47px;
  }
.menu1 {  padding-top: 10px;}
.menu2 {  padding-top: 4px;}


/* Text colors */
.red {
  color: red;
  }
  
.color1 {
  color: #207FEA;
  }  

  

/* Set menu width */ 
.menu {
  width: 150px;
  vertical-align: top;
  }    

  
  

/* List Items */
 
.m {
  list-style: disc outside none;
  color: black;
  font-size: 10pt;
  text-align: left;
  font-weight: normal;
  line-height: 12pt;
  margin-bottom: 4px;}
  
  
