/* TYPOGRAPHY - Screen
	All redefined HTML elements also belong on this page.
*/

/* Set site font style here */
body 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;	
   	}
	
/* Standardize white space between browsers */
* 
	{
	/*padding:0;*/
   	margin:0;
	font-size: 1em;
   	}

	
/**********************************************************
Headings
***********************************************************/
h1 
	{
	font-size: 1.8em;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
	font-weight: 400;
	letter-spacing: .2px;
	}
h2 	{
	font-size: 1.4em;
    	line-height: 1.5em;
	margin: 0 0 0.5em 0;
		font-weight: 400;
	letter-spacing: .2px;
	}
h3 	{
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
	}
h4 	{
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
	}
h5 	{
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
	}
h6 	{
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
	}
	
/**********************************************************
Other HTML Elements
***********************************************************/
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: 0 .5em 0 0;	/* Fix Firefox issue */	
	}	
	
strong, b 
	{
	font-weight: bold;
	}


