*{
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	margin:0;
	padding:0;
	border: 0;
	/* ====== show in NS 4 ====== */
	/*/*/ /*/font-family:georgia, "times new roman", times, serif;/* */
	
	/* ====== hide from NS 4 ====== */
	/*/*/font:76%/1.4em georgia, "times new roman", times, serif;/* */ 
	color:#666;
	background: url("/images/bg.gif");
}
h1, h2, h3 {
	  margin:0;
	  padding:0;
	  font-weight: strong;
	  font:100%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	  letter-spacing:0.1em;
	  color:#2f4203;
}
img {
	border:none;
	margin:0;
	padding:0;
}
strong, b { 
	font-weight: normal;
	font:1.0em/1.4em georgia, "times new roman", times, serif;
	color:#c60;
	margin:0;
	padding:0;	
}
.contact{
	  margin:0;
	  font:100%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	  letter-spacing:0.1em;
}
/* ====== links ====== */
a{
	font:1.0em/1.4em georgia, "times new roman", times, serif;
}
a:link{
	font-weight :normal; 
	text-decoration : none;
	color:#f8a002;
	background: transparent;
}
a:visited {
	font-weight :normal; 
	text-decoration : underline;
	color:#f8a002;
	background: transparent;
}
a:hover {
	font-weight : normal; 
	text-decoration : underline;
	color:#f8a002;
	background:transparent;
}
a:active {
	font-weight :normal; 
	text-decoration : none;
	color:#f8a002;
	background: transparent;
}

/* ====== italics, acronym & code ====== */
em{
	padding:0;
	margin:0;
}
.greyEm, .greyTxt{
	color:#9F9F9F;
}
acronym{
	border-bottom: 1px dashed #c60;
	cursor: help;
}
code{
	color:#006699;
	font:0.9em/1.2em georgia, "times new roman", times, serif;
	}