/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:black;
}
.container{
	width:800px;
	border: 1px solid black;
}
.header{
	width:800px;
	height: 120px;
	text-align:center;
	color:black;
}
.bar{
	height: 20px;
	width:800px;
	background-image:url(images/barbg.jpg);
}
.bar2{
	background-image:url(images/barbg.jpg);
}
.barfonts{
	font-size:10px;
	color:white;
}
.files{
	height: 20px;
	width:800px;
	background-color:white;
}
.filefonts{
	font-size:10px;
	color:black;
}
form{
	margin: 0px 0px 0px 0px;
	font-size:8px;
	color:black;	
}
input{
	font-size:10px;
	color:black;	
}
.infoBar{
	background-color:#CCCCCC;
}
.boldText{
	font-weight:bold;
}
