/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
}
#pagecontrol {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
} 
p, pre, blockquote, h1, h2, h3, h4, h5, h6, ul, ol, dl, div, span {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
ul, ol {
	list-style-position:inside;
}
.ie7float { /* ie7 fix for vanishing floats */ 
	min-height: 0px;
} 
.imageblock0 {
	margin: 0px auto;
	padding: 0px;
	border:none;
	display: block;
	visibility: visible;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.justify {
	text-align: justify;
}
