td, p {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}

.text {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}

.bigtext {
	font-family: Tahoma;
	font-size: 12px;
      font-weight: bold;
	color: #333333;
}

.title {
	font-weight: bold;
}

a:visited {
	color: #3366cc;
	text-decoration: none;
}

a:link {
	color:  #3366cc;
	text-decoration: none;
}

a:hover {
	color: #3366cc;
	text-decoration: underline;
}

a:active {
	color: #3366cc;
	text-decoration: none;
}