<!-- link text -->

.WhiteText  {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}


<!-- Ministry heading -->
.ministryenvhead
{
background-color:#C5DAB2;
color:#4F6739;
font-size:x-small;
font-weight:bold;
padding: 2px 5px 5px 15px;
}

<!-- main heading -->
.PageTitle {
  color: #BA5800;
  font-family: Verdana, Arial, Helvetica;
  font-weight: bold;
  font-size: x-small;
}

<!-- running text -->

TD {
  font-family: Verdana, Arial, Helvetica;
  font-size: xx-small;
}

<!-- latest speeches boxes -->

<!-- table class -->
.EnvLegendBorder  {
	border: 1px solid #86A26A;
}

<!-- td class -->

.EnvLegend  {
	font-family: Verdana, Arial, Helvetica;
	color: #ffffff;
	font-weight: bold;
	/*background-color: #BA5800;*/
	background-color: #86A26A;
	height: 18px;
}

<!-- bullet class -->

.SquareBulletList2  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	line-height: 18px;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: square;
	list-style-image: url(../images/orange_bullet.gif);
	margin-bottom: 5px;
	margin-left: 20px;
}

<!-- last updated class -->

.envLastUpdated  {
	background-image: url(../images/footer_bg_env.jpg);
	background-repeat: no-repeat;
}

