body { 
  color:       black;
  background:  #fafffa;
  margin:      0px; 
  padding:     0px;
}

div { 
  margin: 0px;
  padding: 0px 10px 0px 0px;
}

div.leftalign {
  text-align: left;
}

div.centrealign {
  text-align: center;
}

div.boldcentre {
  text-align:  center;
  font-weight: bold;
}

h1 {
  font-family:      "times new roman", times, serif;
  font-size:        36px;
  font-weight:      bold;
  text-align:       center;
  padding:          0px;
  margin:           15px 0px 20px 0px;
}

h2 {
  font-family: "times new roman", times, serif;
  font-size:   32px;
  font-weight: bold;
  text-align:  center;
  padding:     0px;
  margin:      15px 0px 20px 0px;
}

h3 {
  font-family: "times new roman", times, serif;
  font-size:   28px;
  font-weight: bold;
  text-align:  center;
  padding:     0px;
  margin:      15px 0px 20px 0px;
}

h4 {
  font-family: "times new roman", times, serif;
  font-size:   24px;
  font-weight: bold;
  text-align:  center;
  padding:     0px;
  margin:      15px 0px 20px 0px;
}

h5 { 
  font-family: "times new roman", times, serif;
  font-size:   20px;
  font-weight: bold;
  text-align:  center;
  padding:     0px;
  margin:      15px 0px 20px 0px;
}

h6 { 
  font-family: "times new roman", times, serif;
  font-size:   24px;
  font-weight: bold;
  text-align:  center;
  padding:     0px;
  margin:      15px 0px 20px 0px;
  color:       #ff8800;
  background:  none
}

p {
  padding:   0px;
  margin:    0px 0px 15px 0px;
  font-size: 15px;
  font-family: "times new roman", times, serif;
  font-style:  normal;
}

p.small {
  font-size: 10px;
}

p.updated {
  font-weight: bold;
  text-align:  right;
  font-style:  italic;
  font-size:   11px;
}


p.footnote {
  font-size: 14px;
}

.weatherzone {
  color:       #323232;
  background: #EFEFEF;
  font: normal 11px Tahoma, Arial, Sans-Serif;
}

.weatherzone_head { 
  text-align:  center; 
  color:      #EFEFEF; 
  background: #4185A5;
  font: bold 11px Tahoma, Arial, Sans-Serif;
}

hr {
  margin-top: 30px;
  padding:    0px;
  width:      100%;
  height:     3px;
}

.wxButtonFrame {
  
  height: 62px;
  vertical-align: top;
  width: 120px; 
}

.wxButtonFrame80 {
  
  height: 80px;
  vertical-align: top;
  width: 234px; 
}
