/* General Visual */

body{
	background-color:#e6e6fa;
	font-style:normal;
	margin:0px;
	font-family:Helvetica, Arial, sans-serif;
	color:#666666;
	font-size:12px;
	line-height:15px;
}

p{
	text-indent:20px;
	padding:0px;
	text-align:justify;
}

table.page{
	width:900px;
	background-color:#ffffff;
	background-image:url(../images/background.gif);
	background-repeat:repeat-y;
}

table.page td#content{
	vertical-align:top; 
	padding:30px 100px 10px 100px; 
	background-image:url(../images/left_ribbon.gif);
	background-repeat:no-repeat;
}

table.page td#content table.content_holder{
	width:100%;
	background-color:#ffffff;
	border-left:2px solid #E6E6FA;
	border-right:2px solid #E6E6FA;
}

table.page td#footer{
	vertical-align:top; 
	padding:0px; 
}

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

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