@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3e1053;
	background-color: #444444;
}
#table {
	background-attachment: scroll;
	background-image: url(bg3_lila.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 582px;
	width: 1000px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	color: #3e1053;
}
#frame {
	width: 100%;
	height: 300px;
	border: 0px;
	border-style:none;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3e1053;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3e1053;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3e1053;
	text-decoration: underline;
}

