/* CSS Document */


#header  {
	width: 100%;
	height:40px;
	top: 0px;
	left: 0px;
	Padding: 0px;
}

#footer  {
	width: 100%;
	top: 0px;
	left: 0px;
	Padding: 10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:0.7em;
}

#footer a {
	color:#FFFFFF;
	}

.mauve {
	background-color:#B77998;
	}
	
.blue {
	background-color:#6398B7;
	}
	
.green {
	background-color:#639898;
	}
	
.tan {
	background-color:#D7B798;
	}
	
.grey {
	background-color:#999999;
	}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
 	background-color: #FFFFFF;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	}
	
H1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#000000;
	font-weight:bold;
	}
	
A {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#333366;
	}
	
.arrow  {
	list-style-image:url(/NEW/images/arrow.jpg);
	}
	