/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
a:link {
	color: #000000;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	color: #9900FF;
	font-family: Arial;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
	color: #FF00FF;
	font-family: Arial;
}
a:active {
	text-decoration: none;
	color: #CC33FF;
	font-family: Arial;
}
body,td,th {
	font-family: Times New Roman, Times, serif;
	color: #000000;

}
table {
	border-collapse:collapse;

}
