html {
  height: 100%;
}

.clear {
  clear: both;
}

a img {
  border: 0px;
}

form {
  padding: 0px;
  margin: 0px;
}

/*
TITLE styles
*/

body.title_body {
  height: 100%;
  text-align: left;
  padding: 0px;
  margin: 0px;
	font: 12px Courier, Courier New, Tahoma, Arial;
	color: #fff;
/*
  background: #fff url('../img/title_back.gif') center center;
*/
}

table.title_body {
  width: 100%;
  height: 100%;
}

td.title_main {
  width: 100%;
  height: 100%;
}

td.title_footer {
/*
  padding: 3px;
*/
}

div.title_footer {
  text-align: center;
  background: #000;
}

div.title_footer a {
  color: #fff;
  text-decoration: none;
}

table.title_position {
  text-align: center;  
}

table.title_position td {
  white-space: nowrap;
}

td.title_side {
  text-align: left;
  vertical-align: top;
  width: 50%;
}

td.title_center {
  text-align: center;
  vertical-align: middle;
  padding: 50px 5px 25px 5px;
}

div.title_lang {
  float: left;
  padding: 8px 24px 15px 6px;
  background: url('../img/lang_back.gif') left top no-repeat;
}

div.title_lang a {
  font: 13px Consolas, Tahoma, Courier, Courier New, Arial;
  color: #fff;
  text-decoration: none;
}

/*
EOF TITLE styles

TITLE2 styles
*/

body.title2_body {
  height: 100%;
  text-align: left;
  padding: 0px;
  margin: 0px;
	font: 12px Courier, Courier New, Tahoma, Arial;
	color: #fff;
  background: #fff url('../img/title_back.gif') left top;
}

div.title2_body {
/*
  background: url('../img/title2_logo.gif') center center no-repeat;
*/
}

div.title2_aoback {
  position: absolute;
  top:0px;
  left:0px;
  width: 50%;
  height: 100%;
  background: url('../img/title2_aologo.gif') right bottom no-repeat;
}
div.title2_doback {
  position: absolute;
  top:0px;
  left:50%;
  width: 50%;
  height: 100%;
  background: url('../img/title2_dologo.gif') left top no-repeat;
}

table.title2_body {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 100;
}

td.title2_header {
  padding: 15px 35px 0px 0px;
}

td.title2_main {
  width: 100%;
  height: 100%;
}

td.title2_footer {
/*
  padding: 3px;
*/
}

div.title2_footer {
  text-align: center;
  background: #000;
}

div.title2_footer a {
  color: #fff;
  text-decoration: none;
}

div.title2_lang {
  float: right;
  padding: 8px 20px 14px 7px;
  background: url('../img/lang_back.gif') left top no-repeat;
}

div.title2_lang a {
  font: 13px Consolas, Tahoma, Courier, Courier New, Arial;
  color: #fff;
  text-decoration: none;
}

td.title2_menu {
  width: 50%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

div.title2_menu {
  padding: 80px 40px;
}

div.title2_menu a {
  text-decoration: none;
}


/*
EOF TITLE2 styles
*/

