@charset "utf-8";
@import url("layout.css");
@import url("type.css");
@import url("forms.css");
@import url("nav.css");
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, pre, a, em, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, caption {margin:0;padding:0;border:0;line-height:1.2em;text-align:left;}
blockquote {margin:0;}
a img, :link img, :visited img {border: 0;}
ol, ul {list-style: none;}
* { font-size:100%; }
html {height: 100%;}
body {
	text-align:center;
	height:100%;
	font-family: Arial, Verdana, sans-serif;
	font-size:0.8em;
	color:#1d3b6e;
	background-color: #8C8C8C;
	background-image: url(../images/bg-grd.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 100%;
}
div {margin:0 0 0 0; height: auto;}
img {border:0;}
a {text-decoration: none;}
