body {
	background-color: #F1EBDE;
	background-image: url('images/background.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	color: #717171;
	
	text-align: center;
}

td {
	font-size: 85%;
}

a {
	color: #9D5D3A;
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}
	
input {
	border: solid 1px #9D5D3A;
	padding: 1px;
	background-color: #FFFFFF;
}

.submit {
	border: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9D5D3A;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}

	.submit:hover {
		text-decoration: underline;
	}
	
.return {
	margin: 20px 0 20px;
}

	.return a {
		font-size: 13px;
		height: 35px;
      padding:8px 0 11px 0;
		color: #E7DDC4;
		font-weight: bold;
		background-repeat: repeat-x;
		background-image: url('images/return.gif');
	}
   
   *html .return a {
     padding-top: -1px;
   }
   *html .return img {
      margin-top:-18px;
   }
	
	.return img {
		vertical-align: middle;
	}
	a img {
      border:0;
   }
.highlight {
	background-color: #EEEEEE;
	color: #000000;
	font-weight: bold;
}

.highlight2 {
	background-color: #F1EBDE;
}

	.highlight2 b, .highlight2 strong {
		color: #000000;
	}

.thefirst {
	margin-left: 700px;
}
	
.centre {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 857px;
	background-image: url('images/amp.gif');
	background-repeat: no-repeat;
	background-position: right 7px;
}

	.centre h1 {
		display: block;
		width: 265px;
		height: 145px;
		background-image: url('images/logo.png');
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png',sizingMethod='crop');
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
	
		.centre h1 span {
			visibility: hidden;
		}
		
	.navigation {
		font-size: 85%;
		height: 20px;
		margin-top: 10px;
		margin-left: 10px;
		font-weight: bold;
	}
	
		.navigation a {
			margin-left: 5px;
			padding-right: 5px;
		}
		
		.navigation .bordered {
			border-right: solid 1px #7E7A77;
		}
		
	.pagecontent {
		background-color: #FFFFFF;
		background-image: url('images/background_page.gif');
		background-repeat: no-repeat;
		background-position: top left;
		padding: 15px;
		*width: 857px;
	}
	
	.footer {
		margin: 0 auto;
		*margin-top: -17px;
		padding: 31px 0 0 25px;
		text-align: left;
		width: 851px;
		*width: 876px;
		height: 34px;
		*height: 65px;
		background-image: url('images/background_footer.gif');
		*background-image: url('images/background_footer_ie.gif');
		font-size: 85%;
		font-weight: bold;
		color: #FFFFFF;
	}
	
		.footer a {
			color: #E7DDC4;
		}
