body { 
  background-color: #c0d0e0;
  color: black;
  font-size: 12pt;
  text-align: center;
}

a { 
  color: blue;
  text-decoration: none;
}

a:hover { 
  background-color: #ffffc0;
}

a:active { 
  color: red;
}

img { 
  border: none;
}

table{ 
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
}

td { 
  vertical-align: top;
}

table.bordered {
  border: outset 3px #5080b0;
  border-collapse: collapse;
}
.bordered td {
  border: solid 1px #5080b0;
  padding: 0.15em 0.3em;
}

h1 { 
  font-size: 10pt;
  font-weight: normal;
}

h2 {
  width-max: 780px;
  height: 50px;
  line-height: 50px;
  margin: 10px 0px;
  padding-left: 40px;
  font-size: 24px;
  background: url("../image/head2.png") no-repeat;
}

h3 {
  width-max: 780px;
  height: 30px;
  line-height: 30px;
  margin: 10px 0px;
  padding-left: 30px;
  font-size: 18px;
  background: url("../image/head3.png") no-repeat;
}

#all { 
  background-color: white;
  width: 800px;
  border: solid 1px #5080b0;
  margin: 20px auto;
  padding: 0px 0px;
  text-align: left;
}

#head { 
  width: 800px;
  height: 50px;
  line-height: 50px;
  font-size: 10pt;
  text-align: right;
}

#menu { 
  width: 800px;
}

.menubox {
  width: 150px;
  height: 30px;
  font-size: 24px;
  border: solid 1px #5080b0;
  margin: 0px;
  padding: 4px;
  float: left;
  text-align: center;
  background-color: #c0e0ff;
}

.menuboxinner {
  display: block;
  width: 150px;
  height: 30px;
}

#main { 
  clear: both;
}

.mainall {
  padding: 10px;
  text-align: left;
}

.maincolbig { 
  width: 480px;
  padding: 10px;
  text-align: left;
  float: left;
}
.maincolmedium { 
  width: 380px;
  padding: 10px;
  text-align: left;
  float: left;
}
.maincolsmall { 
  width: 280px;
  padding: 10px;
  text-align: left;
  float: left;
}

.maintext { 
  padding-left: 10px;
}

.sep {
  border-top: solid 1px #c0c0c0;
  border-bottom: solid 1px #c0c0c0;
  padding: 5px 0px;
}

#tail { 
  clear: both;
  font-size: 10pt;
  text-align: right;
  background-color: #c0e0ff;
}
