/*	---------------------------------------------------------------
	These styles are basic formatting that older browsers can
	understand, most are overwritten in (structure.css) the 
	structural stylesheet.
	------------------------------------------------------------ */

/*	General rules to cover any font-family inheritance bugs. 
	and global whitespace reset. */
	
*	{	 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	margin: 0; 
	padding: 0;
	}	
	
body {
	background-color: #fff;
	padding: 0; /* Adds 50px space to bottom edge of page */
	margin: -10px; /* Eliminates early NN margin issue */
	text-align: center; /* For IE5 */
	}

body, div, table, th, tr, td, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:85.5%;
	
	}	

/*	Adds 1em bottom margin to all block text elements*/	
h1, h2, h3, h4, h5, h6, blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
	/*	Adds 1em bottom margin to all block text elements*/	
h1, h2, h3, h4, h5, h6, p, dl, blockquote {
	margin: 0 0 1em 0;
	}
		
/*	Removes space after form elements. 
form { 
	display: inline;	
	
	}*/ 

/*	Removes margin/padding around form elements. 
input, select, textarea { font-size: 10px; }
 */
/*	Removes borders from images.*/
img { border: none; padding-right:4px; } 

/*	Makes sure both are presented correctly */	
strong, b { font-weight: bold; }

