/*
	
	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% Verdana, Arial, Helvetica, sans-serif; 
	color: #333; 
	line-height: 1.4em; 
	
	}

	input, textarea, select { 
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em; 
	
	}
	
	p {
	
	padding: 5px 22px 9px 18px;
	font-family: Arial, Helvetica, sans-serif;
	
	}
	
	body.newhome p{
		clear: left;
		text-align: justify;
		padding: 0;
		margin: 0;
		width: 410px;
	}
	
	.tooltip p{
		width: 160px !important;
	}

	h1, h2, h3, h4 {
	
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	
	}
	
	h1 { 
	
	margin-bottom: 8px;
	padding: 12px 10px 12px 20px;
	color: #fff;
	background: #0168b5;
	font-size: 1.8em;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif ;
	}

	h2 {
	
	color: #777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	}
	
	body.home h2 { 

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

	}
	
	body.newhome h2{
		clear: left;
		float: left;
		text-indent: -30000px;
		height: 24px;
		margin-bottom: 21px;	
	}
	
	body.newhome h2.welcome{
		background: url(images/h1-welcome-2.gif) top left no-repeat;
		width: 111px;
	}
	
	body.newhome h2.news{
		background: url(images/h1-news-2.gif) top left no-repeat;
		width: 250px;
	}
	
	h3 { 
	
	padding: 10px 10px 0 10px;
	background: #f7f7f7;
	color: #777;
	font-size: 1em;
	
	}
	
	h4 { 
	
	color: #999;
	font-size: 1em;
		
	}
	
	h5 { 
		
	}
	
	h6 { 
		
	}

	body.newhome a { 
		
	color: #ffffff;	
	text-decoration: none;
	outline: none;
		
	}
	
	body.newhome a:hover { 
	
	color: #93c6eb;
	text-decoration: none;
	
	}

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


	.indent1{
		padding: 0 0 0 10px;
	}
	