/* 
// LPFUSE:STYLE SHEET
// CSS
// Created on: 09:06:07
// copyright.css
*/

.copyright
{
	margin-left: auto;
	margin-right: auto;
	
	margin-top: 10px;

	text-align: 		center;
	
	border-style: 		solid;
	border-color: 		#bbbbbb;
	border-width: 		1px;
	
	background-color: 	#ffffff;
	
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 		9px;
	
	color:			#A5AFC3;
	
	width: 			400px;
	
	overflow:		auto;
}

.copyright p
{
   	padding-top:		9px;
}

.copyright img
{
	float: 			left;
	display: 		block;
	border-width: 		0px;
}