<!--
	body { 
		padding: 0px;
		margin: 0px; margin-top: 10px; margin-bottom: 10px;
		background-color: #B0A89D;
	}
	
	body, td, th, p, ul, li, ol, input, textarea, select, div, span, blockquote { 
		font-family: sans-serif,arial;
		color: #665A52; font-size: 11px;
	}
	
	h1 {
		font-family: verdana,arial,sans-serif;
		font-weight: bold; color:#665A52; font-size: 12px;
	}
	
	h2, h3, h4, h5, h6 {
		font-family: verdana,arial,sans-serif;
		font-weight: bold; color:#665A52; font-size: 11px;
	}
	
	ul.newsitem {
		list-style-image: url(/brands/saltram/global/images/ico_page.gif);
	}
	
	a:active, a:link, a:visited {
		color: #000000; font-weight:normal;
		background-color: transparent;
		text-decoration: underline;
	}

	a:hover {
		color: #A48C0A; font-weight:normal;
		background-color: transparent;
		text-decoration: underline;
	}
	
	a.footer:active, a.footer:link, a.footer:visited {
		color: #A48C0A; font-weight:normal;
		background-color: transparent;
		text-decoration: underline;
	}

	a.footer:hover {
		color: #000000; font-weight:normal;
		background-color: transparent;
		text-decoration: underline;
	}
	
	td.caption {
		color: #A48C0A; font-weight:normal;
		font-style: italic;
	}
-->