/*
	
	Lee Daubney
	Action Memebers : ie-7-styles.css

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


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

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

	* {
	
	font-family: inherit;
	
	}
	
	body { 
	
	font: normal normal 71% Arial, Helvetica, sans-serif; 	
	line-height: 1.15em;
	color: #777; 
	
	}

	input, textarea, select { 
	
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; 
	
	}
	
	p {
	
	padding: 0px;
	
	}

	h1, h2, h3, h4 {
	
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1em;
	
	}
	
	h1 { 
	
	/* height: 30px; - Only if image based */
	
	}
	
	h2 {

	}
	
	h3 { 
	
	}
	
	h4 { 
		
	}
	
	h5 { 
	
	}
	
	h6 { 
		
	}

	a { 
			
	text-decoration: none;
	outline: none;
	color: #265280;
		
	}
	
	a:hover { 
	
	text-decoration: underline;
	
	}
	