/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.white {
	color:#FFFFFF;
}

a.white:link {
	color:#FFFFFF;
	text-decoration: none;
}
a.white:visited {
	color:#FFFFFF;
	text-decoration: none;
}
a.white:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
a.white:active {
	color:#FFFFFF;
	text-decoration: none;
}
