
a img,:link img,:visited img { 
	border:none 
}
body {
		background-color: #fff;
		font-family: arial, helvetica, sans-serif;
		margin:0 8px;
		padding:0;
		}
h1 {
	font-size: 1.3em;
	line-height:160%;
	font-family:arial, helvetica, sans-serif;
	margin:0 0 10px 0;
	padding:0;
	}
h2 {
	font-size: 1.3em;
	line-height:130%;
	font-family:arial, helvetica, sans-serif;
	font-weight:normal;
		margin:0 0 5px 0;
	padding:0;
	}
h3 {
	font-size: 1.3em;
	line-height:160%;
		font-family:arial, helvetica, sans-serif;
			margin:0 0 10px 0;
	padding:0;
	}
h4 {
	font-size: 1.2em;
	line-height:160%;
	font-family:arial, helvetica, sans-serif;
	}
h5 {
	font-size: 1.0em;
	font-family:arial, helvetica, sans-serif;
	}
h6 {
	font-size: 0.9em;
	font-family:arial, helvetica, sans-serif;
	}
p {
	font-size: 0.9em;
	margin-top:0;
}
ul, dl {
font-size: 0.9em;
}
/* Skiplinks
--------------------------------------*/
#skiplinks UL {
	padding: 0;
	margin: 0;
	list-style: none;
}
#skiplinks LI {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}
#skiplinks A {
	color: #000;
	font-weight: bold;
	position: absolute;
	top: -20px;
	left: 20px;
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 1em !important;
	z-index: 1000;
}
#skiplinks A:active, #skiplinks A:focus {
	position: absolute;
	overflow: visible;
	width: auto;
	height: auto;
	font-size: 1em;
	top:2px;
	left:auto;
	border: 0;
	margin: 0;
	padding: 10px;
	font-size: .1em;
	background: #FFF;
}
