body {
  padding: 0px;
  margin: 0px;
  background-color:#E5E5E5;
}
a img {
  border:0px;
}

/* structure */
#table_external {
  border-collapse: collapse;
  border-right: 1px solid #666666;
  border-left: 1px solid #666666;
  border-bottom: 1px solid #666666;
  width: 762px;
  background-color:#FFFFFF;
}

/* top section */
#top_bgground {
  background-image:url(images/top_bgground.jpg);
  height: 70px;
  vertical-align:top;
  padding: 0px;
}
#top_logo {
  position:relative;
  top: 10px;
}

/* menu section */
#menu_bgground {
  background-image: url(images/menu_bg.jpg);
  padding: 0px;
  border-top: 1px solid #666666;
  height: 20px;
}
#ul_menu {
  border-bottom: 1px solid #666666;
  margin: 0px;
  padding: 3px 0px 3px 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color:#000000;
  line-height: normal;
}
#ul_menu li {
  display: inline;
  padding: 3px 6px 4px 6px;
  border-right: 1px solid #999999;
}
.menu_over {
  background-color: #D6D6D6;
  color:#000000;
  cursor: pointer;
}
.menu_on {
  background-color: #FFFFFF;
  color: #000000;
  border-right: 1px solid #999999;
}
#lang_chose {
  position:absolute;
  top:3px;
  right: 0px;
  text-align:right;
}
#lang_chose img {
  border: 1px solid #999999;
  margin-right: 5px;
}
#lang_chose a:hover img {
  border: 1px solid #000000;
}
#lang_chose a:hover {
  color:#000000;
}
.visited {
  	filter:alpha(opacity=30);
	opacity: 0.3;
}

/* Content section */
#table_content {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding-bottom: 20px;
}
#content {
  position:relative;
  margin:20px;
}
#icons {
  position:absolute;
  right: 20px;
}
#icons img {
  border: 0px;
  padding-left: 5px;
}
#table_form {
  width:500px;
}
#table_form th {
  text-align:right;
}

/* footer section */
#table_footer {
  background-color: #FFBF3E;
  height: 20px;
  text-align:center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color:#000000;
  cursor: default;
}
#table_footer a {
  color:#000000;
}
#table_footer a:hover {
  color:#FFFFFF;
}

/* Page element */
h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
p, ul {
  line-height: 18px;
  text-align: justify;
}
#table_content a {
  color:#000000;
}
#table_content a:hover {
  color: #666666;
}
.img_sx {
  margin-right: 20px;
  margin-bottom: 20px;
}
.img_dx {
  margin-left: 20px;
  margin-bottom: 20px;
}
input, select, textarea {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.message {
  background-color:#FFFFCC;
  border:1px solid #666666;
  padding:3px;
}
