/* CSS Document */

table.page td#subheader{
	padding:3px 0px 0px 0px;
	height:50px;
	background-image:url(../images/navigation_back.gif);
	background-repeat:no-repeat;
	background-position:top;
}

table.page table#subheader{
	width:100%;
	
}

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

table.page table#subheader a{
	font-weight:bold;
	color: #000000;
	text-decoration:underline;
}

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

table.page table#subheader form{
	display: inline;
	font-size:9px;
}