.bckgrd {
	background-image: url(structure/bckgrd.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.degrade {
	background-image: url(structure/degrade.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #E1EEF1;
}
.line {
	background-image: url(structure/line.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
a:hover {
	color: #B793C1;
}
.txtgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.txtwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
}
.bckgrdfooter {
	text-decoration: none;
	background-image: url(structure/bckgrd-footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.linebckgrd {
	background-image: url(structure/bckgrd-line.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

