html, body, p, div, img, form, h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	
	outline: 0;
	padding: 0;
	margin: 0;
}
div, p, td {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	line-height: 150%;
	color: #444;
	font-weight: 400;
}
/*

* {
	font-size: 100%;
	
	outline: 0;
	padding: 0;
	margin: 0;
}*/
body {
	-webkit-text-size-adjust: none;
	padding: 0;
	margin: 0;
}
select, input[type='text'], input[type='password'], input[type='checkbox'] {
    -webkit-appearance: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
select, input {
    -webkit-appearance: none;
}
.divclear {
	clear: both;
}
#navBase h3 {
	color: #fff;
}