* { margin: 0; padding: 0; }

body, table, pre
{
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 14px;
	color: #333;
}

img { border-style: none; }
a   { outline: none; }

h1, h2, h3, h4, h5, h6
{
	color: #333;
	text-decoration: none;
}

h1 { padding-bottom: 15px; text-transform: uppercase; font-size: 18px; color: #003366; }
h2 { padding-bottom: 15px; font-size: 16px; color: #333; }
h3 { padding-bottom: 15px; font-size: 14px; color: #999; }
h4 { font-size: 14px; color: #900; }

h3.footer-title
{ 
	padding-bottom: 4px; 
	font-family: Arial Narrow, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #333; 
}

h1.page-title
{
	margin: 0 0 15px;
	font-size: 36px;
	line-height: 1.2em;
	font-weight: normal;
	color: #333;
}

a        { color: #669900; }
a:hover  { color: #669900; text-decoration: none; }

a.small-link { font-size: 10px; }
code         { color: #555; background-color: #ccc;}

.home strong, .institution-assets strong, .family-wealths strong
{ 
    font-size: 11px;
    font-weight: bold;
}

dt
{
	margin: 1.5em 0 0.5em 0;
	font-weight: bold;
}

ul, ol, dl
{
    margin: 10px 0 1.4em 1.4em;
    list-style-type: none;
}

table ul { margin-left: 0; }


ul li
{
padding: 0 0 5px 20px;
background: url(/images/blt_tri_1.jpg) 0 4px no-repeat;
line-height: 140%;
width: 90%;
}

ul ul, ol ul
{
margin: 1em 0 0 1.4em;
}

ul ul li, ol ul li
{
padding: 0 0 0em 1.4em;
background: url(/images/blt_tri_2.jpg) 0 4px no-repeat;
}

ol
{
list-style-type: decimal;
}

ol li
{
margin: 1em 0 0 1.2em;
padding: 0;
}

ol ol li, ul ol li
{
font-size: 90%;
list-style-type: lower-alpha;
}

.hr
{
	margin: 0 0 25px 0;
	height: 0;
	border-bottom: 1px solid #ccc;
}

.small     { font-size: 75%; }
.big       { font-size: 120%; }
.disabled  { opacity: .5; filter: alpha(opacity=50); }
.hidden    { display: none; }

.data-table
{
	width: 100%;
	margin-bottom: 25px;
	font-size: 12px;
	border-collapse: collapse;
	border-left: none;
	border-right: none;
}

.data-table tr td
{
	padding: 5px;
	line-height: 30px;
	background: #f0f0f0;
	border-bottom: 1px dashed #ccc;
}

.data-table tr.even td { background: #f7f7f7; }

.data-table .table-header, .data-table .table-header td
{
	font-size: 11px;
	font-weight: bold;
	background-color: #fff;
}

.data-table .table-header td
{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.caption-left
{
	background: #fff;
	padding-right: 15px;
}

.caption-right img
{
	background: #fff;
	padding-left: 15px;

}


.caption-right img, .caption-left img
{
	margin: 0;
	border: none;
}

.content .body-txt .caption-right p, .content .body-txt .caption-left p
{
	margin: 0;
	padding: 5px 0;
	font-size: 11px;
	line-height: 100%;
	color: #666;
}

.caption-right
{
	float: right;
	margin: 5px 0 10px 10px;
}

.caption-left
{
	float: left;
	margin: 5px 10px 10px 0;
}

.mceVisualAid {	border: 1px dashed #bbb; }

.content .body-txt .callout 
{
	display: block;
	padding: 15px;
	margin: 1.5em 0 25px;
	font-size: 20px;
	line-height: 100%;
	color: #6f9f0f;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}
