/* CSS Document */
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-size:14px;
	line-height: 1.30;
}
body, button, input, select, textarea {
	font-family:"Times New Roman", Times, serif;
}
#pagecontrol {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}
/* HTML5 display definitions */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
	*display: inline; *zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
	display: none; }
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;
}

