/* General Visual */

/* 0079c1 */
body{
	background-image:url(../images/page/background.gif);
	background-repeat:no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#003C4D;
}

p{
	text-indent:20px;
}

a{
	color: #CCAD58;
	font-weight:bold;
	text-decoration:underline;
}

a:hover{
	color: #008CB3;
	text-decoration:none;
}

div.image{
	padding:10px;
	text-align: center;
	font-weight:bold;
}

table.page{
	width:900px;
}

table td.header{
	vertical-align:top; 
	text-align:right;
	padding: 0px; 
	color: #003C4D;
	font-size: 14px;
	font-weight:bold;
	border-bottom:0px double #00546B;
}

table.page #left{
	vertical-align: top; 
	padding: 5px 0px 5px 0px;
	width: 200px;
}

table.page table.left{
	width:100%;
}

table.page table.left td{
	padding: 5px 0px 5px 0px;
	font-size:11px;
	color:#003C4D;
	font-weight: bold;
	text-align:center;
}

table.page #right{
	vertical-align: top; 
	padding: 10px 10px 50px 10px; 
	width: 100%;
}

table.page td.title{
	padding: 10px;
	text-align: right;
	font-size:34px;
	color:#00546B;
	font-weight: bold;
	font-variant:small-caps;
	background-image:url(../images/page/titleback.jpg);
	background-repeat:no-repeat;
	background-position:right;
	letter-spacing:8px;
}

table.page #footer{
	text-align:center;
	padding: 10px 0px 60px 0px;
	border-top:1px solid #00546B;
}

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