* {
	margin: 0px;
	padding: 0px;
	background-position: left top;
	background-repeat: repeat;
}
img {
	border: 0px none;
}
ul, ol {
	padding-left: 30px;
}
table {
	margin: auto;
	border-collapse: collapse;
}
html {
	height: 100%;
	width: 100%;
}
body {
	height: 100%;
	width: 100%;
	text-align: left;
	background: #fff;
	color: #000;
}
body, input, textarea, select, td, th {
	font-size: 12px;
	font-family: 'Verdana', 'Tahoma', 'Arial';
}
textarea, select, input {
	border: 0px none;
	color: #000;
	margin: 2px;
}
textarea, select, input[type="text"], input[type="password"], input[type="text"], input[type="submit"], input[type="button"] {
	background: #fff;
	border: 1px solid #aaa;
}
p {
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}
hr {
	border: 0px none;
	background: none;
	border-bottom: 1px solid #9ea0a2;
	margin-left: 5px;
	margin-right: 5px;
	height: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
}
abbr {
	border-bottom:	1px dotted #808080;
}
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';
}
.nowrap {
	white-space: nowrap;
}
.clear {
	clear: both;
}
