* {
	font-family: tahoma, verdana, arial;
	font-size: 9pt;
	color: #555555;
	text-align: left;
}

body {
	background-color: #ffffff;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
}

a {
	color: #296eec;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #639a31;
}

table {
	margin: 0 auto;
}
td {
	text-align: right;
	padding: 5px;
}

td .description {
	color: #cccccc;
	display: block;
	text-align: right;
}

td input {
	width: 220px;
}
 td textarea {
	width: 220px;
	height: 60px;
}

#top {
	margin: 20px;
}

	#top #logos {
		float: right;
		margin: 20px 10px 0 0;
	}
	
	#top #logos img {
		margin-left: 10px;
	}

#header {
	margin: 0 auto;
	padding: 15px;
	background: #202020;
	border: 1px solid #404040;
}

	#header .buttons {
		margin: -100px 0 10px 0;
		text-align: right;
	}
	
	#header .item_left {
		float: left;
		width: 306px;
		margin: 10px 20px 0 0;
		text-align: justify;
		letter-spacing: 1pt;
		line-height: 12pt;
	}

	#header .item_center {
		float: left;
		width: 306px;
		_width: 290px;
		margin: 10px 2px 2px 2px;
		_margin: 10px 5px 2px 2px;
		text-align: justify;
		letter-spacing: 1pt;
		line-height: 12pt;
	}

	#header .item_right {
		float: right;
		width: 306px;
		_width: 287px;
		margin: 10px 0 0 10px;
		text-align: justify;
		letter-spacing: 1pt;
		line-height: 12pt;
	}

	.green {
		color: #639a31;
	}
	
	#header h3 {
		font-family: 'Trebuchet MS', Trebuchet;
		font-size: 14pt;
		font-weight: normal;
		margin: 0 0 10px; 
		padding: 0;
		color: #296eec;
	}	

#content {
	padding: 30px;
	margin: 20px;	
	background-color: #efefef;
	text-align: justify;
}

	#content h2 {
		font-family: 'Trebuchet MS', Trebuchet;
		font-size: 14pt;
		font-weight: normal;
		margin: 0 0 10px; 
		padding: 0;
		color: #296eec;
	}
	
	#content table {
		margin: 5px 0 5px 10px;
	}
	
	#content table td {
		padding: 7px;
	}

#subs {
	margin: 20px;	
	border-top: 1px solid #cccccc;
}

	#subs .item_left {
		float: left;
		width: 316px;
		margin: 10px 10px 0 0;
		text-align: justify;
		letter-spacing: 1pt;
		line-height: 12pt;
	}

	#subs .item_center {
		float: left;
		width: 316px;
		margin: 10px 10px 0 10px;
		text-align: justify;
		letter-spacing: 1pt;
		line-height: 12pt;
	}

	#subs .item_right {
		float: right;
		width: 316px;
		margin: 10px 0 0 10px;
		text-align: justify;
		letter-spacing: 1pt;
		line-height: 12pt;
	}
	
	#subs h3 {
		font-family: 'Trebuchet MS', Trebuchet;
		font-size: 12pt;
		margin: 10px 0 10px; 
		padding: 0;
		color: #296eec;
	}		
	
	.testimonial_sender {
		display: block;
		font-style: italic;
		color: #cccccc;
		text-align: right;
	}

#footer {
	margin: 20px auto 0 auto;
	padding: 5px;
	background: #202020;
	border: 1px solid #404040;
	color: #444444;
	text-align: right;
}	

.limiter {
	clear: both;
}	

