body {
	font-family: Arial;
	font-size: 12px;
	background-image: url(images/main_bg.png);
	background-color: #756294;
	background-repeat: repeat-x;
	background-attachment: fixed;
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
td {
	font-family: Arial;
	font-size: 12px;
	text-align: justify;
}
a {
	color: #20679B;
	text-decoration: underline;
}
a:visited {
	color: #4198D8;
	text-decoration: underline;
}
a:hover {
	color: #009900;
	text-decoration: underline;
}