/**
 * COPYRIGHT NOTICE
 * ZOOM Design SRL.
 * This source code may not be redistibuted
 * without written consent from the above mentioned entity.
 * 
 * @author ZOOM <info@zoomdesign.com.ar>
 * @date 00/00/2010
 * @copyright 2010 | ZOOM Design SRL.
 * @package sbox
 */
 
body { 	
	margin: 0px 0px 0px 0px; 
	background-color: #44647F;
	scrollbar-track-color:#3E5D78;
  	scrollbar-face-color: #42617C;
  	scrollbar-shadow-color:#405F7A;
	scrollbar-darkshadow-color:#405F7A;
  	scrollbar-highlight-color:#4A657F;
  	scrollbar-3dlight-color:#4A657F;
	scrollbar-arrow-color:#536D86;
}
.Adress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9FAEBE;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
}
.Mail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D9DEE5;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 1px;
}
	a:link.Mail, a:visited.Mail , a:active.Mail {
	text-decoration: none;
	color: #D9DEE5;
}
	a:hover.Mail {
	text-decoration: underline;
	color: #D9DEE5;
}