/*
 * $RCSfile: typography.css,v $
 * $Source: /cvs/vintenradamecweb-dev/typography.css,v $, $Revision: 1.11 $, $Date: 2008/04/08 09:14:17 $, $State: Exp $ 
 */
/*
	
	Black Pig Ltd
	Sepura Development : typography.css

------------------------------------------------------------------------------------------------- */


/* Hide Layout From NS4 & Earlier Browsers by Importing Other Stylesheets 
------------------------------------------------------------------------------------------------- */
	
	@import "layout.css";


/* Typography Styles
------------------------------------------------------------------------------------------------- */

	* {
	
	font-family: inherit;
	
	}
	
	body { 
	
	font: normal normal 76% Arial, Helvetica, sans-serif; 
	color: #333; 
	line-height: 1.4em; 
	
	}

	input, textarea, select { 
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; 
	
	}
	
	p {
		font-family: Arial, Helvetica, sans-serif;
	}

	h1, h2, h3, h4 {
	
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	
	}
	
	h1 { 
	
	}
	
	h2 {
	
	color: #777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;

	
	}
	
	body.home h2 { 

	color: #0069b3;
	font-size: 1.15em;
	font-weight: normal;

	}
	
	h3 { 
	
	padding: 10px 10px 0 10px;
	background: #f7f7f7;
	color: #777;
	font-size: 1em;
	
	}
	
	h4 { 
	
	color: #999;
	font-size: 1em;
		
	}
	
	h5 { 
		
	}
	
	h6 { 
		
	}

	a { 
		
	color: #006ac0;	
	text-decoration: none;
	outline: none !important;
		
	}
	
	a:hover { 
	
	color: #006ac0;
	text-decoration: underline;
	outline: none !important;
	}
	
div#main-section-expandheight div#content div#left-col h1{
	text-indent: -30000px;
	margin: 10px 20px 0 10px;
	padding: 0;
	clear: both;
}
