
	
	/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
	
	/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
	
			/*End of styles for the edit box*/
	
	/*******************************************************************************
	
	BROWSER HACKS: the hacks below should not be changed unless you are an expert
	
	*******************************************************************************/
	
	/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
	ul.MenuBarHorizontal iframe
	{
		position: absolute;
		z-index: 1010;
	}
	/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
	@media screen, projection
	{
		ul.MenuBarHorizontal li.MenuBarItemIE
		{
			display: inline;
			float: left;
			background-color: #FFF;
		}
	}
	
	

a   {
   color : #004c96;
   font-family : arial, helvetica, verdana;
   text-decoration: none;
}

a:hover   {
   color : #0c68b6;
}


.bodytext { 
   font-family: arial, helvetica, sans-serif;
   font-size: 12px;
   text-decoration: none;
}

.bodysmallgrey {
   font-size: 8pt;
   font-face: arial, helvetica, verdana;
   color: #555555;
   text-decoration: none;
}
   

a.bodysmallgrey {
   font-size: 8pt;
   font-face: arial, helvetica, verdana;
   color: #555555; 
   text-decoration : none;
}

a.bodysmallgrey:hover {
   color: #777777; 
   text-decoration : none;
}

