@import url("article.css");
@import url("boxes.css");
@import url("boxes2.css");
@import url("menus.css");
@import url("replacements.css");
html, body {height: 100%;}
html, body, div, ul, ol, li, p, h1, h2, h3, h4, h5, h6, hr, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;

}
body {
	line-height: 15px;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

.clearAll {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: 0px;
}
span.print-text
{
display:none;
}

.imageRight {
	clear: none;
	float: right;
}
img.replacement{
}
html,body {
	height: 100%;
	}
img{
border:0;
}
form{
clear:left
}