 body
 {
  margin:0px;
 }
 p
 {
  font-family:Tahoma;
  font-size:11px;
  color:#6e6e6e;
 }
 
h1
 {
  font-family:Tahoma;
  font-size:14px;
  font-weight: bold;
  color:#333333;
  text-decoration:none;
 }

h2
 {
  font-family:Tahoma;
  font-size:12px;
  font-weight: bold;
  color:#333333;
  text-decoration:none;
 }

 h3
 {
  font-family:Tahoma;
  font-size:11px;
  font-weight: bold;
  color:#333333;
  text-decoration:none;
 }


td
 {
	font-family:Tahoma;
	font-size:11px;
	color:#6e6e6e;
	text-decoration:none;
	text-align : justify;
}

 span
 {
  font-family:Tahoma;
  font-size:11px;
  color:#6e6e6e;
  text-decoration:none;
 }

 span.foo
 {
  font-family:Tahoma;
  font-size:10px;
  color:#6e6e6e;
  text-decoration:none;
 }

 a
 {
  font-family:Tahoma;
  font-size:11px;
  color:#000000;
  text-decoration:none;
 }
 a:hover
 {
  font-family:Tahoma;
  font-size:11px;
  color:#990000;
  text-decoration:underline;
 }
 
 a.news
 {
  font-family:Tahoma;
  font-size:11px;
  color:#6e6e6e;
  text-decoration:none;
 }
  a.news:hover
 {
  font-family:Tahoma;
  font-size:11px;
  color:#6e6e6e;
  text-decoration:underline;
 }
 a.submenu
 {
  font-family:Tahoma;
  font-size:11px;
  color:#6e6e6e;
  text-decoration:none;
 }
 a.submenu:hover
 {
  font-family:Tahoma;
  font-size:11px;
  color:#990000;
  text-decoration:underline;
 }
input.gray
{
	border: 1px solid #808080;
	height:18px;
	background-color:#f0f0f0;
}