/* ----------------------------- =Text One -------------------------------- */



img { border: none; }



h1, h2, h3, h4, h5
{
	font-family: Georgia, Times, Verdana;	
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 28px;
	font-weight: normal;
	/*color: #9d0a0e;*/
	color: #731e62;
}



ul.numTxt
{
	margin: 25px;
}

ul li.numTxt
{
	padding: 2px;
	font-family: Georgia, Times, Verdana;
	font-size: 14px;	
}
a.img-link
{
	padding: 0;
	text-decoration: none;
	border: none;
	color: #5ba3bf;
}

a:hover.img-link
{
	text-decoration: underline;
}

.hr
{
	margin: 0;
	height: 15px;
	border-top: 1px solid #eaeeef;
}

.small
{
	font-size: 80%;
}


