h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.7em;
	color: #000;
	padding: 10px 0 0 0;
	margin-bottom: -3px;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 5px 0 0 0;
	margin-bottom: -3px;
}

h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 21px;
	color: #5d5d5d;
	margin: 0;
}

a {
	color: #2f96f5;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.dark-grey {
	color: #3f3f3f;
}

.float-image-right {
	float: right;
	padding: 0 0 8px 10px;
}

	.float-image-right img {
		border: 3px double #ccc;
	}
	
.float-image-left {
	float: left;
	padding: 0 10px 8px 0px;
}

	.float-image-left img {
		border: 3px double #ccc;
	}
	
.image-border img {
	border: 3px double #ccc;
}
	
.right-float-no-border {
	float: right;
	padding: 0 0 5px 5px;
}
	
a {
	color: #434b4f;
}

	a:hover {
		text-decoration: none;
	}
	
.center {
	text-align: center;
}

.float-left {
	float: left;
}

.sm-hr {
	height: 1px;
	border: 0;
	color: #000;
	background-color: #000;
}