body {
  padding: 0px;
  margin: 0px;
}

.bufferleft {
  width: 20px;
  background: #ffffff url(images/layout2_01.jpg) repeat-y;
}
.bufferright {
  width: 20px;
  background: #ffffff url(images/layout2_03.jpg) repeat-y;
}
.mainbgtop {
  background: #EBF1F7 url(images/mainbgbottom.jpg) bottom left no-repeat;
}
.mainbgbottom {
  background: url(images/mainbgtop.jpg) top left no-repeat;
  vertical-align: top;
  padding: 10px 20px 10px 20px;
}
.sidebgtop {
  text-align: center;
  vertical-align: top;
  padding-top: 310px;
}
.sidebgbottom {
  background: #DCE4E6 url(images/sidebgbottom.jpg) bottom left no-repeat;
  vertical-align: top;
}
.footer {
  height: 76px;
  vertical-align: top;
}
.title {
  font: bold 12pt arial;
}
.subtitle {
  font: bold 12pt arial;
  color: #3A5C3C;
}
.green {
  color: #3A5C3C;
}
.inlinepic {
  margin-right: 10px;
  margin-bottom: 10px;
}
.highlight {
  font: italic 10pt arial;
  color: #666666;
}
.lowlight {
  font: 8pt arial;
  color: #666666;
}
hr {
  height: 1px;
  border: 1px solid #8DA28D;
}
td {
  font: 9pt arial;
}
a {
  color: #3262A6;
  text-decoration: none;
}
.formtext {
  font: 9pt courier new;
}
.formbutton {
  width: 85px;
  background: #4D6D8C;
  color: #eeeeee;
  font: bold 9pt arial;
  border: 1px solid #666666;
}
.formcaption {
  width: 125px;
  background: #DDE5ED;
  text-align: center;
  vertical-align: middle;
  font: bold;
  border: 1px solid #B8C6D4;
}
.forminput {
  background: #F2F6FA;
  border: 1px solid #B8C6D4;
}
.header {
  background: #DDE5ED;
  text-align: center;
  vertical-align: middle;
  font: bold;
  border: 1px solid #B8C6D4;
}
.content {
  background: #F2F6FA;
  border: 1px solid #B8C6D4;
}
.tiny {
  font: 7pt arial;
}
.pic {
  border: 1px solid #3A5C3C;
}

.message_num {
	   width: 10%;
	   font-weight: bold;
	   background: #DDE5ED;
	   text-align: center;
	   border-left: 1px solid #C7D1C7;
	   }
.message_name {
	   font-weight: bold;
	   background: #DDE5ED;
	   color: #3262A6;
	   text-align: left;
	   padding-left: 10px;
	   }
.message_location {
	   font: italic 8pt arial;
       color: #3A5C3C;
	   }
.message_date {
	   width: 20%;
	   background: #DDE5ED;
	   color: #666666;
	   text-align: right;
	   border-right: 1px solid #C7D1C7;
	   }
.message_text {
	   padding: 5px;
	   border-bottom: 1px solid #C7D1C7;
	   border-right: 1px solid #C7D1C7;
	   border-left: 1px solid #C7D1C7;
	   }
.footertext {
  font: 8pt arial;
}
