	.body {
		font-size: 12px; 
		color: #000; 
		line-height: 18px;
		font-family: Georgia, Palatino, Verdana, Tahoma, Helvetica, sans-serif; 
		background-image: none;
		text-align: left;
	}

	p.title {
		font-size: 11px;
		font-weight: bold;
		color: #000; 
		line-height: 18px;
		font-family: Georgia, Palatino, Verdana, Tahoma, Helvetica, sans-serif; 
		background: #fff;
		background-image: none;
		text-align: left;
	}

	.copyright {
		font-size: 9px; 
		color: #000; 
		line-height: 18px;
		font-family: Georgia, Palatino, Verdana, Tahoma, Helvetica, sans-serif; 
		background: #fff;
		background-image: none;
		text-align: left;
	}

	p.specs_body {
		font-size: 12px;
		color: #000; 
		font-family: lucida grande, Helvetica, Arial, sans-serif; 
		background: #fff;
		background-image: none; 
		text-align: right;
		align: right;
		border-top:1px dotted #000;
	}
	
	p.specs_title {
		font-size: 12px;
		font-weight: bold;
		color: #000; 
		font-family: lucida grande, Helvetica, Arial, sans-serif; 
		background: #fff;
		background-image: none; 
		text-align: right;
		align: right;
		border-top:1px dotted #000;
	}
	
	a:link {
    	color: #000000;
    	text-decoration: none;
    	border-bottom: #000000;
    	border-width: 0px 0px 1px 0px;
    	border-style: none none dotted none;
	}
	
	
	a:hover {
    	color: #999999;
    	text-decoration: none;
    	border-bottom: #336699;
    	border-width: 0px 0px 1px 0px;
    	border-style: none none dotted none;
	}
	
	a:visited {
    	color: #999999;
    	text-decoration: none;
    	border-bottom: #336699;
    	border-width: 0px 0px 1px 0px;
    	border-style: none none dotted none;
	}
	