

/* paras all following h5 tags or at top of page */
p {
	margin-top:10px;
	margin-bottom: 10px;
	line-height: 110%;
	font-size: .80em;
}

h3 {
	font-size: .9em;
	color: #F95F29;
	margin-top:0px;
	margin-bottom: 0px;
	
}

.smalllink {
	font-size: .80em;
	color: #236A6A;
	text-decoration: none;
	font-weight: bold;
	background : transparent;
}
.smalllink:hover {
	color: #236A6A;
	text-decoration: underline;
	background : transparent;
}
