/* General Visual */

body{
	background-color:#ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#222222;
}

p{
	text-indent:20px;
	margin:0px;
}

table.page{
	width:900px;
	position:relative;
	top:-15px;
}

table.page td.title{
	padding:10px 0px 10px 0px;
	text-align:right;
	font-size:30px;
	color:#F8991E;
	font-weight: bold;
	border-bottom:1px solid #0079C2;
	height:35px;
}

table.page #right{
	vertical-align: top; 
	padding: 10px 0px 50px 0px; 
	width: 700px;
	height:500px;
}

table.page td.feedback{
	background-color: #BE2226;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 4px 100px 4px 100px;
	height:20px;
}

div.debugger table{
	width: 100%;
	background-color: #ffffff;
}
