body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, imput, textarea, p, blockquote, th, td
{
  margin: 0;
  padding: 0;
}
fieldset, img{
  border: 0px none;
}
abbr, acronym{
  border: 0px none;
}
address, caption, cite, code, dfn, em,  strong, th, ver{
  font-style: normal;
  font-weight: normal;
}
h1, h2, h3, h4, h5, h6{
  font-size: 100%;
  font-weight: normal;
}

body {
  background-color: #ffffff;
  line-heigt: 1.5;
  color: #000000;
  font: 10px "‚l‚r ‚oƒSƒVƒbƒN", "Microsoft Sans Serif";
  text-align: left;
}
div#wrapper {
  padding: 10px;
  margin: 0;
}
a:link {
  color: #666666;
  text-decoration: none;
}
a:visited {
  color: #666666;
  text-decoration: none;
}
a:hover {
  color: #CC0066;
  text-decoration: underline;
}
a: active {
  color: #CC0066;
  text-decoration: underline;
}
h2 {
  font-size: 12px;
  font-weight:  bold;
  line-height: 1.5;
}
h3 {
  font-size: 10px;
  line-height: 1.5;
  padding-left: 10px;
}
h4 {
  font-size: 10px;
  line-height: 1.5;
  padding-left: 10px;
  background-image: url('../img/h4.jpg');
  background-position: left;
  background-repeat: repeat-y;
}
h5 {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 10px;
  background-image: url('../img/h4.jpg');
  background-position: left;
  background-repeat: repeat-y;
}
h6 {
  font-size: 10px;
  line-height: 1.5;
  padding-left: 12px;
  background-image: url('../img/h6.png');
  background-position: left;
  background-repeat: no-repeat;
  font-weight: bold;
}
.update {
  font-size: 9px;
  color:#ff0000;
  font-weight: bold;
}