* {	font-family: Arial, Helvetica, sans-serif; }
div#container {
	
		width: 720px;
		margin: 0px auto;
	}
	div#header {margin-top: 16px;}
h1 {
	
	color: #5A5496; 
	font-size: 16pt;
	font-weight: bold;

	}
	h1 img {margin-right: 16px;}
	
	
	
h2 {
	
	color: #5A5496; 
	font-size: 11pt;
	font-weight: bold;
	margin-left:5px;

	}
	
		
a img {border: none;}
div#caption {position: relative;}
div#caption p {
	margin: 8px 64px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	}
	div#caption p#back {
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
}
	div#caption p#next {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
}
	div#caption p#back, div#caption p#next {margin: 0px;}
	div#caption p#back a:after {
		content: "Back";
		}
	div#caption p#next a:before {
		content: "Next";
		}