/* TYPOGRAPHY - Screen
	All redefined HTML elements also belong on this page.
*/

/* Set site font style here */
	
/* Standardize white space between browsers */

/* HEADINGS */
h1 
	{
	font-size: 2em;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
	}
h2 	{
	font-size: 1.5em;
    line-height: 1.5em;
	margin: 0 0 0.5em 0;
	}
h3 	{
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
	}
h4 	{
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	}
h5 	{
	font-size: 1.0em;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	}
h6 	{
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
	}
	
/* HTML Tags */
a 
	{
	text-decoration: none;
	} 
a:hover 
	{
	text-decoration: underline;
	}     	
	
blockquote 
	{
	border-left:25px;
	margin-left:25px;
	}
		
code 
	{
    font-family: "Courier New", Courier, monospace;
    white-space: pre;
    }
			
em, i 
	{
	font-style:italic;
	}		
	
		
img 
	{
	border: 0;
	}	
	
p
	{
	line-height:1.4em;		/* space between lines */
	margin: 0 0 1.25em 0;	/* space between paragraphs */
	}	
	
pre 
	{
	font-family: monospace;
	}
	
select option {
		/*padding: .1em; Fix Firefox issue */	
	}	
	
strong, b 
	{
	font-weight: bold;
	}