HTML {
	height:100%;
	margin:0;
	padding:0;
	min-height:100%;
}
BODY {
	height:100%;
	margin:0;
	padding:0;
	min-height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
IMG {
    border: none;
}
A.home, A.home:link, A.home:visited, A.home:active {
	text-decoration: none;
	color: #000000;
}
A.home:hover {
	text-decoration: none;
	border-bottom: #CCCCCC 1px dashed;
	color: #CCCCCC;
}
A.cover, A.cover:link, A.cover:visited, A.cover:active {
	text-decoration: none;
	color: #000000;
}
A.cover:hover {
	text-decoration: none;
	color: #000000;
}
DIV.menuItem {
	font-family: 'Courier New', Courier, mono;
	font-size: smaller;
	line-height: 20px;
	padding-bottom: 0pt;
}
DIV.content {
	font-family: 'Courier New', Courier, mono;
	font-size: smaller;
	text-align: justify;
	overflow: auto;
	height: 480px;
	padding: 10px;
}
DIV.bodyContent {
	margin-bottom: 0px; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 0px; 
	overflow: hidden; 
	position: relative;  
	background: #ffffff; 
	text-align: left; 
	width: 950px; 
	height: 100%; 
	min-height: 100%;
}
DIV.bodyAlign {
	text-align: center;
}
DIV.copyInfo {
	font-family: 'Courier New', Courier, mono;
	font-size: x-small;
	bottom: 0;
	right: 0;
	position: absolute;
	float: right;
	z-index: 1;
}
DIV.navigationButton {
	position: absolute;
	float: right;
	z-index: 1;
	left: 950px;
	top: 550px;
}
DIV.issueNumber {
	font-family: 'Courier New', Courier, mono;
	font-size: large;
	bottom: 0;
	right: 0;
	position: absolute;
	float: right;
	z-index: 1;
}
