/* General Visual */

body{
	background-image:url(../images/body_background.gif);
	background-repeat:repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	font-style:normal;
	font-weight:normal;
	color:#222222;
}

p{
	text-indent:20px;
}

/*a{
	color: #00546b;
	text-decoration:underline;
}

a:hover{
	color: #555555;
	text-decoration:none;
}*/

table.page{
	width:900px;
	background-color:#ffffff;
	background-image:url(../images/page_background.gif);
	background-repeat:repeat;
	border-right:3px double #000000;
	border-bottom:3px double #000000;
}

table.page #left{
	vertical-align: top; 
	padding: 70px 0px 5px 0px;
	width: 210px;
	background-color:#8fb6f9;
}

table.page td#right{
	vertical-align: top; 
	padding: 40px 40px 50px 40px; 
	width: 690px;
	background-image:url(../images/content_background.gif);
	background-repeat:no-repeat;
}

/*table.page td#right a{
	color: #00546b;
	text-decoration:underline;
}

table.page td#right a:hover{
	color: #555555;
	text-decoration:none;
}*/

table.page td.title{
	padding: 10px;
	text-align: right;
	font-size:24px;
	color:#000000;
	font-weight: bold;
	font-style:italic;
}

table.page #footer{
	text-align:center;
	padding: 10px 0px 20px 0px;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
}

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

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