.tile {
	background-image: url(images/bg%20line.jpg);
	background-repeat: repeat-y;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #000066;
	font-weight: bold;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000066;

}
.tilenew {
	background-image: url(images/bg-linecw.jpg);
	background-repeat: repeat-x;
}
.buttons {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: bold;
	color: #000066;

}
A:hover {
  text-decoration: none;
  color:#000000;
}

A {
  text-decoration: none;
  color: #724405;
}
	
.line {
	background-image: url(images/line.jpg);
	background-repeat: repeat-y;
}

