/* HTML Defaults and Generics Classes */

* { 
	margin: 0; 
	padding: 0;
}

div,  img {
	behavior: url("/assets/css/iepngfix.htc");
}

body {
	background: #fff;
	font: 75% "droid-sans-1","droid-sans-2", Arial, serif;
	text-align: center;
	color: #4d4d4f;
	}
	h1 {
		font-size: 1em;
	}
	h2 { 
		font-size: 1em;
	}
	h3 { 
		font-size: 1em;
	}
	p { 
		font-size: 1em;
	}
	table { 
		}
		th { 
			font-size: 1em;
			text-align: left;
		}
		td { 
			font-size: 1em;
		}
	ul {
		list-style: none;
		}
		li {
			font-size: 1em;
		}
	a, a:link, a:visited {
		color: #f26531;
		text-decoration: none;
		}
		a:hover {
			text-decoration: underline;
		}
	img {
		border: none;
	}
	form {
		}
		input, select, textarea {
			font: 1em "droid-sans-1","droid-sans-2", Arial, serif;
		}
	.clear {
		clear: both;
	}

	
	
