body
{
	font-family: "Helvetica neue", Arial, sans-serif;
	font-size: 14px;
	color: #000000;
}

table
{
	font-size:12px;
}

td
{
	padding: 5px;
	vertical-align: top;	
}

img
{
	border: 0px;
}

h1
{
	color: #000000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

h2
{
	color: #000000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

h3
{
	color: #000000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

p
{
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	margin-bottom: 20px;
}

a
{
	color: #000378;
	text-decoration: underline;
}

ul
{
	list-style-type: disc;
	list-style-position: inside;
}

#content ul
{
	list-style-position: outside;
	margin-left:20px;
}

#sidebar ul
{
	list-style-position: outside;
	margin-left:20px;
}

strong 
{
	font-weight: bold;
}

div.clear
{
	clear: both;
}

div.bl-content
{
	margin-bottom: 20px;
	position: relative;
	
	margin:0 0 4px;
	overflow:hidden;
	padding:2px;
	
}

