body {
	background-image: url(images/bg-page.gif);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
.loginbox {
  background:url(images/bg-toplogin.gif);
  background-repeat:no-repeat;
  width:323px;
  height:70px;
  text-align:right;
  font-size:12px;
  color:#5a6d15;
  padding-top:5px;
}
.loggedinbox {
  background:url(images/bg-toploggedin.gif);
  background-repeat:no-repeat;
  width:323px;
  height:30px;
  text-align:left;
  font-size:12px;
  color:#5a6d15;
  padding-top:5px;
}
.loginput {
  background-color:#bbcb6a;
  width:135px;
  height:16px;
  border:none;
  color:#5a6d15;
}
.searchbox {
  background:url(images/searchbox.jpg);
  background-repeat:no-repeat;
  width:325px;
  height:70px;
}
.button {
  background:url(images/bg-button.gif);
  background-repeat:repeat-x;
  color:#ffffff;
  height:26px;
}
a:link {
	color: #5a6d15;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5a6d15;
}
a:hover {
	text-decoration: underline;
	color: #5a6d15;
}
a:active {
	text-decoration: none;
	color: #5a6d15;
}
.red {
  color:#ff0000;
  font-weight:bold;
}
.white {
  color:#ffffff;
  font-weight:bold;
}
.small {
  font-size:12px;
}