
.heading
	{
	color: #2977B5;
	font-weight:bold;
	font-size: 14px;
	}

/* Default styles */

html, body, table, td, tr, p, ul, li, ol
	{ 
	font-family:  verdana, arial, sans-serif, helvetica;
	font-size: 11px;
	color: #000000;
	}
p, table
	{
	margin-top: 0px;
	margin-bottom: 10px;
	}
small 
	{	
	font-size: 10px;
	}
hr
	{
	border-top: 0px;
	border-left: 0px;
	border-bottom: 1px solid #000000;
	border-right: 0px;
	margin-left: 15px;
	}
a:link, a:visited, a:active, a:hover
	{
	color: #2977B5;
	text-decoration:underline;
	}