body {
  font-family: tahoma;
}

.header {
  text-align: center;
  width: 100%;      
  font-family: tahoma;              
  /*color: #666633;*/               
  font-style: italic;               
  font-weight: bold;               
  background-color: #bfce4d;            
}
  
.leftColumn {
  background-color: #CCCC99;
  text-align: center;
  /*  width: 15%; */
}  

.middleColumn {
  background-color: #FFFFFF;
  text-align: left;
  font-size:15px;
  line-height:18px;
}

.rightColumn {
  background-color: #000066; 
  vertical-align: top; 
  color: #FFCC00;
}

.indexRightColumn {
  background-color: #bdce4d; 
  vertical-align: top; 
  color: #000000;
}
    
.emphasis {
  font-weight: bold;
  font-style: italic;
}    
   
.container {
  text-align: center;
  width: 100%;
}

.tips ul
{
	font-size: 9pt;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.tips li
{
	margin-bottom: 10px;
}

.zoneContent li
{
  list-style-position:inside;
}

