html {
	overflow-y: scroll;
} 

body {
	padding:0px;
	margin:0;
	background: #ccc8bd;
	font-family:Arial;
	font-size:12px;
}



.pagetable {
	width:100%;
}

.content_cell {
	margin-top:50px;
	/*width:934px;*/
	border:20px solid #e71802;
	background:white;
	margin-bottom:50px;
}
.white_line {
	border-top:1px solid white;
	/*display:block;*/
	height:1px
}
#details {
	background:#e71802;
	color:white;
	font-weight:bold;
	width:100%;
	border:10px solid #e71802;
}
#details TD {
	text-align:left;	
 	height:15px; 
}
#details TD.caption {
	text-align:right;
}

.title {
	color:#e71802;
	font-weight:bold;
}
.heading {
	color:black;
}
