@charset "UTF-8";

/* --------------------- MISC --------------------- */
html {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #002d56;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 1.6em;
	height: 100%;
	overflow: auto;
	min-width: 1000px;
	min-height: 700px;
}
img {
	border: 0;
}
a {
	text-decoration: underline;
	color: #002d56;
}
a:hover {
	text-decoration: underline;
}
div, form, input, p, img {
	margin: 0; padding: 0;
}
.clear {
	clear: both;
}
