@charset "utf-8";
/* CSS Document */

.zero {
	padding: 0;
	margin: 0;
}

.green {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #80A43F;
	font-weight: bold;
}
.green a{
	color: #80A43F;
	text-decoration: underline;
	font-weight: bold;
}
.green a:hover{
	color: #80A43F;
	text-decoration: none;
	font-weight: bold;
}

.orange {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DB6A00;
	font-weight: bold;
}

.orange a{
	color: #DB6A00;
	text-decoration: underline;
	font-weight: bold;
}

.orange a:hover{
	color: #DB6A00;
	text-decoration: none;
	font-weight: bold;
}

.blue {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3862a8;
	font-weight: bold;
}

.blue a{
	color: #3862a8;
	text-decoration: underline;
	font-weight: bold;
}

.blue a:hover{
	color: #3862a8;
	text-decoration: none;
	font-weight: bold;
}
	

.testimonials {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3B3B3B;
	width: 168px;
	height: 60px;
	padding: 0;
	margin: 0;
}

.testimonials a {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
	color: #3B3B3B;
}

.testimonials .orange {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e76a00;
}

.testimonials .orange a{
	color: #3862a8;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
}

.testimonials .tes_text {
	border-left: solid #CCCCCC 1px;
	border-bottom: solid #CCCCCC 1px;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #333333;
	padding: 2px;
	
}

.testimonials .tes_text a{
	
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;

	
}


.author a{
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #3862a8;
	font-weight: normal;
	text-decoration: none;
	width: 168px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
}

.item_col {
	margin-left: 10px;
	float: left;
	width: 90px;
}

.item_row {
	margin-left: 10px;
	float: left;
	width: 180px;
}

.item_left {
	padding: 0;
	float: left;
	width: 15px;
	height: 20px;
}
.item_right {
	padding: 0;
	margin-left: 10px;
	float: left;
	width: 165px;
	height: 20px;
}
