body
{
	height: 100%;	
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFDF9;
	font-family: Times New Roman, Serif;
	font-size: 20px;
}

td 
{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 15px;
	font-weight: normal;
}

h4 
{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 22px;
	font-weight: normal;
	color: #0695d2;
}

a, td a
{
	color: #0695d2;
}

input, textarea
{
	border-top: solid 1px #0695d2;	
	border-left: solid 1px #0695d2;	
	border-right: solid 1px #0695d2;	
	border-bottom: none 0;
	background-color: #FFFDF9;
}

.news
{
	padding-left: 20px; 
	padding-top: 40px; 
	border-top: dashed 1px #01427a;
}

.container{
	width: 300px;
	height: 45px;
/*	border: 1px solid #DDDDDD; */
	padding-left: 5px;
}
.hideSuggestClass{
	border: 2px solid #999999;
	background-color: white;
	height: 175px;
	overflow:auto;
	display:none;
	width: 350px;
	margin: 0px;
	cursor: pointer;
	z-index: 1011;
}

.showSuggestClass .hideSuggestClass{
	display: block !important;
}

.showSuggestClass .hoverSuggestClass{
	background-color: #CCCCCC !important;
}

.iframeSuggest
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #222222;
	z-index:10;
	opacity:0.8;
	filter: alpha(opacity=80);
}



#box 
{
	display: none;
	position: absolute;
	top: 50px;
	left: 50px;
	width: 640px;
	height: 640px;

/*	width: 60%;
	height: 60%; */

	padding: 0;
	margin:0;
/* 	border: 1px solid black; */
/*	background-color: white; */
	z-index:11;
}

#boxcontent
{
	left:0;
	right:0;
	bottom:0;
	margin:0;
/*	padding: 8px; */
	overflow: none;
	width:100%;
	height:100%;
}

#boxcontent img
{
	border: 1px solid black;
}

/* #boxtitle
{
	left:0%;
	width:100%;
	height:20px;
	padding:0;
	margin:0;
	color:black;
	text-align:center;
} */
