body { color: black; background-color: white; }
p { margin-top: 0.3em; margin-bottom: 0.5em; }
td {}
a:link { color: #666666; text-decoration: none; }
a:visited { color: #666666; text-decoration: none; }
a:hover { color: #FF0000; text-decoration: none; }
a:active { color: #666666; text-decoration: none; }
.maintext { color: #e6e6e6; font-size: 7pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-style: normal; line-height: 12pt; padding: 10px; }
.maintext h1 { color: #666; font-size: 9pt; font-weight: normal; }
h1 { font-size: 2em; font-weight: bold; margin: 0 0 0.2em; }
.whitetext {
	color: #000000;
	font-size: 8pt;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	padding: 10px;
}
.whitetext a {
}
.whitetext img {
	padding: 0px;
	margin: 0px 10px 10px 0px;
}
.whitetext p {
	margin-bottom: 13pt;
	line-height: 15pt;
}
.whitetext a {
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #006600;
}
.whitetext h1 {
	color: #000000;
	font-size: 16pt;
	margin: 0;
	padding: 0;
	border-width: 0;
	font-weight: normal;
}
.whitetext h2 {
	color: #005D06;
	margin: 0;
	padding: 0;
	border-width: 0;
	font-weight: bold;
	font-size: 10pt;
}
img.stretch {
    /* MOZ */
    display: inline-block;
    /* width: inherit; */
    height: inherit;
    /* IE */
    display: block;
    /* width: 100%; */
    height: 100%;
}
.whitetext a:hover {
	color: #005D06;
	text-decoration: none;
}
.whitetext h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #003200;
	margin: 0px;
	padding: 3px;
}
.whitetext td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.whitetext h4 {
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	margin-bottom: 5pt;
}
.shadow-left {
	padding:0px;
	margin:0px;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/shadow-left.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.shadow-left[class] {
  background-image:url(images/shadow-left.png);
}

.shadow-right {
	padding:0px;
	margin:0px;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/shadow-right.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.shadow-right[class] {
  background-image:url(images/shadow-right.png);
}
