html {
	height:100%;
	max-height:100%;
	max-width:100%;
	padding:0;
	margin:0;
}
body {
	height:100%;
	max-height:100%;
	margin:0;
	background-color: #c6cfa1;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding:10px;
	min-width:800px;
}
img {
	border:none;
}
a {
	text-decoration:none;
	color:#3333cc;
}
.mainframe {
	font-size:12px;
	border-width:2px;
	border-style:outset;
	border-color:#999999;
	background-color:#fffce4;
	padding:20px;
	z-index:1;
	position:absolute;
	top:155px;
	left:172px;
	right:150px;
	min-width:550px;
}
.lib_head {
	font-weight:bold;
	text-align:center;
}
.lib_head a {
	text-decoration:none;
	color:#000000;
}
.lib_text {
	text-align:justify;
}
.lib_sign {
	font-style:italic;
	text-align:right;
}
.newshead {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

div.popup {
	display:none;
	background-color:#ebebeb;
	width:250px;
	font:normal 12px "trebuchet ms";
	z-index:3;
	position:absolute;
	padding:6px;
	border: double #7A2325;
	text-align:left;
}
#popup1 {
	right:-50px;
	top:-50px;
	}
/* IE */
a:active{
outline:none;
}
/* FF */
:focus{
-moz-outline-style:none;
}