/* General Visual */

body{
	background-color:#ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#333333;
	/*background-image:url(../images/page/background_strips.gif);
	background-repeat:repeat-y;*/
}

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

div{
	padding:0px;
	margin:0px;
}

table.page td#header{
	height:210px;
}

table.page{
	width:900px;
	position:relative;
	background-color:#ffffff;
}

table.page td.title{
	padding:10px;
	background-color:#FFFFFF;
	height:30px;
	font-size:18px;
	color:#000000;
	font-weight: bold;
	/*border-bottom:1px solid #000000;*/
}

table.page #content{
	vertical-align: top; 
	padding:50px;
	width: 100%;
	height:500px;
	/*background-image:url(../images/page/background.gif);
	background-repeat:repeat-y;
	padding:30px 50px 50px 250px;*/
}

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;
}