body,td,th {
	font-size: 12px;
	color: #555555;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
