html * {
  padding: 0px;
  margin: 0px;
}

BODY {
  font-family: verdana, helvetica, sans-serif;
  font-size: 11px;
  background-color: #fff;
}

IMG {
	border: 0px;
}

P {
  margin: 10px 0px;

}

A {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

TABLE {
  border: 1px solid #666;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-collapse: collapse;
}

TABLE TH,
TABLE TD {
  padding: 2px 4px;
  background: #fff;
}

TABLE TD {
  border-right: 1px solid #999;
  border-top: 1px solid #ccc;
}

.href {
  cursor: pointer;
}

/*******************************/
/******** popups **********/
/*******************************/
.popup {
    background: #fff;
     border: 1px solid #aaa;
     border-right: 4px solid #aaa;
     border-bottom: 4px solid #aaa;
     position: absolute;
     z-index: 99;
     height: auto;
     margin: auto;
}

.popup-form {
  min-width: 360px;
}

.popup-handle {
  background: #000;
  color: #fff;
  height: auto;
}

.popup-handle A {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
  cursor: pointer;
}

#remove-focus {
  background: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: .85;
  z-index: 10;
}

.hidden {
	display: none;
}

#wrapper {
  width: 768px;
  margin: auto;
  position: relative;
}

#outer-wrapper {
	width: 100%;
}

.trademark {
  font-size: .6em;
  top: .5ex;
  position: relative;
}

H1 {
	font-size: 32px;
}
H2 {
	font-size: 24px;
}

H3 {
	font-size: 19px;
}

H4 {
	font-size: 16px;
}

H5 {
	font-size: 13px;
}

H6 {
	font-size: 11px;
}