body {
	margin: 0;
	padding: 0;
	font-family: Arial, helvetica, verdana, sans-serif;
	color: #000;
	font-size: 100%;
	}
	
/*typography*/
a {	
	}

A:visited {
}
	
A:active {
}

A:hover {
}
	
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6	{
		font-family: Arial, helvetica, verdana, sans-serif;
		}
	
p	{
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
 	font-size: .9em;
	line-height: 1.3;
	}
	

li	{
	text-align: left;
 	font-size: .9em;
	}
	
td	{
 	font-size: .9em;
	}
	
h1 {
	font-size: 1.8em;
	font-weight: bold;
	}
	
h2 {
	font-size: 1.5em;
	font-weight: bold;
	}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	}
h4 {
	font-size: 1.0em;
	font-weight: bold;
	}
h5 {
	font-size: 0.9em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	font-weight: bold;
	}
	

