html *{
	font-family: Trebuchet MS, Arial;
	color: #171717;
	font-size: 16px;
	line-height: 1.5em;
}

a{
	color: #607d9a;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

a.button{
	padding: 3px 15px;
	background: #607d9a;
	display: inline-block; /* need for IE8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#607d9a", endColorstr="#000000");
	background-image: -moz-linear-gradient(90deg, black, #607d9a 60%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#607d9a), to(black), color-stop(0.4, #607d9a));
	color: white;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

h1{
	margin: 10px 0 20px !important;
	padding: 0;
}

h1, h1 *{
	font-size: 32px;
	line-height: 1.25em;
}

h1, h1 *, h2, h2 *{
	font-weight: bold;
}


blockquote{
	margin: 16px 0 16px 40px;
}

.rtf img{
	max-width: 100%;
}

li{
	margin: 10px 0;
}

.float-left {
	float: left;
	margin-right: 10px;
}

.float-right {
	float: right;
	margin-left: 10px;
}

p, h2{
	margin-bottom: 16px;
}
p:last-child{
	margin: 0;
}

.iefix {
	height: auto;
}

.reflect{
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.7, transparent), to(white));
}

.rtf .quote{
	margin-left: 10px;
	border-left: solid #607d9a 3px;
	padding-left: 22px;
	text-indent: -8px; 
}
.rtf .quote, .rtf .quote *{
	font-style: italic;
	color: gray;
}
