body { margin-top: 0px; margin-right: 0px; margin-left: 0px; margin-bottom: 0px; font-size: 11px; font-family: Verdana; color: #000000; }


/* Main Styles by Type */

	/* DIV */
		div { scrollbar-face-color: #e9ed9a; scrollbar-shadow-color: #666666; scrollbar-highlight-color: #666666; scrollbar-3dlight-color: #666666; scrollbar-darkshadow-color: #999999; scrollbar-track-color: #CCCCCC; scrollbar-arrow-color: #999999; }
	div.d_main {
	position: relative;
	left: 100px;
	top: 70px;
	width: 540px;
	height: 270px;
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #333333;
}


div.d_files {
	position: relative;
	left: 150px;
	top: 0px;
	width: 490px;
	height: 200px;
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #333333;


}
	
	/* TD */
	td { line-height: 17px; font-size: 11px; font-family: Verdana; color: #666666; }
	td.td_title { font-size: 18px; font-family: Arial Narrow; color: #FF0000; }
	td.td_nav { height: 15px; font-family: Tahoma,  Arial; font-size: 11px; color: #000000; font-weight: bold; text-align: right; }
	td.red { color: #FF0000; width: 150}
	td.none { color: #FFFFFF; }
	td.sml { font-size: 10px; }
	
	/* A */
	a { text-decoration: underline; color: #000000; }
	a:hover { text-decoration: underline; color: #FFFFFF; }
	
	a.files {
	text-decoration: underline;
	color: #336699;
	font-weight: bold;
	text-transform:uppercase
}
	a.files:hover {
	text-decoration: underline;
	color: #FF9900;
	font-weight: bold;
	text-transform:uppercase
		}
	
	a.nav { text-decoration: none; color: #000000; }
	a.nav:hover { text-decoration: none; color: #000000; }
	
	/* INPUT */
	input.text { font-family: verdana; font-size: 10px; padding: 2px; height: 18px; color: #666666; border: 1px SOLID #666666; }
	input.button { font-family: verdana; font-size: 10px; padding: 2px; height: 20px; color: #666666; border: 1px SOLID #666666; }
	
	/* TEXTAREA */
	textarea { font-family: verdana; font-size: 10px; padding: 2px; color: #666666; border: 1px SOLID #666666; overflow: auto; }
	
	/* SELECT */
	select { font-family: verdana; font-size: 10px; padding: 2px; color: #666666; border: 1px SOLID #666666; }
	
	/* FIELDSET AND ATTR's */
	fieldset { padding: 10px; }
	legend { color: #FF0000; }
	
	bodyflow {position:absolute; top:100px; left:100px;}