.text {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	list-style-type: square;
}
.boxtext {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	padding: 10px;
}
.heading {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #063D60;
}
.links {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}
.links:hover {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #cc0000;
	text-decoration:underline;
}
.textbold {

	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
.TextSize {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #063D60;
}
.normalLink {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	list-style-type: square;
}
.normalLink:hover {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #cc0000;
	text-decoration:underline;
	list-style-type: square;
}
