/* ----------------------------- =Text One -------------------------------- */
body, body *
{
	margin: 0;
	padding: 0;
}


img { border: none; }

h1
{
	
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 16px;
	font-weight: normal;
	color: #808080;
}

h2
{
	font-family: "Tahoma, Times, Verdana";	
	margin: 0;

	font-size: 16px;
}

h3
{
	margin: 0;
	font-weight: bold;
	font-size: 11px;
}

h1.sub-title
{
	margin: 0 0 8px 0;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #10335b;
}
	

p
{
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
}

ul.interior
{
	margin: 0px;
	list-style: none;
}

ul.interior
{
	list-style-type: none;
}

ul li.interior
{
	display: block;
	padding: 5px 5px 5px 0px;
	border-bottom: 1px dotted #5caec6;

}




ul.bulletedList
{
	padding: 20px 0px 0px 20px;
	list-style-type:square;
}

ul li.bulletedList
{

	padding: 5px 5px 5px 0px;
	line-height:50%;
}


ul.bulletedListExt
{
	padding: 20px 0px 0px 20px;
	list-style-type:square;
}

ul li.bulletedListExt
{

	padding: 5px 5px 5px 0px;
	line-height:95%;
}



ul li.first
{
	border-top: 1px dotted #5caec6;
}

ol
{
	margin: 25px;
}

ol li
{
	padding: 10px;
}




.hr
{
	margin: 0;
	height: 15px;
	border-top: 1px solid #eaeeef;
}

.small
{
	font-size: 80%;
}

