#mainCenter {
	height:100%;
}

#titleframe {
	width: 100%;
	/*height: 92px;*/
	background-color: #333333;
	
}

#TopFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

#BottomFrame {
	width: 100%;
	height: 100%;
}

a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999966;
}
a:hover {
	text-decoration: none;
	color: #CCCC99;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}
/* title frame */

.titleContent { padding: 2px 0 2px 2px; }

.banner
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
body,  {
  scrollbar-base-color:#333333;
  scrollbar-3d-light-color:#333333;
  scrollbar-arrow-color:#8C8E8C;
  scrollbar-darkshadow-color:#333333;
  scrollbar-face-color:#333333;
  scrollbar-highlight-color:#333333;
  scrollbar-shadow-color:#333333;
  scrollbar-track-color:#333333;
}
/* index frame */

.indexContent {
	width:95%;
	border-bottom:1px solid #999999;
	padding-top:1px;
	padding-bottom:1px;
}

.indexInfo {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 1px;
}

.indexInfo .filename {
	color: #333333;
}

.indexInfo .date {
	color: #333333;
}

/* file info */

#content {
	width:100%;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding:8px;
}

#content .header{
	font-size:10px;
	font-weight:bold;
	color: #666666;
}

#contentLast {
	width:95%;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding-top:6px;
}

#contentLast .header{
	font-size:10px;
	font-weight:bold;
	color: #666666;
}
.unnamed1 {
	border: 1px solid #999999;
}

