/* CSS Document */
.Text {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.Text p {
	line-height: 12px;
	letter-spacing:-0.2wpx;
	text-align: left;
	display: block;
	margin: 0px 0px 5px 5px;
}
a:link {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #999999;
}
