/***** Global Settings *****/

html {
	height: 100%;
	margin-bottom: 1px;
	background-color: #FFFFFF;
}

body {
	border:0;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
    margin-bottom: 1px;
}

sup {
position:relative;
bottom:0.3em;
font-size: 8px;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

/***** Links *****/

A:link{
text-decoration:underline;
  color:#666666;
  }
A:visited{
text-decoration:underline;
  color:#666666;
}
A:hover{
text-decoration:underline;
  color:#669900;
  }
.Heading {
	font-size: 12px;
	font-weight: bold;
	color: #669900;
	height: 0px;
	width: 0px;
	line-height: 150%;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.content {
	border:0;
	padding:0;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	height: 150%;
	margin-bottom: 0px;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
.copyright {
	border:0;
	padding:0;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 150%;
	height: 150%;
	margin-bottom: 0px;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

