BODY {
  font-family: Verdana, Arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: black;
  font-size: 8pt;
  background: #006000;
  width : 800px;
  margin-left : auto;
  margin-right : auto;
}

TABLE {
  background: #FFFFFF;
  text-align: left;
}

H1 {
  font-size: 14pt;
}

H2 {
  font-size: 12pt;
  color: blue;
}
H3 {
  font-size: 10pt;
  font-weight: bold;
  color: black;
}

P {
  font-size: 8pt;
  text-align: justify;
}

OL {
  font-size: 8pt;
}

UL {
  font-size: 8pt;
}

table.bodytable {
}
font.title0 {
  font-size: 18pt;
  color:  #000060;
}
font.title1 {
  font-size: 16pt;
  color:  #0000B0;
}
font.title2 {
  font-size: 14pt;
  color:  #0000F0;
}
font.title3 {
  font-size: 12pt;
  color:  #0000FF;
}

TD.leftedge {
  background: #E8E8E8;
  vertical-align: top;
  padding: 10px;
}
hr.ledge_hr {
  text-align: center;
  width: 80%;
}
TD.bodyblock {
  vertical-align: top;
  padding: 15px;
}
TD.rightedge {
  background: #E0E0C0;
  vertical-align: top;
  padding: 10px;
}
hr.redge_hr {
  text-align: center;
  width: 80%;
}

table.hmenu1 {
  background: #0000B0;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}
td.helem1 a:link, td.helem1 a:visited {
  color: #FFFFFF;
  font-style: normal;
  text-decoration: none;
}
td.helem1 a:hover {
  color: #FFFF00;
  text-decoration: underline;
}
td.helem1picked {
  background: #303030;
}
td.helem1picked a:link, td.helem1picked a:visited {
  color: #FFFFFF;
  font-style: normal;
  text-decoration: none;
}
td.helem1picked a:hover {
  color: #FFFF00;
  text-decoration: underline;
}
table.hmenu2 {
  background: #0000FF;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}
td.helem2 a:link, td.helem2 a:visited {
  color: #FFFFFF;
  font-style: normal;
  text-decoration: none;
}
td.helem2 a:hover {
  color: #FFFF00;
  text-decoration: underline;
}
td.helem2picked {
  background: #303030;
}
td.helem2picked a:link, td.helem2picked a:visited {
  color: #FFFFFF;
  font-style: normal;
  text-decoration: none;
}
td.helem2picked a:hover {
  color: #FFFF00;
  text-decoration: underline;
}
table.hmenu3 {
  background: #0060FF;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}
td.helem3 a:link, td.helem3 a:visited {
  color: #FFFFFF;
  font-style: normal;
  text-decoration: none;
}
td.helem3 a:hover {
  color: #FFFF00;
  text-decoration: underline;
}
td.helem3picked {
  background: #303030;
}
td.helem3picked a:link, td.helem3picked a:visited {
  color: #FFFFFF;
  font-style: normal;
  text-decoration: none;
}
td.helem3picked a:hover {
  color: #FFFF00;
  text-decoration: underline;
}
font.copyriteline {
  font-size: 7pt;
  font-weight: normal;
  font-style: italic;
  color: #606060;
}
.toplogin {
  text-align: right;
  background-color: #e0e0e0;
}

TD.toplogin {
  text-align: right;
}

.mainlogin {
  text-align: center;
}

tr.MCTHeader td {
  background: #e0e0e0;
  font-weight: bold;
  text-align: center;
}
tr.MCTStandard td {
  background: #FFFFFF;
}
tr.MCTAlternate td {
  background: #00CCFF;
}
tr.MCTSpecial td {
  background: #FFFF00;
}


#menu {
  padding:0;
  margin:0;
  list-style:none;
  height:30px;
  position:relative;
  z-index:500;
  font-family:arial, verdana, sans-serif;
  text-align: left;
  background: transparent;
}
#menu li {
  float:left;
  margin-right:1px;
}
#menu li a {
  display:block;
  float:left;
  height:30px;
  line-height:30px;
  background:#0000b0;
  color:#ffffff;
  text-decoration:none;
  font-size:10pt;
  font-weight:bold;
  padding:0 20px 0 20px;
  -moz-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
}
#menu li ul a {
  -moz-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}
#menu > a.sub {
  background: #505050 url(down-arrow.gif) no-repeat right center;
}

#menu table {
  border-collapse:collapse;
  width:0;
  height:0;
  position:absolute;
  top:0; left:0;
}

#menu li a:hover,
#menu li a.sub:hover,
#menu li.current a:hover,
#menu li.current a.sub:hover
{
  z-index:200;
  position:relative;
  color:#ffff00;
  background-color:#0040f0;
}
#menu li:hover
{
  position:relative;
  z-index:200;
  color:#ffff00;
  background-color:#0040f0;
}


#menu li.current a,
#menu li.current a.sub,
#menu li.current ul li.current a,
#menu li.current ul li.current a.sub,
#menu li.current ul li.current ul li.current a,
#menu li.current ul li.current ul li.current a.sub
{
  color:#40f040;
}

#menu li.current ul li a.sub,
#menu li.current ul li.current ul li a.sub
{
  color:#ffffff;
  url(down-arrow.gif) no-repeat right center;
}

#menu :hover ul {
  left:0;
  top:30px;
  width:150px;
  background:#0000b0;
}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul,
#menu :hover ul ul,
#menu :hover ul ul ul,
#menu :hover ul :hover ul ul
{
  position:absolute;
  left:-9999px;
  top:-9999px;
  width:0;
  height:0;
  margin:0;
  padding:0;
  list-style:none;
}

#menu :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul
 {
  left:150px;
  top:-1px;
  background:#0040f0;
  white-space:nowrap;
  width:150px;
  z-index:200;
  height:auto;
}

#menu :hover ul li {
  margin:0;
  border-top:1px solid #0000b0;
}
#menu :hover ul li a {
  width:150px;
  padding:0;
  text-indent:10px;
  background:#0000b0;
  color:#ffffff;
  height:30px;
  line-height:30px;
}
#menu :hover ul li a.fly {
  background:#0040f0 url(right-arrow.gif) no-repeat right center;
}

#menu :hover ul :hover {
  background-color:#0040f0; color:#ffff00;
}
#menu :hover ul :hover a.fly {
  background-color:#0040f0; color:#ffff00;
}

#menu :hover ul li.currentsub a {
  background:#0000b0;
  color:#ffffff;
}
#menu :hover ul li.currentsub a.fly {
  background:#0000b0 url(right-arrow.gif) no-repeat right center;
  color:#ffffff;
}
#menu :hover ul :hover ul li a {
  width:150px;
  padding:0;
  text-indent:10px;
  background:#0000b0;
  color:#ffffff;
}
#menu :hover ul :hover ul :hover {
  background-color:#0040f0;
  color:#ffff00;
}
#menu :hover ul :hover ul li.currentfly a,
#menu :hover ul :hover ul li.currentfly a:hover {
  background:#0040f0;
  color:#ffff00;
}
font.bordertext {
  font-size: 12px;
}

font.borderbase {
  font-size: 12px;
}

