a img,:link img,:visited img { 
	border:none 
}

body {
		background-color: #fff;
		font-family: verdana, arial, helvetica, sans-serif;
		margin:8px 10px 8px 10px;
		padding:0;
		font-size:76%;
}

h1 {
	font-size: 1.5em;
	font-family:arial, helvetica, sans-serif;
	color:#000;
}

h2 {
	font-size: 1.4em;
	line-height:160%;
	font-family:arial, helvetica, sans-serif;
	color:#000;
}

h3 {
	font-size: 1.3em;
	line-height:160%;
	font-family:arial, helvetica, sans-serif;
   color:#000;
}

h4 {
	font-size: 1.2em;
	line-height:160%;
	font-family:arial, helvetica, sans-serif;
	color:#000;
}

h5 {
	font-size: 1.0em;
	font-family:arial, helvetica, sans-serif;
	color:#000;
}

h6 {
	font-size: 0.9em;
	font-family:arial, helvetica, sans-serif;
	color:#000;
}

p {
	font-size: 0.9em;
	margin-top:0;
	margin-right: 10px;
	color:#000;
}

ol {
	margin-right: 10px;
	color:#000;
	font-size: 0.9em;
}

ul {
	color:#000;
	margin-right: 10px;
}

/* 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;
	background: #FFF;
}

