/**
 * Style sheet ntb_editor
 */
body
{
}

h1
{
	font-family:Helvetica ,Arial,sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#666;
}

h2
{
	font-family:Arial, Helvetica,sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#333;
}

h3
{
	font-family:Helvetica,Arial,sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#135cae;
}

h4
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333;
}

a:link, a:visited
{
	font-weight:normal;
	text-decoration:none;
	color:#1B57B1;
}

a:hover
{
	font-weight:normal;
	text-decoration:underline;
	color:#00c;
}

div.caption
{
	padding:0px 10px;
}

div.caption img
{
	border:1px solid #CCC;
}

div.caption p
{
	text-align:center;
	font-size:.90em;
	color:#666;
}

