body{ /* set the relative font size of IE5-5.5 differently to everything else, and we scale it from there */
  background: #fff;
  line-height: 1.1;
  color: #000;
  font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif!important;
  margin:50px 0px; padding:0px;
  text-align:center;
}

/*Global Whitespace Reset*/
body, form, input {
padding: 0px;
margin: 0px;
}
h1, h2, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {
  margin: 0;
}
dd, blockquote {
  margin-left: 40px;
}
fieldset {
  padding: 10px;
}
/* end : Global Whitespace Reset*/
img {
  border: 0px none #fff;
}

h1, h2, h3{
  color: #000;
  background: transparent;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1  {
  font-size: 110%;
  display: inline;
}
h2  {
	font-size: 105%;
    }
h3  {
  font-size:120%;
  margin-bottom: -6px;
}
h4  {
  font: bold 100% Verdana, Arial, Helvetica, sans-serif;
}
h5  {
	font-size: 100%;
}
h6 {
	font-weight: normal;
	font-size: 100%;
}
p, li {

}

address{
  padding: 1.5em!important;
  font: italic bold small/1.4em  Verdana,Arial,Helvetica,sans-serif;
  color: #036;
  background: transparent;
}
blockquote{
  font: bold 13px/1.4em  Verdana, Arial, Helvetica,sans-serif;
  color: #036;
  margin: 10px 0px 10px 20px;
  background: transparent;
}
caption {
  font-size: 12px;
}
td {
  padding: 0px 2px;
  vertical-align: top;
}
td a {
  font-weight: bold;
  color: #06c;
}
th {
  font: 85% Verdana,Arial,Helvetica,sans-serif;
  color: #666;
  background: transparent;
}
p label {
  width: 25%;
  font-weight: bold;
  float: left;
  clear: left;
}
a:link{
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	}
a:visited{
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	}
a:hover{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}	
		
legend {
  font: bold small/1.4em Verdana,Arial,Helvetica,sans-serif;
  margin: 0px;
  padding: 0px;
}

code {
color: #900;
background: #FFFFFF;
font-size: 115%!important;
font-family: "Courier New", Courier, mono
}

.glossary {
  text-decoration:none;
  border-bottom: 1px dashed green;
  }
  
  
  
  #sitebybaseshop
  {
	display: none;
  }