﻿/*******************
	 POPUP 
*******************/
body 
{
	background:#e1eff8;
}
.popupFrame
{
	width:600px;
	float:left;
	margin-top:10px;
	overflow:hidden;
	height:410px;
}
.centerFrame
{
	width:600px;
	overflow:hidden;
	height:auto;
	background:none;
}
.topBg
{
	float:left;
	width:100%;
}
.bottomBg
{
	float:left;
	width:100%;
}
#articleTitle
{
	padding-top:9px;
}

/*
#articleTitle
{
	height:50px;
	width:450px;
	margin-bottom:20px;
}

.innerContent
{
	float:left; 
	text-align:justify; 
	line-height:18px;
	min-height:430px;
	min-width:650px;
	margin:10px 50px 50px 50px;
	padding-bottom:50px;
}
*/
.innerContentText
{
	height:332px;
	overflow:auto;
	text-align:justify;
	padding-right:20px;
	padding-left:5px;
	margin-top:20px;
	color:Black;
}
