.OCAAT_page{
  background-color: #FFFFFF; /* white */
  font-family:Tahoma, sans-serif, Arial; 
  font-size:10pt;  
  color:#006699; /* OCAAT text blue */
  text-align:center; 
  margin-top: 6; 
  margin-bottom: 0; 
  border-collapse:separate; /* in order to be able to specify border width */
  border-spacing:0; /* borders are visible in editor, but not in browser */
}

.OCAAT_main_table {
/*  background-color:#3366CC ; /* 'Ambleside' blue */
  background-color:#006699; /* OCAAT blue */
  text-align:center; 
}

.OCAAT_para {
  font-size:10pt;     
  text-align:justify; 
  margin-top: 4; margin-bottom: 6; 
}

.OCAATnumbered_list_head {
  font-family:Tahoma, sans-serif, Arial;
  font-size: 10pt;
  color:#006699; /* OCAAT text blue */
  font-weight:bold;
  text-align: left; 
  margin-left:10; 
  margin-top:0; margin-bottom:12; /* applies to the list, not individual list items */
  padding-left:12; /* IE needs extra padding otherwise number is clipped */
}
/* IE ignores the '>' child selector - make IE-required settings the default, then modify with '>' for non-IE... */
html>body ol.OCAATnumbered_list_head { 
/*   color:#66FF99;  /* just for testing! */
  padding-left:10;
  margin-left:10; 
}

.OCAAT_para_indent {
  font-size:10pt;     
  text-align:justify; 
  margin-left:0; margin-right: 20;
  margin-top: 4; margin-bottom: 6; 
  font-weight:normal;
}

.OCAAThead_blue {
  font-size:14pt;     
  color:#01A6E6;  /* medium light blue - could use #00B4F0*/
  margin-top:20; margin-bottom:14; 
  font-weight:bold;
}

.OCAAThead_med {
  font-size:12pt;     
  color:#01A6E6;  /* medium light blue - could use #00B4F0*/
  margin-top:14; margin-bottom:14; 
  font-weight:bold;
}

.OCAAThead_small {
  font-size:10pt;     
  color:#006699; /* OCAAT text blue */
  margin-top:14; margin-bottom:14; 
  font-weight:bold;
}

.OCAAT_menu { 
  font-family:Tahoma, sans-serif, Arial; 
  font-size:10pt;  
  text-align:center; 
}

/* formatting for links in menu */
a.OCAAT_link:link {color: #FFFFFF}     /* white - unvisited link */
a.OCAAT_link:visited {color: #FFFFFF}  /* white - visited link */
a.OCAAT_link:hover {color: #FFFF00} /* bright yellow ; font-weight:bold} */
