/*
  $Id: stylesheet.css $
*/


BODY {
	font-family: "Trebuchet ms";
	background-position: center top;
	background-repeat:repeat;
	background-attachment:fixed;
	background-image: url(images/bg.jpg);
	font-size: 8px;
	color: #C70000;
    margin-top: 0px; 
    padding-top: 0px; 
	margin-bottom: 0px; 
    padding-bottom: 0px; 
}

h1 {
font-family: Trebuchet ms;
font-size: 8px; color:#808080
}

h2 {
font-family: Trebuchet ms;
font-size: 10px; color:#808080
}

A {
  color: #FF0000;
  text-decoration: none
}

A:hover {
  color: #FF0000;
  
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #FFFFFF; color:#808080
}

TD.headerNavigation {
  font-family: Trebuchet ms;
  font-size: 10px;
  background: #FFFFFF;
  color: #808080;
  font-weight : bold
}


TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Trebuchet ms;
  font-size: 10px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #FFFFFF;
}

TD.footer {
  font-family: Trebuchet ms;
  font-size: 8px;
  background: #FFFFFF;
  font-weight: bold
}
.table {
	border-right-width: 15px;
	border-left-width: 15px;
	border-right-style: double;
	border-left-style: double;
	border-right-color: #c70000;
	border-left-color: #c70000;
}
.footer {
	font-family: Trebuchet ms;
	font-size: 10px;
	font-weight: bold;
}
.bodytxt {
	font-family: "Trebuchet MS";
	font-size: 9px;
}
