@charset "utf-8";
/* CSS Document */
body {
background: #808080;
font-size: 12px;
font-family: century schoolbook, Times New Roman, arial, verdana;
color: #000000;
}
a {
color:#006;	
}
a:active {
font-weight: bold;	
}
h1 {
font-size: 16px;
padding-bottom: 0px;
}
.head {
padding-left: 3px;
border-bottom: 1px solid #000;
height: 80px;
text-align: left;
}
.nav {
padding-left: 6px;
padding-bottom: 2px;
border-bottom: 1px solid #000;
height: 22px;
text-align: left;
}
.main {
text-align: left;
vertical-align: top;
padding-left: 6px;
padding-top: 3px;
font-weight: normal;
}
.right {
text-align: left;
vertical-align: top;
padding-left: 10px;
padding-top: 3px;
padding-right: 4px;
font-weight: normal;
}
.foot {
text-align: right;
padding-left: 6px;
padding-right: 6px;
padding-bottom: 2px;
font-size: 11px;
font-weight: normal;
}
#marqueecontainer {
  position: relative;
  width: 300px; /*marquee width */
  height: 74px; /*marquee height */
  overflow: hidden;
  border: 0px solid orange;
  padding: 2px;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  text-align:center;
}
