/* CSS definition file containing site wide stylesheets */
.subhead { font-family: Tahoma,Verdana,Arial,Helvetica,Sans-serif; font-size: 22px; color: rgb(204,0,0); line-height: 28px; font-weight: bold;}
.subheadblue { font-family: Tahoma,Verdana,Arial,Helvetica,Sans-serif; font-size: 22px; color: #003DA9; line-height: 28px; font-weight: bold;}
.headline { font-family: Tahoma,Verdana,Arial,Helvetica,Sans-serif; font-size: 30px; color: rgb(204,0,0); line-height: 28px; font-weight: bold;}
.blueheadline { font-family: Tahoma,Verdana,Arial,Helvetica,Sans-serif; font-size: 30px;color: #003DA9; line-height: 28px; font-weight: bold;}

 .box_top { font-family: Arial,Helvetica,Geneva,Sans-serif; font-size: 14px; color: rgb(255,255,255); font-weight: bold;}
 .testimonial_headline { font-family: 'Courier New', 'Lucida Console', Courier, Monaco, Monospace; font-size: 18px; font-weight: bold;}
 .text { font-family: Arial,Helvetica,Geneva,Sans-serif; font-size: 14px; line-height: 20px;}
 .box_text { font-family: 'Arial Baltic', sans-serif; font-size: 12px; line-height: 16px; font-style: italic;}
 .quote { font-family: Impact, 'Arial Black', 'Helvetica Bold', Charcoal, Sans-serif; font-size: 24px; font-weight: normal; font-style: normal;}
 .copyright { font-family: Arial,Helvetica,Geneva,Sans-serif; font-size: 10px; color: rgb(51,51,51);}
  .copyright2 { font-family: Arial,Helvetica,Geneva,Sans-serif; font-size: 12px; color: rgb(51,51,51);}
 .testimonial { font-family: 'Courier New', 'Lucida Console', Courier, Monaco, Monospace; font-size: 14px;}
 A { font-family: Arial,Helvetica,Geneva,Sans-serif; font-size: 14px; color: rgb(0,51,153); text-decoration: underline;}
 .chart_text { font-family: Arial,Helvetica,Geneva,Sans-serif; font-size: 14px; font-weight: bold;}
 A:hover { font-family: Arial,Helvetica,Geneva,Sans-serif; font-size: 14px; color: rgb(0,51,153); text-decoration: none ;}
 .black {color:#000000 }
 .red {color: rgb(204,0,0)}
 .bluehead{ font-family: Tahoma,Verdana,Arial,Helvetica,Sans-serif; font-size: 22px; color: #003DA9; line-height: 28px; font-weight: bold;}
 
 
div.testimonial { 
	width:665px;margin-left:25px;margin-right:25px;
}

div.ttop {
	height:14px;
	margin-bottom:-2px;
	width:100%;
	background-image:url(../images/test_top.gif);
	background-position:top left;
	background-repeat:no-repeat
}

.tbody {
	width:100%;
	background-image:url(../images/test_middle.gif);
	background-repeat:repeat-y;
	font-family: "Courier New";
}

div.tbottom {
	height:25px;
	width:100%;
	background-image:url(../images/test_bottom.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
 
 