html {
  height: 100%;
  margin-bottom: 1px;
  overflow-y: scroll;
}

body {
  font-family: Tahoma,Verdana,Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
  font-size:12px;
  color: #000;
  background-color: #FFF;
  margin: 0px;
  padding: 0px;
}

A {
  color: #535353;
  text-decoration: none;
}

A:hover,
A:active {
  text-decoration: underline;
}

.clear {
  clear:both;
}

.breadcrumb.active {
	font-weight: bold;
}