.grey14bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #483D3D;
}
.textbox {
	width: 150px;
	border: thin solid #32857C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;

}
.btn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #483D3D;
	border: thin solid #483D3D;
	height: 18px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
}
img.checkboximg {
  vertical-align: middle;
}

#testimonials {
  width: 800px;
  overflow: hidden;
  text-align: left;
}
.testimonial {
  font-size: 12px;
  padding: 0;
  margin: 20px;
  text-align: left;
  width: 622px;
  color: white;
}
.testimonial_content {
  padding: 0 20px 1px 20px;
  background: transparent url('/images/testimonial_middle.png') repeat-y;  
  margin: 0;
}
.testimonial_top {
  width: 622px;
  height: 23px;
  background: transparent url('/images/testimonial_top.png') no-repeat;
}
.testimonial_bottom {
  width: 622px;
  height: 60px;
  background: transparent url('/images/testimonial_bottom.png') no-repeat;
  margin-top: 0;
}

h2 {
  font-size: 18px;
  padding-left: 2em;
  font-weight: bold;
}
h3 {
  font-size: 14px;
  font-weight: bold;
}

th {
  background-color: #006666;
  color: white;
  font-face: bold;
}
td, th {
  font-size: 12px;
}

/* ----------- turn off firefox outlines */
a:focus, a:hover, a:active {
  outline: none; }

a:focus {
  -moz-outline-style: none; }

.newspaper_article {
  text-align: justify;
  margin: 2em;
}
.newspaper_article h2,
.newspaper_article h3,
.newspaper_article h4 {
  text-align: center;
}


