body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000;
	background-color: #FFF;
}

a { color: #0000FF; text-decoration: underline; }
a:hover { text-decoration: none; }

.boldtxt { font-size: 13pt; font-weight: bold; }

#page_container {
	margin: auto;
	border: 0px dashed #009900;
}


#page_content {
	margin: auto;
	width: auto;
	border: 0px dashed #000;
}
	
	.info_content {
		width: auto;
		background-image: none;
		background-repeat: no-repeat;
		border: 0px dashed #000;
	}
	
	#content {
		width: auto;
		margin: 20px auto;
		padding-top: 0;
		overflow: visible;
	}
	
	#goback_btn {
		display: none;
		visibility: hidden;
	}
	
	#top_btns {
		display: none;
		visibility: hidden;
	}
	
	