@charset "iso-8859-1";
body {
	text-align: center;
	background-image: url(table.gif);
	background-repeat: repeat; 
	backgrund-position: 0px 0px;
	margin: 0;
	padding: 0;
}

p, div, td, form, input, textarea {
  color: #999999;
  font-family: 'courier new', courier, monospace;
  font-size: 13px;
  line-height: 16px;
}

a {
  color: #999999;
}
a:hover {
  background: #999999;
  color: #ffffff;
}
a:hover img {
  background: #ffffff;
}

#main {
	text-align: left;
}

	background-color: #FFFFFF


#topcontent {
  text-align: right;
  }


#topcontainer {
  text-align: left;
}

#topcontainer a {
  text-align: right;
 text-decoration: none;
 }

#bottomcontent {
  text-align: right;
}
#subnavi a {
  text-decoration: none;
}

#navi {
  text-align: right;
  line-height: 18px;
}
#navi a {
  text-decoration: none;
}

#next {
  text-align: right;
}

.attrname {
  text-align: left;
}
.attrvalue {
  text-align: left;
}

.formcell1 {
  text-align: right;
}
.formcell2 {
  text-align: left;
}
.textfield {
  background: #ffffff;
}
.textfieldfocus {
  background: #eeeeee;
  color: #999999;
}
.button {
  background: #ffffff;
  color: #999999;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
.button:hover {
  background: #999999;
  color: #ffffff;
}

.button2 {
  background: #ffffff;
  color: #999999;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
}
.button2:hover {
  background: #999999;
  color: #ffffff;
}

.buttonnew {
	background: #ffffff;
	color: #999999;
	text-decoration: none;
	cursor: pointer;
}
.buttonnew:hover {
	background: #999999;
	color: #ffffff;
  }

.buttonnewcolor {
  background: #ffffff;
  color: #669900;
  cursor: pointer;
  text-decoration: none;
}
.buttonnewcolor:hover {
  color: #ffffff;
  background: #669900;
  color: #ffffff;
  text-decoration: none;
}

.buttoncolor {
  background: #ffffff;
  color: #669900;
  cursor: pointer;
  text-decoration: none;
}
.buttoncolor:hover {
  color: #ffffff;
  background: #669900;
  color: #ffffff;
  text-decoration: none;
}

.buttonindex {
	background: #999999;
	color: #ffffff;
	text-decoration: underline;
	cursor: pointer;
 }
 
.buttonindex:hover {
	background: #ffffff;
	color: #999999;
 
}



.uc {
  text-transform: uppercase;
}

