body {
  margin: 0px;
  padding: 0px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: small;
  color: #000;
  background-color: #fff;
}

.clear {
  clear: both;
}

p.for-non-compliant {
  display: none;
}

#your-link-to {
  vertical-align: text-bottom;
}

img {
  border: 0px;
}

h1, h2, h3, h4, h5, h6 {
  color: #009;
  background-color: transparent;
}

a {
  text-decoration: none;
  font-weight: bold;
  font-family: verdana, arial, helvetica, sans-serif;
  color: #930;
  background-color: transparent;
}

a:link {
  color: #930;
  background-color: transparent;
}

a:visited {
  color: #930;
  background-color: transparent;
}

a:hover {
  text-decoration: underline;
  color: #009;
  background-color: transparent;
}


div.header-box {
  width: 100%;
  
  /* purposely defined to wrong value for Win IE 5.x [real height + bottom border] */  
  height: 80px;
  
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #000;
  font-size: small;
  font-weight: bold;
  color: #009;
  background: #fff url("../images/background_others.gif") no-repeat top left;

  /* tantek celik hack to correct height for standards compliant browser */
  voice-family: "\"}\"";
  voice-family: inherit;
  height: 79px;
}

/* CSS2 sector version */
html>body>div.header-box {
	height:79px;
}

div.main-box {
  margin-top: 10px;
  margin-left: 168px;
  padding: 0px;
  text-align: left;
}

div.thumbs-box {
  margin: 0px;
  padding: 0px;
}

div.footnote-box {
  clear: both;
  margin: 0px;
  padding: 20px 0px;
  font-size: x-small;
  text-align: center;
  background-color: transparent;
}


div.footnote-box a {
  text-decoration: none;
  font-weight: normal;
  font-family: verdana, arial, helvetica, sans-serif;
  color: #930;
  background-color: transparent;
}

div.footnote-box a:link {
  color: #930;
  background-color: transparent;
}

div.footnote-box a:visited {
  color: #930;
  background-color: transparent;
}

div.footnote-box a:hover {
  text-decoration: underline;
  color: #009;
  background-color: transparent;
}

div.navigation {
  display: none;
}

img.content {
  border: 1px solid #000;
}

div.image-120x160 {
  float: left;
  width: 120px;
  margin: 10px 10px 0px 0px;
  padding: 0px;
}

div.image-160x120 {
  float: left;
  width: 160px;
  margin: 10px 10px 0px 0px;
  padding: 0px;
}

div.image-240x320 {
  clear: both;
  width: 240px;
  margin: 0px;
  padding: 0px;
}

div.image-320x240 {
  clear: both;
  width: 320px;
  margin: 0px;
  padding: 0px;
}

p.caption {
  font-size: x-small;
  text-align: left;
  color: #009;
  background-color: transparent;
}
