@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	font-family:Helvetica,Arial,sans-serif;
	background: #000000 url(/sitewide/core/assets/backgrounds/background_sitewide.gif) repeat-y scroll center top;
	padding-bottom:0px;
}

img, iframe img {
	font-size: 9px;
	font-weight: normal;	
	color: #999;
	border:0px;
}

a img { 
	border: none; 
	}
	
a , a:focus, a:active, a:hover {
	cursor:pointer;
	text-decoration:none;
	-moz-outline-style: none;
	border:none;
}

a:visted {
	color: #6699cc;
} 