html {
    height: 100%;
	width: 100%;
}
body {
  height: 100%;
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 0px;
  background-color: White
}
p, div, td{
}
#td_1{
  width: 352px;
}
#td_2{
  background-image: url(/images/fon01.gif);
  background-repeat: repeat-y;
  width: 260px;
}
#td_3{
  background-image: url(/images/fon02.gif);
  background-repeat: repeat-y;
  width: auto;
}
#div_1_1{
  background-image: url(/images/fon01.jpg);
  width: 352px;
  height: 768px
}
#div_1_2{
  width: auto;
  padding: 10px
}
#div_2_1{
  background-image: url(/images/fon02.jpg);
  width: 260px;
  height: 406px
}
#div_2_2{
  width: auto;
  padding: 5px
}
#div_3_1{
  width: auto;
  padding-left: 10px;
  padding-top: 10px
}
#div_3_2{
  width: auto;
  padding: 15px;
}
.title{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  color: DimGray;
  text-align: right;
}

div.copyright{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  font-weight: normal;
  color: DimGray;
  text-align: right;
}
div.copyright a{
  text-decoration: underline;
}
div.copyright a:link, a:visited, a:active {
  color : DimGray;
}
div.copyright a:hover {
  color : Black;
}

ul.ml a{
  color: #333333;
  margin: 0;
  outline: none;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #F1F1F1;
  font-weight: bold;
  padding: 10px;
  font-family: "Courier New", Courier, monospace;
  font-size: 11pt
}
ul.ml a:hover, ul.ml a:active,ul.ml a:focus {
  color: #CC0000;
  text-decoration: none;
  background-color: #F7F7F7;
}
ul.ml a:#active_menu {
  font-weight: bold;
  color: #CC0000;
  background-color: #F7F7F7
}
ul.ml li{
  list-style: none;
}
#div_ml{
  text-align: right
}
div.content{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-align: justify
}
h1{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14pt;
  font-weight: bold;
  color: Black
}
hr{
	height: 1px;
	color: Silver;
	background-color: Silver;
	border: 0px none;
}
table.contact td{
  text-align: left;
  border-bottom: 1px dotted #DDDDDD;
  font-size: 90%
}
table.contact td div{
  text-align: center;
}
.error{
  color: DarkRed;
  font-weight: bold
}


