body {
  margin: 0px;
  background-image: url(../images/bg.jpg);
  background-repeat: repeat-y;
  background-position:  50% 50%;
  background-color: #274965;
  font-family: Century Gothic;
  font-size: 13px;
}
div {
  font-family: Century Gothic;
  font-size: 13px;
}
td {
  font-family: Century Gothic;
  font-size: 13px;
  color: #000000;
}
p {
  font-family: Century Gothic;
  font-size: 13px;
  text-align: justify;
}
ol {
  font-family: Century Gothic;
  font-size: 13px;
  font-weight: normal;
}
ul {
  padding-bottom: 0px;
  padding-top: 0px;
  font-family: Century Gothic;
  font-size: 13px;
  color: #000000;
  font-weight: normal;
}
li {
  padding-bottom: 2px;
  padding-top: 0px;
}
h1 {
  font-family: Century Gothic;
  font-size: 14pt;
  color: #274965;
  text-align: left;
}
h2 {
  font-family: Century Gothic;
  font-size: 11pt;
  color: #9c2b23;
  text-align: left;
}
.pkg {
  font-family: Century Gothic;
  font-size: 11pt;
  color: #b48710;
  text-align: left;
  font-weight: bold;
}
marquee {
  font-family: Century Gothic;
  font-size: 6pt;
  color: #666666;
}
form {
  margin: 0px;
  padding: 0px;
}
a {
  font-family: Century Gothic;
  font-size: 13px;
  color: #235c87;
  font-weight: normal;
  text-decoration: underline;
}
a.nav {
  font-family: Century Gothic;
  font-size: 13px;
  color: #235c87;
  font-weight: bold;
  text-decoration: none;
}
a.none {
  font-family: Century Gothic;
  font-size: 9px;
  color: #666666;
  font-weight: normal;
  text-decoration: none;
}
a:hover {
  font-family: Century Gothic;
  color: #9c2b23;
  font-weight: normal;
  text-decoration: underline;
}
a.nav:hover {
  font-family: Century Gothic;
  color: #def2fa;
  font-weight: bold;
  text-decoration: none;
}
a.none:hover {
  font-family: Century Gothic;
  font-size: 9px;
  font-weight: normal;
  text-decoration: underline;
  color: black;
}
a.box {
  border: 1px solid #660000;
  background-color: #274965;
  text-decoration: none;
  margin-right: 2px;
  padding-right: 4px;
  font-size: 12px;
  color: white;
  font-weight: bold;
  margin-left: 2px;
  padding-left: 4px;
  font-family: century gothic;
  padding-bottom: 2px;
}
a.box:hover {
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  background-color: #386992;
}
