html {
  /* this is a hack to force scrollbars on at 
     all times so that the page does not jump
     when going from short to long pages */
  height: 100%;
  margin-bottom: 1px;
	
}


td { 
				font-family: Arial, Helvetica, sans-serif;
        font-size:16px;				
		
}

ul {
				line-height: 150%;
}

a {
        color: #004A7F;
}



td.maintabletext { 
		
				padding-left:20px;
				padding-right:20px;		
				font-size:14px;		
}