/* BXI Paddings & Margins */

	body{
		line-height:					1.25em;
	}	
	h1, h2, h3, h4, h5, h6, dl, dt, dd, table, p, hr, form, fieldset{
	  	margin: 					0;
	  	padding: 					0;
	} 
	ol{
	  	padding-left: 					2em;	
	}
	h1, ul, dl, p, hr, form, fieldset, address{
	  	margin-bottom: 					10px;
	}
	h2{
	  	margin-bottom: 					8px;
	  	padding-bottom: 				4px;
	}
	h3 {
	  	margin-bottom: 					8px;
	  	padding-bottom: 				4px;
	}
	h4, h5, h6{
	  	margin-bottom: 					0;
	}
	h1{
		padding: 					5px 0;
		line-height: 					20px;
	}
	
/* BXI Fonts */
	
	body, input, select {
	  	font-family: 					Arial, Helvetica, sans-serif;
	}
	h1, h2 {
	  	font-family: 					Arial, Helvetica, sans-serif;
	}
	
/* BXI Font Sizes */

	body, input, select {
	  	font-size: 					8pt;
	}
	h1{
	  	font-size: 					1.75em;
	}
	h2{
	  	font-size: 					1.25em;
	}
	h3, h4, h5, h6{
	  	font-size: 					1em;
	}
	input, select {
		font-size:					8pt;
	}
	
/* BXI Font Weight */
	
	dt{
		font-weight: 					bold;
	}
	
/* BXI Font Colours and Styles */
	
	body{
	  	color: 						#000000;
	}	
	h1 a, h2 a{
	  	color:						#1c2852;
	  	text-decoration:				none;
	}
	h1{
	  	border-bottom: 					1px solid #CCC;
	  	color: 						#666666;
	}
	h2{
	  	border-bottom: 					1px solid #CCC;
	}
	h3 {
	  	border-bottom: 					1px solid #CCC;
	}
	h2, h3, h4, h5, h6, dt{
	  	color: 						#000;
	}
	h4, h5, h6{
		display: 					inline;
		float: 						left;
		margin-right: 					5px
	}
	code{
		color: 						#000;
		white-space: 					nowrap;
	}
	acronym{
		border-bottom: 					1px dotted;
	}
	address{
		font-style: 					normal;
	}
	button {
		border: 					1px solid #CCC;
	}
	input {

	}
	
/* BXI Lists */
	
	.linklist dd,
	.linklist li{
		margin:						0px;
		padding:					0px;
		list-style-type: 				none;
		background:  					url('/files/boxintranet/images/sarrow.gif') no-repeat 0px 1px;
		padding-left: 					15px;
	}
	.pagelinks dd,
	.pagelinks li{
		margin:						0px;
		padding:					0px;
		list-style-type: 				none;
		background:  					url('/files/boxintranet/images/sarrow.gif') no-repeat 0 7px;
		padding-left: 					15px;
	}
	
	.column_1,
	.column_2,
	.column_3{
		float: 						left;
		padding: 					0 19px;
		width: 						200px;
	}
	.column_1{
		padding-left: 					0;
	}
	.column_3{
		padding-right: 					0;
	}