body{
	background-color:#FFFFFF;
	background-repeat : no-repeat;
	background-position : center;
}

.title {
	font-family: Georgia, Times New Roman;
	font-size: 10px;
	color: #FF0000;
	line-height: 16px;
}

.content {
	font-family: Georgia, Times New Roman;
	font-size: 10px;
	color: #000000;
	line-height: 16px;
}
.content a {
	text-decoration : none;
	color: #000000;
}
.content a:visited{
	text-decoration : none;
	color: #000000;
}
.content a:active {
	text-decoration : none;
	color: #000000;
}
.content a:hover {
	text-decoration : none;
	color: #FF0000;
}

.auto { width: 150px; height: 100px; background: lightgrey; overflow: auto; font-family: Times, "Times New Roman", serif; }
.news{
	
	overflow-y : auto;
	overflow-x : hidden;
	width:280px;
	height:450px;
	background-color : #FFFFFF;
}

.loading{
	background-image : url(f_loading.gif);
	background-position : center;
	background-repeat : no-repeat;
	width:100%;
	height:100%;
	background-color : #FFFFFF;
	visibility: visible;
}
.work{
	background-image : url(f_blank.gif);
	background-position : center;
	background-repeat : no-repeat;
	width:100%;
	height:100%;
	background-color : #FFFFFF;
	visibility: hidden;
}

#copy{
	position : absolute;
	top : 30px;
	left : 30px;
	overflow : auto;
	width:280px;
	height:450px;
	background-color : #FFFFFF;
	padding: 1px 10px 0px 10px;
	
}