body{
	font-family: Helvetica, sans-serif;
	font-size: .85em;
    line-height: 1.6em;
	color: #000000;
	border-style: none; 
	background-color: #FFFFFF
}

h1{font-size: 1.4em;}

h2{font-size: 1.2em;}


img {
    max-width: 100%;
}

a:link {
	color: #000000;
	
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #808080;
}
a:active {
	text-decoration: none;
	color: #808080;
}

h1 a {
    text-decoration:none;
	color: #000000;
}

h2 a {
    text-decoration:none;
	color: #000000;
}
.stylebackground {
	background-color: #FFFFFF;
}

/* Rule to fix quirks-mode inheritance behavior */
table, caption {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
  border-collapse: collapse;
}

th, td {
    padding: 0;
}

