/* HTML Header Styles */

#htmlHeaderTable
{
	align:left;
}

#globalNav
{
	/*display:block;	*/
	
	white-space:nowrap;
}


#headerBox
{
	/* Box Properties */
	margin-left:17px;
	background-color:none;
	width:432px;
	height:34px;
	
	/* Font Properties */
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	
	
	/**/white-space:nowrap;
	overflow:hidden;
	text-overflow:clip;
	
	
	/* USE @import('style.css') hack to filter out IE for mac */
	
	/* Position Properties 
	position:relative;
	top:9px;
	right:0px;
	z-index:0;*/

}




#subHeaderBox
{
	/* Box Properties */
	margin-left:15px;
	background-color:none;
	width:432px;
	height:18px;
	
	/* Font Properties */
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	
	/* Position Properties */
	position:relative;
	top:0px;
	right:0px;
	z-index:0;
	
	/* Filters 
	filter:blur(add=0, direction=135, strength=1);
	*/
	

}


