.findall {
	background-image: url(Line.gif);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: right top;

}
.Lineright {
	background-image: url(Line.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.HorizontalLine {
	background-image: url(Horizontal.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.list {
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: none;



}
