/* links */
.type3:link  {
	font-family: Arial;
	font-size: 11px;
	color: #Ff3366;
	text-decoration: underline;
	font-weight: bold;
}

.type3:visited  {
	font-family: Arial;
	font-size: 11px;
	color: #Ff3366;
	text-decoration: underline;
	font-weight: bold;
}

.type3:active  {
	font-family: Arial;
	font-size: 11px;
	color: #Ff3366;
	text-decoration: underline;
	font-weight: bold;
}

.type3:hover {
	font-family: Arial;
	font-size: 11px;
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}

/* Content heading */
.contentheading {
	color: #Ff3366;
	font-weight: bold;
	font-size: 12px;
}

.other {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

.other2 {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

/* heading */
.heading {
	color: #CC0000;
	font-weight: bold;
	font-size: 15px;
}

