* {
	margin: 0px;
	padding: 0px;
	background-position: left top;
	background-repeat: repeat;
}
ul, ol {
	padding-left: 30px;
}
table {
	margin: auto;
	border-collapse: collapse;
}
html, body {
	height: 100%;
	width: 100%;
}
body {
	text-align: left;
	background: #fff;
	color: #000;
	font-size: 12px;
	font-family: sans-serif;
}
textarea, select, input {
	border: 0px none;
	color: #000;
	margin: 2px;
}
textarea {
	vertical-align: top;
}
textarea, select, input[type="text"], input[type="tel"], input[type="number"], input[type="password"], input[type="submit"], input[type="button"] {
	background: #fff;
	border: 1px solid #aaa;
}
p {
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}
hr {
	background: none;
	height: 0px;
	border: 0px none;
	border-bottom: 1px solid #9ea0a2;
	margin: 4px 5px;
}
h1, h2, h3, h4 {
	text-align: inherit;
	font-weight: bold;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
a {
	color: #002565;
	text-decoration: underline;
}
a:hover {
	color: #004777;
}
th {
	font-weight: bold;
}

.width-fixed {
	margin-left: auto;
	margin-right: auto;
}
.width-full {
	margin-left: 0px;
	margin-right: 0px;
	width: auto;
}
.center {
	width: auto;
	text-align: center;
}
.mono {
	width: auto;
	text-align: left;
	white-space: pre;
	font-family: 'Liberation Mono', 'DejaVu Sans Mono', 'Monospace', 'Vera Sans Mono', monospace;
}
.nowrap {
	white-space: nowrap;
}
.clear {
	clear: both;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
