body{
	font-weight: bold;
	font-family: arial;
	min-width: 600px;
	text-align: center;
}

#welcome_bar{
	clear: both;
	background-image: url('../images/blue-gradient.gif');
	background-repeat: repeat-x;
	height: 25px;
	margin: 0 0 1em 0;
	padding: 0;
	text-align: center;
	color: white;
	font-weight: bold;
}
#ngst_logo{
	float: left;
}
#hurlen_logo{
	float: right;
}

.menu_item{
	/*background-image: url('blue-gradient.gif');*/
	/*background-repeat: repeat-x;*/
	font-color: white;
	padding: 0 1em 0 1em;
	/*padding: .4em 0 .4em 0;*/
}

a{ font-weight: bold; color: blue; }
A:Link{	text-decoration: none; }
A:Hover{text-decoration: underline; }
A:Visited{ color: blue; text-decoration: none; }

p.title{
	text-align: center;
	font-face: arial;
	/*text-decoration: underline;*/	
	color: white;
	/*background-color: #0033ff;*/
	font-weight: bold;		
}
.section{		
	background-image: url('../images/blue-gradient.gif');
	background-repeat: repeat-x;
	border: 1px solid blue;	
	padding: 0 0 1em 0;
	background-color: #EEEEEE;
}
#main_content{
	width: 78%;
	float: right;
	text-align: left;
}

DIV.sale_link{
	text-align: center;
}
#navigation{
	float: left;
	margin: 0 1em 0 0;
	width: 20%;
}
#active_xchange{
	float: left;
	margin: 0 1em 0 0;	
	width: 45%;
}
#completed_xchange{
	float: right;
	margin: 0;
	width: 32%;
}

.sale_number_link{
	/*float: left;*/
	width: 30%;
}
.view_sale_link{
	/*float: right;*/
	width: 20%;
}
.update_sale_link{
	/*float: right;*/
	width: 20%;
}

.data_field{
	width: 18%;
	text-align: left;
}

.action_link{
	margin-right: .3em;
}