/* CSS Document */


a 
	{
	line-height:18px; 
	color:inherit;
	text-decoration:underline;	
	}
a:hover
	{
	text-decoration:none;
	}
blockquote
	{
	padding:0px 40px;
	color:#666;
	margin:0px 0px 18px 0px;
	}
h1
	{
	font-size:27px;
	font-weight:bold;
	margin:0px 0px 18px -2px;
	}
h2
	{
	color:#fff;
	font-size:13px;
	font-weight:bold;
	margin:0px 0px 18px 0px;
	}
h3
	{
	font-size:19px;
	font-weight:bold;
	margin:0px 0px 9px 0px;
	color:#f47c30;
	}
h4
	{
	font-size:20px;
	font-weight:bold;
	margin:0px 0px 9px 0px;
	color:#f47c30;
	font-family:Arial, Helvetica, sans-serif;
	}
p
	{
	line-height:18px;
	margin:0px 0px 9px 0px;
	}
td
	{
	vertical-align:top;
	}
ul
	{
	line-height:18px;
	}