body {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
  background-color: #eeeeee;
}
td,th,input,select,p,div {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
}
h1,h2,h3,form,input,p {
  margin: 0px;
  padding: 0px;
}
p, span.xinha, div.xinha, p.xinha {
  font-family: Verdana, sans-serif;
  color: #695f5f;
  font-size: 11px;
}


p.h1 {
  font-size: 17px; 
  color: #ffffff;
}

.hTcolour {
  font-family: Verdana, sans-serif;
  font-size: 22px; 
  color: #3300cc;
  font-weight: normal;
  font-style: normal;
}

.h1colour {
  font-family: Verdana, sans-serif;
  font-size: 17px; 
  color: #333366;
  font-weight: bold;
}

.h2colour {
  font-family: Verdana, sans-serif;
  font-size: 17px; 
  color: #333366;
  font-weight: bold;
}
.h3colour {
  font-family: Verdana, sans-serif;
  font-size: 14px; 
  color: #3f485f;
  font-weight: bold;
}
td.h3colour {
  font-size: 12px; 
  color: #000000;
}
p.text {
  color: #695f5f;
}
ul {
  margin: 0px 0px 0px 20px;
  padding: 0px;
  list-style-type: disc;
}
.white {
  color: #ffffff;
}
li {
  list-style-type: disc;
  margin: 0px;
  padding: 0px;
  padding-top: 2px;
}
h1,h2,h3 {
  color: #6f6f6f;
}
a {
  color: #6f6f6f;
  text-decoration: underline;
}
a:hover {
  color: #929292;
}
h3 {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  font-style: normal;
}
h2 {
  font-family: Verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}
h1 {
  font-family: Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
}
h1.title {
  margin-left: 15px;
}
sup {
  font-size: 9px;
}

a.navS {
  display: block;
  color: #ffffff;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  text-decoration: none;
/*  height: 14px;*/
  font-weight: bold;
}
a.navS:hover {
  color: #cc2200;
  text-decoration: none;
}

a.navSnoB {
  color: #ffffff;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  text-decoration: none;
/*  height: 14px;*/
  font-weight: bold;
  display: block;
  padding: 3px 2px 3px 12px;
}
a.navS:hover {
  color: #cc2200;
  text-decoration: none;
}
a.navT {
  color: #3300cc;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  text-decoration: none;
/*  height: 14px;*/
  font-weight: normal;
}
a.navT:hover {
  color: #cc2200;
  text-decoration: none;
}

a.navMore {
  color: #3300cc;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  text-decoration: underline;
/*  height: 24px;*/
  font-weight: normal;
}
a.navMore:hover {
  color: #cc2200;
  text-decoration: underline;
}

a.navI {
  display: block;
  color: #afafaf;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  text-decoration: none;
/*  height: 14px;*/
  font-weight: bold;
}
a.navI:hover {
  color: #acacac;
  text-decoration: none;
}

a.navInoB {
  color: #afafaf;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  text-decoration: none;
/*  height: 14px;*/
  font-weight: bold;
}
a.navI:hover {
  color: #acacac;
  text-decoration: none;
}

a.nav1 {
  display: block;
  color: #ffffff;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  text-decoration: none;
/*  height: 14px;*/
}
a.nav1:hover {
  color: #ffa400;
  text-decoration: none;
}
p.text {
  margin-top: 5px;
}
.copy {
  font-family: Verdana, sans-serif;
  font-size: 9px;
  color: #ffffff;
  text-decoration: none;
}
a.copy:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* magic: because position:fixed; fails to position:static; in IE, we use IE-specific expressions to fix this. */ 
/* but we must set position:absolute;, left and top before this or it won't work. */

div#fixed {
  position: absolute;
  left: 0px; 
  top: 0px; 
/*  left: expression( ( ignoreMe = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) + 'px' );
  top: expression( ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) + 'px' );*/
}
div>div#fixed {
  position: absolute;
  position: fixed;
} 
p.grey {
  color: #333333;
}
a.reference {
  color: #ff6600;
}
a.reference:hover {
  color: #ee5500;
}
div.news_right {
  border-bottom: 3px solid #ffffff;
  background-color: #dbced3;
  padding: 15px 15px 8px;
}
p.xinha {
  margin-top: 5px;
  margin-bottom: 10px;
}


a.xinhaNoLink
{
  color: #4f4f4f;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  text-decoration: underline;
/*  height: 14px; */
}
a.xinhaNoLink:hover
{
color: #929292;
}


.xinha {
}
h1.xinha, h2.xinha, h3.xinha {
  margin-top: 10px;
}

a.find_found {
  font-weight: bold;
  text-decoration: underline;
}