a:link {
	color: #404D92;
}
a:visited {
	color: #0066FF;
}
a:hover {
	color: #0066FF;
}
a:active {
	color: #404D92;
}
.pageHeading {
	font-size: 18px;
	font-weight: bold;
}
.marginTD {
	margin: 10px;
}
.numberedBullet {
	background-image:  url("english/images/page/numberedbullet.jpg");
	background-position: center top;
	background-repeat: no-repeat;
}
.borderedTable  {
	border-width: 1px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
}
.borderedTable th {
	border-width: 1px;
	border-style: solid;
	border-color: black;
}
.borderedTable td {
	border-width: 1px;
	border-style: solid;
	border-color: black;
}
.trainingSectionHeading {
	font-size: 16px;
	font-weight: bold;
	color: #000066;
}
