
*{
  padding: 0;
  margin: 0;
}

body {
  font-family:tahoma,sans-serif;
  font-size: 100.1%;
  color: #222222;
  padding: 0;
  background: url(/static/img/brst10/bg_body.gif) 0 2px;
}

img {
  border: none;
}

a, a:visited {
  color: #89BA16;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  text-decoration: underline;
}

a:active { outline: none; }

h1 {
	font-size:1.5em;
	font-weight:bold;
	line-height:135%;
	margin:0;
	padding:0;  
}

h2 {
  font-size: 1.4em;
  margin-bottom: 0.7em;
  color: #79B8C9;
}

h3{
  font-size: 1em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em;
}

h4,h5,h6{
  font-size: 1em;
  font-weight: normal;
}


p {
    line-height:135%;
}

p img {
	margin-top: 5px;
}

fieldset {
  border: none;
}

strong {
	font-weight: bold;
}

cite {
    padding-right: 1px;
}

.clear{
  clear: both;
}

.noheight{
  height: 0px;
  line-height: 0px;
  font-size: 0;
  display: block;
}


.offscreen{
  position: absolute;
  left: -5000px;
}

#page_body_main_content .richtext li {
	list-style-image: url(/static/img/brst10/list-item.gif);
	line-height: 135%;
}

