.main {
	font-size: 9pt;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-weight: normal
}
.header_blue {  
	font-size: 14pt;
	color: #6697C3;
	font-family: Arial;
	font-weight: bold
}
.header_orange {  
	font-size: 14pt;
	color: #F29C07;
	font-family: Arial;
	font-weight: bold
}
.menu_blue {
	font-size: 11pt;
	color: #6697C3;
	font-family: Arial;
	font-weight: bolder
}
.link_blue {
	color: #5283AF;
	text-decoration : none;
}
.link_gray {
	color: #D9DDE1;
	text-decoration : none;
}
.callout {
      color: 002F58;
      font-family: courier new;
      font-weight: bold;
      font-size: 14pt;
      padding: 6;
}