body {
	margin: 0;
	background-color: #E0E0E0;
	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	
}

html, body {
height: 100%;
}

p, td {
  font-size: 12px;
  color: #666666;
  line-height: 22px;
}

a:link, a:visited {
 
  color: #999999;
  text-decoration: underline;

}

a:hover, a:active {
 
  color: #7B7B7B;
  text-decoration: none;

}

a.menu:link, a.menu:visited {
 
  font-size: 16px;
  color: #999999;
  text-decoration: none;
  border-right: solid #999999 1px;
  padding-left: 15px;
  padding-right: 5px;
  font-weight: bold;
}

a.menu:hover, a.menu:active {
 
  font-size: 16px;
  color: #7B7B7B;
  text-decoration: none;
  border-right: solid #7B7B7B 1px;
  padding-left: 15px;
  padding-right: 5px;
}

.menutd {
  background-color: #FFFFFF; 
  background-image: url(img/bg.jpg); 
  background-repeat: no-repeat; 
  padding-top: 15px;
}

.head {
 
  font-size: 20px;
  color: #000000;
  padding-right: 10px;
  text-align: right;
}

.quote {
  color: #999999;
  text-align: right;
}

.attribute {
  color: #008291;
  text-align: right;
  font-weight: bold;
}

.footnote {
  font-size: 10px;
  color: #999999;
}

.pull {
  font-size: 14px;
}
