#mainCenter {
	height:100%;
}

#titleframe  { background-color: #fff; width: 100% }

#TopFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

#BottomFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

a 			{ color: #000; text-decoration: none; font-weight:normal;} 
a:hover		{ color: #000; text-decoration: underline; }

/* title frame */

.titleContent { padding: 6px 0 6px 6px; }

.banner
 { color: #333; font-size: 10px; font-family: verdana, arial; font-style: normal; font-weight: normal }

.banner .title { font-size: 1.2em; font-weight: normal }

.banner .info{
	font-size:0.9em;
}

.banner .email{
	font-weight:bold;
}

/* index frame */

.indexContent  { padding-top: 6px; padding-bottom: 6px; width: 95%; border-bottom: 1px dotted white }

.indexInfo {
	font-size: 12px;
	font-family: Trebuchet MS, verdana, arial;
	padding: 0 0 0 6px;
}

.indexInfo .filename {
	color: #000;
}

.indexInfo .date {
	color: #666;
}

/* file info */

#content  { color: #fff; font-size: 11px; font-family: "Trebuchet MS", verdana, arial; padding: 8px; width: 100%; border-bottom: 1px dotted #333333 }

#content .header { color: white; font-size: 9px; font-weight: bold }

#contentLast  { color: white; font-size: 11px; font-family: "Trebuchet MS", verdana, arial; padding-top: 6px; width: 95% }

#contentLast .header { color: white; font-size: 9px; font-weight: bold }

