/* CSS Document */
TD {
  font-family: Verdana, Arial, Helvetica;
  font-size: xx-small;
}

<!-- breadcrumb text-->
.breadcrumb
{
color:#000000;
height:20px;
font-weight: bold;
padding: 2px 5px 5px 4px;
}
<!-- line after breadcrumb -->
.textline{
border-top: 1px solid #999999;
}

<!-- page title -->

.PageTitle {
  color: #BA5800;
  font-family: Verdana, Arial, Helvetica;
  font-weight: bold;
  font-size: x-small;
}
<!-- text alignment -->
.VerticalAlign  {
  vertical-align: top;
}
<!-- bullet list -->
.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;
}
<!-- link -->
A.rootLink {
  color: #003399;
  text-decoration: none;
}

A.rootLink:Hover {
  text-decoration: underline;
}

A.rootLinkAction {
  color: #003399;
  text-decoration: none;
}

A.rootLinkAction:Hover {
  color: #798073;
  text-decoration: underline;
}

A.rootLinkActionSelected {
  color: #003399;
  text-decoration: none;
}
<!-- alert messages -->
.AlertText {
  color: red;
  font-family: Verdana, Arial, Helvetica;
  font-size: xx-small;
}
