div.teaser {
  font-size: 14px;
  font-weight: bold;
}

div.blog {
  font-family: courier;
  font-size: 13px;
}

div.quote {
  font-style: italic;
  padding-left: 55px;
	background: url(../images/quote.gif) 10px 0px no-repeat;
	padding-right: 10px;
}
div.quote-right {
	padding-right: 40px;
	background: url(../images/quote-right.gif) no-repeat bottom right;
}

div.info {
  color: #000000;
  background: #c3d2e5 url(../images/notice-info.png) 4px center no-repeat;
  border-top: 3px solid #84a7db;
  border-bottom: 3px solid #84a7db;
  margin: 12px;
  padding-left: 42px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  text-indent:0px;
}
div.info40 {
  width: 40%;
  color: #000000;
  background: #c3d2e5 url(../images/notice-info.png) 4px center no-repeat;
  border-top: 3px solid #84a7db;
  border-bottom: 3px solid #84a7db;
  margin: 12px;
  padding-left: 42px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  text-indent:0px;
}

div.fact {
  color: #000000;
  background: #EFE7B8 url(../images/notice-note.png) 4px center no-repeat;
  border-top: 3px solid #F0DC7E;
  border-bottom: 3px solid #F0DC7E;
  margin: 12px;
  padding-left: 45px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  text-indent:0px;
}
div.fact40 {
  width: 40%;
  color: #000000;
  background: #EFE7B8 url(../images/notice-note.png) 4px center no-repeat;
  border-top: 3px solid #F0DC7E;
  border-bottom: 3px solid #F0DC7E;
  margin: 12px;
  padding-left: 45px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  text-indent:0px;
}

div.download {
  color: #000000;
  background: #dee6c5 url(../images/notice-download.png) 4px center no-repeat;
  border-top: 3px solid #c3e94d;
  border-bottom: 3px solid #c3e94d;
  margin: 12px;
  padding-left: 45px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  text-indent:0px;
}
div.download40 {
  width: 40%;
  color: #000000;
  background: #dee6c5 url(../images/notice-download.png) 4px center no-repeat;
  border-top: 3px solid #c3e94d;
  border-bottom: 3px solid #c3e94d;
  margin: 12px;
  padding-left: 45px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  text-indent:0px;
}