/* CSS Document *//* Primary layout divisions */	#primarycontent	{	margin: 0;	padding: 0;	font: 11px/1.3 Verdana, Arial, Helvetica, sans-serif;	}	#primarycontent	td	{	padding-left: 25px;	padding-top: 10px;	}#primarycontent	img	{	display: inline;	border: 0;	}/* Top Navigation bar components */table#topnav	{	margin: 0;	padding: 0;	border: 0;	color: #fff;	background: #ff4200;	}table#topnav td	{	font: 12px verdana, arial, sans-serif;	margin: 0;	padding: 0;	}table#topnav td a	{	margin: 0;	padding: 0;	font-weight: bold;	text-decoration: none;	color: #fff;	background: #ff4200;	text-align: left;	}	#topnav td a:link, #topnav td a:visited {	line-height: 38px;	color: #fff;	padding: 0 15px;	} #topnav td a:hover {	color: #000;	} /* Form */	label,input {	display: block;	width: 150px;	float: right;	margin: 0 8px;}.submit {	width: 65px;	text-align: center;}/* Side Navigation bar components */table#side	{	margin: 0;	padding: 0;	border: 0;	color: #fff;	background: #f60;	}table#side td	{	font: 11px Verdana, Arial, Helvetica, sans-serif;	text-align: left;	white-space: nowrap;	}table#side td a	{	font-weight: normal;	text-decoration: none;	display: block;	margin: 0;	padding: 0 10px;	color: #fff;	border-bottom: 1px solid #fc9;	background: #f60;	}	#side td a:link, #side td a:visited {	display: block;	margin: 0;	line-height: 25px;	} #side td a:hover {	color: #fff;	border-bottom: 1px solid #fc9;	background: #fe8c34 url(../img/nav_arrow.gif) 0 0 no-repeat;	} #sidebttm {	background: #f60 url(../img/nav_bttm.gif) no-repeat left bottom;	} #currency a:link, td#currency a:visited	{	background: #fff;	padding-top: 10px;	text-align: center;	border-bottom: none;	} .welcome	{	font-weight: normal;	font-size: 12px;	text-decoration: none;	display: block;	margin: 0;	padding: 0 10px 8px 10px;	color: #802000;	border-bottom: 1px solid #fc9;	background: #f60;	}