html, body {
  height: 100%;
  width: 100%;
  padding: 0px;
  margin: 0px;
  background-image: url(img/bg.jpg);
  background-position: left;
  background-repeat: repeat;
}

td {
	vertical-align: top; 
	padding: 0px;
	margin:0px;
}

img {
  border: 0px;
}

table td {
  border: 0px solid red;
  padding: 0px;
  margin: 0px;
}

a:hover {
  text-decoration:none;
}

td.dot_left {
  background-image: url(img/dot_v.gif);
  background-position: right;
  background-repeat: repeat-y;
}

td.dot_right {
  background-image: url(img/dot_v.gif);
  background-position: left;
  background-repeat: repeat-y;
}

td.top_l { 
  background-image: url(img/top_l.gif);
  background-position: right;
  background-repeat: no-repeat;
}

td.top_r { 
  background-image: url(img/top_r.gif);
  background-position: left;
  background-repeat: no-repeat;
}

td.top_b { 
  background-image: url(img/dot_g.gif);
  background-position: bottom;
  background-repeat: repeat-x;
}

td.bottom_l { 
  background-image: url(img/bottom_l.gif);
  background-position: right;
  background-repeat: no-repeat;
}

td.bottom_r { 
  background-image: url(img/bottom_r.gif);
  background-position: left;
  background-repeat: no-repeat;
}

td.bottom_u { 
  background-image: url(img/dot_g.gif);
  background-position: top;
  background-repeat: repeat-x;
}

td.top {
  background-image: url(img/top_bg.jpg);
  background-position: left;
  background-repeat: repeat-x;
}

td.top_1 {
  background-image: url(img/top_1.jpg);
  background-position: left;
  background-repeat: no-repeat;
}

td.top_2 {
  background-image: url(img/top_2.jpg);
  background-position: left;
  background-repeat: no-repeat;
}

td.top_3 {
  background-image: url(img/top_3.jpg);
  background-position: right;
  background-repeat: no-repeat;
}


td.menu {
  background-image: url(img/menu_bg.jpg);
  background-position: left;
  background-repeat: repeat-x;
}

td.menu a {
  text-decoration:none;
  font-family: Corbel, sans-serif;
  font-size: 11px;
  color:#ffffff;
  vertical-align:top;
}

td.cont_text {
  text-decoration:none;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color:#2c2c2c;
  line-height:14px;
}



td.cont_text2 {
  text-decoration:none;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color:#2c2c2c;
  line-height:16px;
}

td.cont_text2 {
  text-decoration:none;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color:#2c2c2c;
  line-height:16px;
}

td.cont_text3 {
  text-decoration:none;
  font-family: Arial, sans-serif;
  font-size: 24px;
  color:#2c2c2c;
  line-height:24px;
}

td.cont_text a {
  color:#74a140;
}

td.cont_text a:hover {
  text-decoration:none;
}

td.cop {
  font-family: Tahoma, sans-serif;
  font-size: 11px;
  color:#595959;
  padding-top:7px;
  padding-left:30px;
}


