/** Reset **/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ul li {
	list-style-type: none;
}

a img { border: none; }

body {
	background: #fff;
	margin: 0;
	color: #444;
	text-align: left;
	font: 82% Arial, Helvetica, Verdana, sans-serif;
}

input {
	outline: none;
	border: 0;
}

input[type='checkbox'],
input[type='radio'] {
	margin: 0;
	padding: 0;
	width: 13px;
	height: 13px;
}

button {
	padding: 0;
	margin: 0;
	border: 0;
}

a, a:link, a:active, a:visited {
	color: #0673ab;
	text-decoration: none;
	background-color: inherit;
}
a:hover {
	color: #f60;
	text-decoration: underline;
}

a:active {
	outline:none;
}

.clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clear { display: inline-block; }

/* start hack \*/
* html .clear { height: 1%; }

.clear { display: block; }
/* close hack */

h1, h2, h3, h4, h5, h6 {
	font-family:"Trebuchet ms", Times, "Times New Roman", serif;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	color: #f16306;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}
/** End - Reset **/

.offscreen {
	height: 1px;
	left: -9999px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}
