/* links */
.type3:link  {
	font-family: Calibri;
	font-size: 14px;
	color: #Ff3366;
	text-decoration: underline;
	font-weight: bold;
}

.type3:visited  {
	font-family: Calibri;
	font-size: 14px;
	color: #Ff3366;
	text-decoration: underline;
	font-weight: bold;
}

.type3:active  {
	font-family: Calibri;
	font-size: 14px;
	color: #Ff3366;
	text-decoration: underline;
	font-weight: bold;
}

.type3:hover {
	font-family: Calibri;
	font-size: 14px;
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}

.type5:link  {
	font-family: Calibri;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

.type5:visited  {
	font-family: Calibri;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

.type5:active  {
	font-family: Calibri;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

.type5:hover {
	font-family: Calibri;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

/* Content heading */
.contentheading {
	font-family: Calibri;
	color: #Ff3366;
	font-weight: bold;
	font-size: 14px;
}

.other {
	font-family: Calibri;
	font-size: 14px;
	color: #000000;
}

.other2 {
	font-family: Calibri;
	font-size: 14px;
	color: #000000;
}

/* heading */
.heading {
	font-family: Calibri;
	color: #CC0000;
	font-weight: bold;
	font-size: 18px;
}

/* border */

.outline {
	  border: 1px solid #000000;
	  font-family: Calibri;
	  font-size: 14px;
}


