/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
}

.thumb {
	width: 200px;
	padding: 10px;
	float: left;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #e5e6ea;
}
h2 {
	font-weight: lighter;
	color: #01466F;
	padding-bottom: 10px;
	font-size: 18px;
}
p {
	color: #788296;
	padding-bottom: 10px;
}


