@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	#FF6;
	/*margin: 0px;*/ /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 4px;
	margin-right: 10px;
	text-align: left;
}


.HeaderCenter { 
	position:absolute; 
	margin:0px; 
	padding:0px; 
	left:0px;
	width:960px; 
	top:1px; 
	text-align:center; 
	font-size:36px; 
/*	font-family:Arial, Helvetica, sans-serif;  */   
	font-weight:bold; 
	background-color:transparent; 
	border-width:0px;
	border-style:none; 
	z-index:200;
}


.Text {
	position:absolute;
	margin:0px;
	padding:0px;
	width:800px;
	height:33px;
	z-index:30;
	font-size:18px;
	text-align:left;
	overflow-y:auto;
	color:#000;
	left:160px;
	top:41px;
	border-width:0px; 
	border-style:none; 
}


/*
.HistoryText {
	position:absolute;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:10px;
	top:48px;
	left:610px;
	width:648px;
	height:154px;
	z-index:300;
	font-size:18px;
	font-weight:normal;
	text-align:left;
	color:#000;
	overflow-y:auto;
	border-width:0px; 
	border-style:none; 
}
*/



a:link {
	color:#000;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
	color:#000;
}
a:hover {
	text-decoration:none;
	color: #000;
}
a:active {
	text-decoration:none;
	color:#F00;
	font-size: 36px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
	max-width:960px;
    border:0px;
}



/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
/*display:inline; is a test for IE fix */

/*
#ContainerDiv{
	position:absolute;
	margin:0px;
	padding:0px;
	left:1px;
	top:1px;
	width:1280px;
	height:40px;
	border-width:0px;
	border-style:none;
	overflow:hidden;
}
*/


#HeaderDiv{
	position:absolute;
	margin:0px;
	padding:0px;
	left:160px;
	top:1px;
	width:960px;
	height:40px;
	border-width:0px;
	border-style:none;
	overflow:hidden;
}

#HistoryDiv {
	position:center;
	margin:0px;
	padding:0px;
	border-width:0px;
	border-style:none;
	left:160px;
	top:41px;
	width:960;
	height:800;   /*try 90%*/
	overflow-y:auto;
	/*z-index:10;*/
}

