/* CSS Document */
body,td,th {
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}
a:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 15pt;
}
a:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 15pt;
}

a:hover {
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
	line-height: 15pt;
}
a:active {
	font-size: 12px;
	color: #FF3300;
	line-height: 15pt;
}