/*----------Text Styles----------*/
.ws6 { font-size: 8px; }
.ws7 { font-size: 9.3px; }
.ws8 { font-size: 11px; }
.ws9 { font-size: 12px; }
.ws10 { font-size: 13px; }
.ws11 { font-size: 15px; }
.ws12 { font-size: 16px; }
.ws14 { font-size: 19px; }
.ws16 { font-size: 21px; }
.ws18 { font-size: 24px; }
.ws20 { font-size: 27px; }
.ws22 { font-size: 29px; }
.ws24 { font-size: 32px; }
.ws26 { font-size: 35px; }
.ws28 { font-size: 37px; }
.ws36 { font-size: 48px; }
.ws48 { font-size: 64px; }
.ws72 { font-size: 96px; }
.wpmd {
  font-size: 13px;
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
}

/*----------Para Styles----------*/
DIV, UL, OL {
  margin-top: 0px;
  margin-bottom: 0px;
}

/*----------Link Styles----------*/
a.style2:link {
  color: #FF6600;
  text-decoration: none;
}
a.style2:visited {
  color: #FF6600;
  text-decoration: none;
}
a.style2:hover {
  color: #99CC00;
  background: #ECFFEC;
  text-decoration: none;
}
a.style2:active {
  text-decoration: none;
}

a.style1:link {
  color: #333399;
  text-decoration: none;
}
a.style1:visited {
  color: #333399;
  text-decoration: none;
}
a.style1:hover {
  color: #333399;
  text-decoration: none;
}
a.style1:active {
  text-decoration: none;
}

a.style3:link {
  color: #FF6600;
  text-decoration: none;
}
a.style3:visited {
  color: #FF6600;
  text-decoration: none;
}
a.style3:hover {
  color: #99CC00;
  background: #ECFFEC;
  text-decoration: none;
}
a.style3:active {
  text-decoration: none;
}

/*----------Layout----------*/
div#container {
  position: relative;
  width: 823px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

body {
  text-align: center;
  margin: 0;
}