/* CSS Document */
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
body{
	scrollbar-3dlight-color:ffffff;
	scrollbar-arrow-color:ffffff;
	scrollbar-base-color:#2F3C40 ;
	scrollbar-darkshadow-color:#2F3C40;
	scrollbar-face-color:#2F3C40;
	scrollbar-highlight-color:#2F3C40;
	scrollbar-shadow-color:ffffff;
	scrollbar-track-color:#2F3C40;
	}
body,td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1,h2,h3{font-family:helvetica,arial,verdana;font-size:13px;font-weight:bold;color:#DD0000;}
a, a:active, a:visited{color:#6175D1;}
.navi{
	color:white;
	font-family:helvetica,arial,times;
	font-size:13px;
}
.navi a{color:white;font-size:13px;}
.navi a:active{color:white;font-size:13px;} 
.navi a:visited{color:white;font-size:13px;}
.navi a:hover{color:yellow;font-size:13px;}
.footer{
	color:white;
	font-family:helvetica,arial,times;
	font-size:10px;
}
.footer a{color:white;text-decoration:none;}
.footer a:active {color:white;text-decoration:none;}
.footer a:visited{color:white;text-decoration:none;}
.footer a:hover{color:yellow;text-decoration:underline;}
.main{text-align:justify;border-bottom:1px #DB1010 dotted;}

	.folder{color:white;font-size:11px;}
	.folder td{color:white}
	.folder_form{
		border-width:1px;
		border-color:white;
		color:white;
		border-style:solid;
		background-color:DB1010;
		width:100%;
		height:15px;
		font-size:11px;
		}
	.folder_button{
		background-color:18a0cf;
		border-style:solid;
		border-color:white;
		border-width:1px;
		color:white;
		height:18px;
		font-size:11px;
		font-weight:bold;
	}
	.folder a{color:white;text-decoration:underline;}
	.folder a:visited{color:white;text-decoration:underline;}
	.folder a:active{color:white;text-decoration:underline;}
	.folder a:hover{color:white;text-decoration:underline;}
	
	.formElements{width:100%}
	
.smallText{font-family:verdana,arial,times;font-size:9px;color:grey}
ul,li{list-style-type:square}
.crossout{text-decoration:line-through}