/* CSS Document */
 
body, html 
	{
	margin: 0; 
	padding: 0;
	top: 0;
	left: 0;
	}
	
h3
	{
	color: #000000; 
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left:5px;
	margin-bottom: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 100%;
	}
p
	{
	color: #000000;
	background-color: #FFFFFF;
	margin-left:5px;
	margin-right:5px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding:0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;
	}

h2
	{
	color: #000000;
	background-color: #FFFFFF;
	margin-left:5px;
	margin-bottom: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 160%;
	}
	
h5
	{
	color: #000000;
	background-color: #FFFFFF;
	margin-left:5px;
	margin-top: 2px;
	padding:0;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 10pt;
	text-align: left;
	}
	

hr
	{
	display: none;
	}
	
a
	{
	color: #999999;
	background-color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}


	
</style>

