/* start styles to centre content (remove these styles if site should be left-aligned) */
body {	text-align:right; /* centres content in ie4/5 */	}
#wrapper {	margin:0 auto; /* centres content (except in ie4/5) */	
		text-align:left; /* left-aligns all sub-content */	}
#col-two-three {	text-align:left; /* ie4 fix needed due to float:right; */	}
/* end styles to centre content */

/* background container for holding centralised content*/
#container {
 width: 960px;
 margin: 0px auto;
 background: #ffffcc;
 color: #000000; 
 font-family: Verdana,  Arial, Helvetica, sans-serif;
 font-size: 70%;
 text-align: left /* IE hack Part 2 */
}

#container2 {
 width: 960px;
 margin: 10px auto;
 background: #ffffcc;
 color: #000000; 
 border-left: 1px solid #ffffcc;
 border-right: 1px solid #ffffcc;
 font-family: Verdana,  Arial, Helvetica, sans-serif;
 font-size: 70%;
 text-align: left; /* IE hack Part 2 */
 border-top: 1px solid #ffffcc;
 border-bottom: 1px solid #ffffcc;
}

BODY {	margin: 0; 
	font-family: "MS Sans Serif", Arial, sans-serif; }

/*	BODY P:first-letter { color: purple; font-size: 150%; }	*/

H1, H2, H3, H4, H5, H6, P, UL, OL, DIR, MENU, DIV, 
DT, DD, ADDRESS, BLOCKQUOTE, PRE, BR, HR, FORM, DL { 
  display: block }

STRONG { font-weight: bolder }

TABLE.Header { 
	background: #ffffcc url("images/barcode6.gif") right top no-repeat;
	color: #000000; 
	padding: 0 }

TABLE.BG { background: #ffffcc url("images/j0316506A-1.gif") center top repeat-y; color: #000000; }

TABLE.Prices {
	width: 800px;
	border: 1px 1px 1px 1px;
	border-color: #000000;
	border-style: solid;
	padding: 4px 4px 4px 4px;
	font-family: Arial, "MS Sans Serif", sans-serif;
	font-size: x-small;
	font-weight: bold;
	background: transparent; 
	color: #000000
	}

TABLE.EPOS {
	width: 650px;
	border: 1px 1px 1px 1px;
	border-color: #000000;
	border-style: solid;
	padding: 4px 4px 4px 4px;
	font-family: Arial, "MS Sans Serif", sans-serif;
	font-size: x-small;
	font-weight: bold;
	background: transparent; 
	color: #000000
	}

TH	{
	color: #008000
	}

A:link {color: #009900; background: transparent; }
A:visited {color: #006600; background: transparent; }
A:hover {color: #008000; background: transparent; }
A:active {color: #008000; background: transparent;}

/* margin: top, right, bottom, left */

H1 {	font-family: "Times New Roman", serif; 
	font-size: x-large; 
	font-weight: bold; 
	background: transparent; 
	color: #008000;
	margin: 10px 0px -10px 40px}

H2 {	font-family: "Times New Roman", serif; 
	font-size: x-large;
	font-weight: bold; 
	background: transparent; 
	color: #000000;
	margin: 25px 0px 10px 40px}

H3 {	font-family: "MS Sans Serif", Arial, sans-serif; 
	font-size: medium;
	font-weight: normal; 
	background: transparent; 
	color: #000000;
	margin: 25px 0px 10px 40px}

H6 {	font-family: "Times New Roman", serif; 
	font-size: large;
	font-weight: bold; 
	background: transparent; 
	color: #000000;
	margin: 0px 0px 10px 40px}

/* standard paragraph aligns under H2 header */
/* font colour is a dark green */
P {	font-family: Arial, "MS Sans Serif", sans-serif;
	font-size: x-small;
	font-weight: normal; 
	line-height: 120%; 
	background: transparent; 
	color: #0c630c;
	text-align: justify;
	margin: 0px 40px 10px 40px }

P.indent1 {
	font-family: Arial, "MS Sans Serif", sans-serif;
	font-size: small;
	font-weight: normal; 
	background: transparent; 
	color: #0c630c;
	margin: 0px 40px 10px 20px }

UL {	font-family: Arial, "MS Sans Serif", sans-serif;
	font-size: x-small;
	font-weight: normal; 
	background: transparent; 
	color: #0c630c }

.indent2 { margin: 0px 40px 10px 60px }

