 
html, body {
  margin: 0;
  padding: 0;
  height: 99%;
}

* {
	font-family: Arial, Helvetica, sans-serif;
}

* li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.top {
  font-size: 22px;
  font-weight: bold;
}

.choose {
  margin-top: 100px;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  color: #333333;
} 

.intro {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  color: #333333;
}

.choose a:link,
.choose a:visited,
.intro a:link,
.intro a:visited {
  color: #333333;
  text-decoration: none;
}

.choose a:hover,
.choose a:focus,
.intro a:hover,
.intro a:focus {
  background: #CCCCCC; 
  text-decoration: none;
}

.iframe1 {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px;
} 

.iframe1 a:link {
  color: blue;
  text-decoration: none;
}

.iframe1 a:visited {
  color: blue;
  background: #CCCCCC;
  text-decoration: none;
}

.iframe1 a:hover,
.iframe1 a:focus {
  background: #CCCCCC;
  text-decoration: none;
}

.main {
  font-size: 12px;
} 

.main a:link,
.main a:visited {
  color: blue;
  text-decoration: none;
}

.main a:hover,
.main a:focus {
  background: #CCCCCC; 
  text-decoration: none;
}

.foot {
  font-size: 10px;
} 

.foot a:link,
.foot a:visited,
.foot span a:link, 
.foot span a:visited {
  color: blue;
  text-decoration: none;
}

.foot a:hover,
.foot a:focus,
.foot span a:hover, 
.foot span a:focus {
  background: #CCCCCC; 
  text-decoration: none;
}

#content {
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: auto;
  /* height: auto; */
  overflow: hidden;
  /* text-align: center; */
  border-collapse: collapse;  
  border-width: 0px;
}

#corner {
  width: 15%;
  height: 15%;
  min-height: 15%;
  margin: auto;
  /* height: auto; */
  overflow: hidden;
  text-align: center;
  border-collapse: collapse; 
  background-color: #BCBCBC;
}

#top {
  width: 85%;
  height: 15%;
  min-height: 15%;
  margin: auto;
  /* height: auto; */
  overflow: hidden;
  /* text-align: center; */
  border-collapse: collapse;
  border-width: 0px; 
  background-color: #DBDBDB;
  vertical-align:text-top;
}

#navigation {
  width: 15%;
  height: 83%;
  min-height: 83%;
  margin: auto;
  /* height: auto; */
  overflow: hidden;
  text-align: center;
  vertical-align: baseline;
  border-collapse: collapse; 
  background-color: #DBDBDB;
}

#main {
  width: 85%;
  height: 83%;
  min-height: 83%;
  margin: auto;
  /* height: auto; */
  overflow: hidden;
  text-align: center;
  border-collapse: collapse; 
  border-width: 0px;
  background-color: #FFFED5;
}

#foot {
  width: 100%;
  height: 2%;
  min-height: 2%;
  margin: auto;
  /*height: auto;*/
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  border-collapse: collapse; 
  background-color: #BCBCBC;
}

#table_top {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 30%;
  min-height: 30%;
  margin: auto;
  /* height: auto; */
  overflow: hidden;
  text-align: center;
  border-collapse: collapse;
  border-width: 0px;
  border-style: none;
  line-height: 21px;
  vertical-align: middle;
}

#table_top td {
  width: 25%;
  height: 100%;
  min-height: 100%;
  margin: auto;
  /* height: auto; */
  overflow: hidden;
  text-align: center;
  border-collapse: collapse;
  border-width: 0px;
  border-style: none;
  background-color: black;
  vertical-align: middle;
  line-height: 21px;
}

.table_ddb {
  margin: 0;
  padding: 0;
  margin: auto;
  width: 100%;
  /* height: auto; */
  overflow: hidden;
  text-align: center;
  border-collapse: collapse;
  border-width: 0px;
  border-style: none;
}

.table_ddb td {
  vertical-align: bottom;
  height: 23px;
}

.sel {
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  font-size: 12px;
  border: 1px solid #CFE5F5;
  background-color: #CFE5F5;
  width: 100%;
}

.search_box {
  padding-top: 0px;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  font-size: 12px;
  border: 1px solid black;
  background-color: #F2F8FB;
  height: 14px;
}

.search_button {
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  font-size: 11px;
  border: 1px solid black;
  background-color: #CFE5F5;
  height: 17px;
  vertical-align: baseline;
}

.settings {
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  font-size: 12px;
  font-weight: normal;
}

.advertise {
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  font-size: 11px;
  font-weight: normal;
}

.settings a:link,
.settings a:visited {
  color: blue;
  text-decoration: none;
}

.settings a:hover,
.settings a:focus {
  background: #CCCCCC; 
  text-decoration: none;
}

.advertise a:link,
.advertise a:visited {
  color: blue;
  text-decoration: none;
}

.advertise a:hover,
.advertise a:focus {
  background: #CCCCCC; 
  text-decoration: none;
}

/* Styles for Search-Info (Carlo Manco, 01/2007) */

a.info, 
a.info:link, 
a.info:visited, 
a.info:active {
  position: relative;
  text-decoration: none;
  font-style: normal;
}

a.info:hover {
  background: transparent;
}

a.info span {
  display: none;
  text-decoration: none;
}

a.info:hover span {
  display: block;
  position: absolute;
  top: 0px;
  left: -380px;
  width: 360px;
  height: 16px;
  z-index: 1;
  color: #000000;
  border: 1px solid #000000;
  background: #CFE5F5;
  font: 11px Arial, Helvetica, sans-serif;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}

