body {
	background-image: url('bg.gif');
	background-repeat: repeat-x;
}


.SearchField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 109px;

}
/* Gets rid of linebreak after form in NS6 and IE */
.SearchForm {
	margin: 0px;
}
/* NS4 does not respond to margin settings, so set the font of the line break as small as possible */
.SearchFormCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2px;
	line-height: 0px;


}
.Body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.NavLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;

}
