a:active  { /* links underlined */
  text-decoration : underline; 
  color: #0000FF;
  }

a:visited  { /* links that have been clicked */
  text-decoration : underline; 
  color: #990000;
  }

body { /* the body tag */
  background-color: #FFFFFF; 
  }

.apptitle { /* application text title */
  background-color: transparent; 
  position: absolute; 
  left: 150px; 
  top: 36px; 
  width: 700px; 
  height: 70px; 
  z-index: 3; 
  color: #990000; 
  font-weight: bold; 
  font-size: 148%; 
  vertical-align: middle; 
  letter-spacing: 0.1px; 
  font-family: Arial, Helvetica, sans-serif; 
  }

.breadcrumbs {  /* link trail to higher level pages */
  background-color: transparent; 
  position: absolute; 
  left: 158px; 
  top: 140px; 
  width:760px; 
  height: 30px; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 65%; 
  font-weight: normal; 
  color: #000000; 
  z-index:4;
  }
  
.subtitle { /* subtitle attributes */
  color: #990000; 
  font-weight: bold; 
  font-size: 95%; 
  font-family: Arial, Helvetica, sans-serif; 
  }
  

.footer {  /* footer links  */
  background-color: transparent; 
  font-family: Arial, Helvetica, sans-serif; 
  color: #000000; 
  font-size: 65%; 
  font-weight: normal; 
  }

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #990000;
}
