/* body.css */

body, html,
ul, ol, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6,
pre, p, blockquote,
table, tr, th, td,
form, fieldset, input, textarea, select {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 1em;
}
body {
	font-size: 62.5%;
}
body, legend {
	color: #002c5b;
}
img {
	border: 0;
	vertical-align: bottom;
}
a {
	color: #102947;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
div.spacer {
	clear: both;
	height: 0;
	overflow: hidden;
}