/* General Visual */

body{
	background-color:#007783;
	font-family: Georgia, Times, serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#333f40;
}

p{
	text-indent:20px;
}

table.page{
	width:900px;
	background-color:#ffffff;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}

table.page td.title{
	padding: 10px;
	text-align: left;
	background-color:#FFFFFF;
	font-size:28px;
	color:#007783;
	font-weight:normal;
	font-variant:small-caps;
}

table.page #right{
	vertical-align: top; 
	padding: 10px 10px 50px 10px; 
	width: 900px;
	background-color: #ffffff;
	background-image: url(../images/content_background.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

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

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