/* CSS Document */

body {
	background-color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(mill-background4.jpg);
	background-repeat:no-repeat; 
	background-position: 50px 10px; 
	background-attachment: fixed;
	}
	
body,td,th {
	color: #E9E9E9;
	}
.style2 {
	color: #FFFFFF;
	}
/*Color the Background windows */
.transback1{
	background:#333C40;
	}
.transback2{
	background:#333333;
	}
.transback3{
	background:#A0A0A1;
	}
/*end Window Background Styles */

/* Link Section */
a, a:link, a:active {
	color:#FFC004;
	text-decoration:none;
	}
a:visited {
	color:#33CC99;
	}
	
a:hover {
	text-decoration:underline;
	}
/* End Link Section  */