/* CSS Document */
body {
	background-image: url(../../images/bg1.gif);
	background-repeat: repeat;
}
.style1 {
	color: #333333;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
h1 {
	font-family: Natzilino;
	font-size: 20px;
	color: #FFFFFF;
}

.line_cat {
  padding-top: 2px;
  width: 576px;
  float: left;
}
.line_cat h2 {
	font-weight: bold;
	color: #FFFFFF;
	font-family: Natzilino;
	font-size: 16px;
	line-height: normal;
}
/*Livelines*/
table.lines { 
  border-collapse: collapse;
  width: 700px; 
  margin-bottom: 20px;
   
}
table.lines td {
	padding: 3px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #ffffff;
}
table.lines tr.even {
	background-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #000000;
	text-align: justify;

}
table.lines tr.odd {
	background-color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #000000;

}
tr.header td {
	background-color: #660000;
	color: #ffffff;
	font-weight: bold;
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

tr.header2 td { 
  background: #660000; 
  color: #ffffff; 
}

tr.header3 td {
  background: #ccc; 
  color: #333333; 
}

tr.comments td {
  font-style: italic; 
  text-align: left; 
  padding: 3px; 
}
.style8 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFCC00;
}