body {
	background: url("images/t1_02.gif");
	background-position: top left;
	background-attachment: ;
	background-repeat: no-repeat;
	font-family: Arial, Helvetical, sans-serif;
}

table, tr, td {
	background-position: top left;
	background-attachment: ;
	background-repeat: no-repeat;
}

a {
	text-decoration: underline;
	color: #922c46;
}
a:hover {
	color: #4444FF;
}

a:active {
	color: #00FF00;
}

a img {
	border: 0px;
}

p a img {
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
	border: 0px;
}

p a img:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	border: 0px;
}

div img {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}

UL	{
	list-style: square outside;
	color: #922c46;
}














