html, body, form, fieldset, table {
	font-size: 11px;
	line-height: 14px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #263E91;
}
table {
	border-collapse: collapse;
	border: 0;
}
a:link {
	text-decoration: none;
	color: #263E91;
}
a:visited {
	text-decoration: none;
	color: #263E91;
}
a:hover {
	text-decoration: underline;
	color: #263E91;
}

div.container {
	width: 770px;
	margin: 0px;
	text-align: left;
}

div.header {
	width: 770px;
	padding: 0;
	background-color: white;
	clear: left;
}
div.footer {
	width: 770px;
	padding: 0;
	padding-bottom: 20px;
	background-color: white;
	clear: left;
	margin-bottom: 50px;
}

div.buttons {
	width: 770px;
	padding: 0;
	clear: left;
}
div.end {
	float: left;
	width: 185px;
	height: 40px;
	color: #FFFFFF;
	text-align: right;
	background-color: ABC9CD;
}
div.element {
	float: left;
	width: 185px;
	border-left: 1px solid #CCCCCC;
	text-align: left;
}

div.left {
	float: left;
	width: 185px;
}

div.middle {
	float: left;
	width: 380px;
	margin: 10px;
}
div.testimonial {
	border-top:10px solid #DDE8EA;
	border-left:10px solid #DDE8EA;
	border-right:10px solid #DDE8EA;
	border-bottom: 0;
}

div.right {
	float: left;
	width: 185px;
	margin: 0;
}

div.line { 
	height: 1px; 
	background: #CCCCCC;
}
div.link {
	height: 30px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

table.highlight {
	table-layout:fixed
}

img.small {
	width: 105px;
	height:80px
	margin: 4px;
	border:1px solid #CCCCCC;
}