body {
  text-align: center; /* Internet Explorer hack */
	  background: #fff;
  margin: 0px;
	background: #DDDBCD;
}
td {
  font-family: trebuchet ms,tahoma,verdana,arial,helvetica,sans-serif; 
  font-size: 11px;
}

a {
	color: #00d;
}

a:visited {
	color: #00d;
}

table#master {
  margin: 0 auto 10px auto;
  border-collapse: collapse;
  background: #fff;
  text-align: left;
}

table#top {
  width: 700px;
  margin-top: 10px;
  margin-right: 10px;
}
td#toplogo {
  width: 280px;
}
td#toplinks {
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	line-height: 15px;
}

table#content {
  border-collapse: collapse;
  width: 700px;
  margin: 0 auto 30px auto;
}

td#spacer1 {
  height: 20px;
  border-bottom: 1px solid #DDDBCD;
}

input.login {
  font-size: 11px;
}

img {
	border: 0px;
}

a.navlink {
	color: #000;
	text-decoration: none;
}
a.navlink:visited {
  color: #000;
}


