a {
	text-decoration: none;
	color: #000066;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

a:visited {
	color: #880044;
	cursor: pointer;
}

.default {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #000000;
	cursor: default;
}

.small {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: justify;
	color: #000000;
	cursor: default;
}	
