/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.mainlinkCell {
	text-align: center;
}
a.main:link {
	text-decoration: none;
	color: #0000FF;
}
a.main:visited {
	text-decoration: none;
	color: #0000FF;
}
a.main:hover {
	text-decoration: none;
	color: #FF3333;
}
a.main:active {
	text-decoration: none;
	color: #003399;
}

