/* HTML Selectors */

* {
	font-family: Helvetica, Arial, sans-serif;
	
	font-size: 12px;
}

body {
	padding: 0px;
	color: #808080;
	font-size: 12px;
	line-height: 135%;
}

p {
	line-height: 160%;
}

img {
	border: none;
}



h1 {
	color: #808080;
	font-size: 18px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	}

