/* CSS Document */
.heading {
  font-weight:	    bold;
  color:			#000099;
  font-variant:		small-caps;
}

.brands {
  font-size:		87%;
  font-style:		italic;
  font-weight:	    normal;
  color:            #3300CC;
  text-align:	    left;
  font-variant:		normal;
}

.centered {
  text-align:	     center;
}

.hiddenlinks a:link{
  color:             #000000;
  text-decoration:   none;
}

.hiddenlinks a:visited{
  color:             #000000;
  text-decoration:   none;
}

.hiddenlinks a:hover{
  color:			 #FF0000;
  text-decoration:   none;
}
