table{
font-size : 12px;
line-height : 16px;
}
.cr{
font-size : 11px;
line-height : 12px;
text-align : center;
}

.weathermain FORM{
  width: 700px;
margin: 0px;
padding: 0px;
}
.weathermain-header{
margin-bottom: 5px;
  width: 700px;
  background-image : url("menu/menu_bg.gif");
  border: solid 1px #96d8f1;
  text-align: center;
  padding: 4px 0px 2px 0px;
}
.weathermain-headerz{
margin-bottom: 5px;
  width: 700px;
  background-image : url("menu/menuz_bg.gif");
  border: solid 1px #9EF384;
  text-align: center;
  padding: 4px 0px 2px 0px;
}
.weathermain-headerp{
margin-bottom: 5px;
  width: 700px;
  background-image : url("menu/menup_bg.gif");
  border: solid 1px #FFBDC5;
  text-align: center;
  padding: 4px 0px 2px 0px;
}
.weathermain A:LINK {
  text-decoration: none;
}
.weathermain A:VISITED {
  text-decoration: none;
}
.weathermain A:HOVER {
  text-decoration: none;
}


.weathermenu A {
  display: block;
  width: 100%;
  color: #333333;
  background-image : url("menu/menu_bg.gif");
  border-right: solid 1px #96d8f1;
  border-bottom: solid 1px #96d8f1;
  margin: 0px;
  padding: 5px 0px 2px 0px;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  text-decoration: none;
}
.weathermenu A:hover {
  color: #2971A4;
  background-image : url("menu/menu_bg_on.gif");
  border-right: solid 1px #96d8f1;
  border-bottom: solid 1px #96d8f1;
  margin: 0px;
  padding: 5px 0px 2px 0px;
}

.weathermenuz A {
  display: block;
  width: 100%;
  color: #333333;
  background-image : url("menu/menuz_bg.gif");
  border-right: solid 1px #9EF384;
  border-bottom: solid 1px #9EF384;
  margin: 0px;
  padding: 5px 0px 2px 0px;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  text-decoration: none;
}
.weathermenuz A:hover {
  color: #5EB044;
  background-image : url("menu/menuz_bg_on.gif");
  border-right: solid 1px #9EF384;
  border-bottom: solid 1px #9EF384;
  margin: 0px;
  padding: 5px 0px 2px 0px;
}
.weathermenup A {
  display: block;
  width: 100%;
  color: #333333;
  background-image : url("menu/menup_bg.gif");
  border: solid 1px #FFBDC5;
  margin: 0px;
  padding: 5px 0px 2px 0px;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  text-decoration: none;
}
.weathermenup A:hover {
  color: #B60909;
  background-image : url("menu/menup_bg_on.gif");
  border: solid 1px #FFBDC5;
  margin: 0px;
  padding: 5px 0px 2px 0px;
}