/* CSS definition file containing sitestyle stylesheets */
BODY { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; 
       font-size: 12px;}
			 
 A:link { font-size: 12px; color: #41741D;}
 A:visited { font-size: 12px; color: #0B2437;}
  A:hover { font-size: 12px; color: #0B2437; 
  background-color: #F1FDE9;}
  A:active { font-size: 12px; color: #0B2437;}

 H1 { font-size: 24px;}
 H2 { font-size: 18px; color: #41741D;}
 P { font-size: 12px;}
 H3 { font-size: 16px; color: #41741D;}
 OL { font-size: 12px;}
 H4 { font-size: 14px; color: #2E0B53;}
 H5 { font-size: 14px;}
 UL { font-size: 12px;}

 
  #nonfooter  {
	padding: 20px;
	z-index: 3;
}
 .hilight {
 	background-color: #F1FDE9;}
 }
 
 .TextNavBar { font-size: 12px;}
 
 .TextObject { font-size: 12px;}
 
 /* CSS definition file containing site wide stylesheets */
.emphasis { font-size: 12px;
            color: #0B2437; 
						font-weight: bold; 
						font-style: italic;}
						
		
.TableHeader { font-size: 14px; 
               color: #0B2437; 
							 font-weight: bold; 
							 font-style: italic; 
							 text-align: center; 
					}
 
 table.crisp {
   margin-left:5px;
	   color: #000000;
	padding: 5px 5px 5px 5px;
  border: 1px solid #000;
	border-collapse: collapse;
	font-size: 12px;
}
 table.crisp th, table.crisp th a:link, table.crisp th a:visited, table.crisp th a:hover, table.crisp th a:active {
	background-color: #B3F683;
	color: #0B2437;
 font-weight: bold; 
 font-size: 14px; 
		font-style: italic; 
		text-align: center;
}
table.crisp td {
	border: 1px;
	border-style: solid;
	border-collapse: collapse; 
}

table.crisp td a:link, table.crisp td a:visited {
   color: #41741D;
} 
table.crisp td  a:hover, table.crisp td a:active{
	background-color: #F1FDE9;
	color: #000000;
}

