/* Master CSS for Heralds Homepage */
/* (c) Heralds, 2000-2011 */
BODY{
  font-family : Tahoma,Verdana,Arial,sans-serif;
  font-weight : normal;
  color : black;
  background-color : white;text-decoration : none;
  background-repeat : repeat;
  text-align:justify;
}
H1{
  font-family : Tahoma,Verdana,Arial,sans-serif;
  font-weight : normal;
  text-decoration : none;
  text-transform : capitalize;
  text-align:left;
}
H2{
  font-family : Tahoma,Verdana,Arial,sans-serif;
  font-weight : normal;
  text-decoration : none;
  text-align:left;
}
H3{
  font-family : Tahoma,Verdana,Arial,sans-serif;
  font-weight : normal;
  text-decoration : none;
  text-align:left;
}
H4{
  font-family : Tahoma,Verdana,Arial,sans-serif;
  font-weight : normal;
  text-decoration : none;
  text-align:left;
}
H5{
  font-family : Tahoma,Verdana,Arial,sans-serif;
  font-weight : normal;
  text-decoration : none;
  text-align:left;
}
H6{
  font-family : Tahoma,Verdana,Arial,sans-serif;
  font-weight : normal;
  text-decoration : none;
  text-align:left;
}
A{
  font-family : Tahoma,Verdana,Arial,sans-serif;
}
PRE{
  font-family : "Courier New",monospace;
  text-align:left;
}
TH{
  font-family : Tahoma,Verdana,Arial,sans-serif;
  font-weight : normal;
  text-decoration : bold;
}
TD{
  font-family : Tahoma,Verdana,Arial,sans-serif;
  font-weight : normal;
  text-decoration : none;
}
P{
  font-family : Tahoma,Verdana,Arial,sans-serif;
  text-align:justify;
}
LI{
  font-family : Tahoma,Verdana,Arial,sans-serif;
}
UL{
  font-family : Tahoma,Verdana,Arial,sans-serif;
}
MARQUEE
{
  font-family : "Lucida Sans Unicode";
  color : black;
  background-color :#cccccc;
  text-decoration : none;
}
#container
{
  text-align:center;
  width:900px;
}
#logo
{
  text-align:center;
  width:750px;
}
#menu
{
  text-align:center;
  width:200px;
  float:left;
}
#body
{
  text-align:justify;
  width:680px;
  float:left;
}
#copyright
{
  text-align:center;
  font-size:small;
  width:200px;
  float:left;
}
#footer
{
  text-align:justify;
  width:680px;
  float:left;
}
#smalltext
{
  text-align:justify;
  text-align:left;
  font-size:x-small;
}
#img-opacity
{
  style:"opacity:0.5;filter:alpha(opacity=50)";
  onmouseover:"this.style.opacity=1;this.filters.alpha.opacity=100";
  onmouseout:"this.style.opacity=0.5;this.filters.alpha.opacity=50";
}
