h1 {
font-family:Tahoma;
font-size:18 px;
}

h2 {
font-family:Tahoma;
font-size:12 px;
}

h3 {
font-family:Tahoma;
font-size:12 px;
}


a,a:link {
    color: #ff7200;
    text-decoration: underline;
  }


a:hover {
    color: #000;
    text-decoration: underline;
  }


a.ml,a.ml:link {
    color: #343434;
    font-size:10pt;
    text-decoration: none;
  }


a.ml:hover {
    color: #ff7200;
    font-size:10pt;
    text-decoration: underline;
  }


a.goodl,a.goodl:link {
    color: #000000;
    text-decoration: underline;
    font-size:13px;
    font-weight:bold;
  }


a.goodl:hover {
    color: #ff7200;
    text-decoration: underline;
  }


a.morel,a.morel:link {
    color: #2a95b0;
    text-decoration: none;
  }


a.morel:hover {
    color: #000;
    text-decoration: none;
  }


a.qa {
    color:#000;
    text-decoration:none;
  }


a.qa:hover {
    color:#000;
    text-decoration:underline;
  }


a.notice {
    color:#ff7200;
    text-decoration:none;
  }


a.notice:hover {
    color:#000;
    text-decoration:underline;
  }


html,body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    text-align:center;
  }


input, textarea, select {
    font-family: Verdana;
    font-size: 11px;
    width: 60%;
  }


td {
    color: #343434;
    font-family: Verdana;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
  }


.article {
    font-family:Tahoma;
    font-size:10pt;
    font-weight:bold;
  }

.citiesToolTip {
background:#ffffff;
border:#31b1d6 2px solid;
font-size:14px;
font-weight:bold;
font-family:tahoma;
padding:4px;
}

.flag {
z-index:4;
position:absolute;
cursor:pointer;
text-align:center;
}

#opacity {
width:100%;
height:100%;
display:none;
position:fixed;
z-index:1;
background:#ffffff;
filter: alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7;
}