html {
	height: 100%;
	overflow: hidden;
	}
body {
	background-color: #22011E;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bgfornews.gif);
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a:link {
	color: #7D3378;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #7D3378;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #7D3378;
}
.left {
	float: left;
}
.maintitle {
	font-size: 11px;
	color: #FFFFFF;
}
#html_div {
	color: #000000;
}

#html_div a:link {
	text-decoration: none;
}
#html_div a:visited {
	text-decoration: none;
}
#html_div a:hover {
	text-decoration: underline;
	color: #BC5CB5;
}
#html_div table,td,th {
	color: #000000;
}
