
/*	:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Comparecontracthire.com  Axos Internet 2008  Everything for the Web 0208 398 7772 
	::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


/*	---------------------------------------------------------------
	Basic formatting for older browsers 
	------------------------------------------------------------ */

/*	General rules to cover any font-family inheritance */
	* { font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; }
	
	body {
	font-size: 1em;
	background-color: #fff;
	text-align: center;
	}

	div, table, th, tr, td, h1, h2, h3, h4, h5, h6, p, ul, ol, li, ul ul, ul ul li, dl, dt, dd, blockquote, cite, code, label {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 1em;
	}
		
/*	Removes space after form elements. */ 
	form { 
	display: inline;	
	font-size: 1em;
	}

/*Align table cells top*/	
	table, th, tr, td { vertical-align: top; }	

/*	Remove form element margin/padding */ 
	input, select, textarea { font-size: 11px; }

/*	Removes image borders. */
	img { border: none; }

/*	Emboldening */	
	strong, b { font-weight: bold; }

/*	default - no list-markers*/
	ul, ol { list-style: none; }
