html {
	font-family: 'Helvetica';
	font-size: 15px;
	text-align: left;
}
header, nav, section, aside, article {display: block}
header {
	position: relative;
	z-index: 4;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
a {
	cursor: pointer;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
input[type=submit],
input[type=button],
button[type=submit],
button, .button{
	cursor: pointer;
}
input[type=submit]:disabled,
input[type=button]:disabled,
button[type=submit]:disabled,
button:disabled, .button:disabled {
	cursor: default;
}
input[type=submit]:focus,
input[type=button]:focus,
button[type=submit]:focus,
button:focus, .button:focus {
	outline: none;
}
input.error, textarea.error {
	border-color: red !important;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
thead, th, thead a, th a {
	font-weight: bold;
}
td, th{
	border: 1px solid #888;
	padding: 3px;
}
table[border] td {border: none}
td p, th p {
	text-indent: 0 !important;
	margin: 0 !important;
}
footer {
	width: 100%;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clr {
	clear: both;
}