/* General Visual */

/* 0079c1 */
body{
	background-color:#ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#333333;
}

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

a{
	color: #122759;
	text-decoration:underline;
}

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

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

table.page{
	width:850px;
	background-color:#ffffff;
}

table.header td{
	vertical-align:top; 
	padding: 0px; 
	color: #333333;
	font-size: 14px;
	font-weight:bold;
	border-bottom:3px double #000000;
}

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

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

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

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

table.page table.page_forms{
	width:100%;
	border-bottom:1px solid #333333;
	border-top:1px solid #333333;
	font-size:9px;
	font-weight:bold;
}

table.page table.page_forms form{
	display: inline;
}

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

table.page table.cartinfo td{
	padding: 2px 10px 2px 10px;
	font-size:11px;
	color:#333333;
	font-weight: bold;
	white-space:nowrap;
}

table.page #center{
	vertical-align: top; 
	padding: 10px 40px 50px 40px; 
	background-color: #ffffff;
	width:700px;
}

table.page #center a{
	color: #122759;
	text-decoration:underline;
}

table.page #center a:hover{
	color: #555555;
	text-decoration:none;
}

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

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

table.page td.title{
	padding: 10px;
	text-align: right;
	background-color:#FFFFFF;
	font-size:28px;
	color:#122759;
	font-weight: bold;
}

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

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