/* CSS Document */

.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	color: #333333;
}


a {
	color: #333333;
	text-decoration:none;
}

a:hover {
	color: #0066CC;
	text-decoration:underline;
}