BODY {
	background-color: #e1e1e1;
	color: black;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	margin: 0px 0px 0px 0px;
}

#logo {
	background-color: #ffffff;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
}
#logo a {
	color: #009900;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
/*	padding-left: .5em;	this line F's netscape 4.x*/
/*	padding-right: .5em;	this line F's netscape 4.x*/
}
#logo A:hover {
  	color: white;
  	background-color: #009900;
  	text-decoration: none;
  	font-weight: bold;
}
#logo img {
	border: 0px;
}
#logo p {
	padding: 0px;
	margin: 0px;
	padding-right: 2em;
	color: white;
}
#logo H1 {
	font-size: 25pt;
	text-align: center; 
 	font-weight: bold;
	color: #009900;
	font-style: normal;
	font-variant: small-caps;
	vertical-align: middle;
}
#content {
	background-color: white;
	padding: 1em;
	margin: 0px;
	border-top: 2px solid black;
	list-style-type: circle;
}
#content P{
	font-size: 10pt;
	margin: 1em;
	margin-bottom: 1em;
}
#content A {
	color: #009900;
	font-weight: bold;
	text-decoration: none;
}

#content A:hover {
	color: white;
	background-color: #009900;
	text-decoration: none;
	font-weight: bold;
}
#content blockquote {
/*	color: #4400ff;*/
	color: #000088;
	font-size: 1.1em;
	line-height: 1em;
	word-spacing: 0.5px;	/* this is relative, to the normal spacing, and negative values are okay */
}
#content H1 {
	font-weight: bold;
	font-size: 1.8em;
	color: #004488;
	font-style: italic;
	text-align: center;
	font-variant: small-caps;
	vertical-align: middle;
	border-bottom: #009900 solid 1px;
}
#content H2 {	
	color: #004488;
	margin-left: 2em;
	font-weight: bold;
}
#content H3 {	
	color: #004488;
	margin-left: 3em;	
}
#content HR {
	border: 0;
	color: #004488;
	background-color: #004488;
	height: 1px;
	width: 40%;
	text-align: center;
}
#content img {	
	background-color: #ffffff;
}
#content TH {
	border-bottom: 1px solid #009900;
	text-align: center;
/*
	background-color: #009900;
	font-weight: bold;
	font-size: 1.25em;
*/
	color: #004488;
	margin: 0px;
}
#content TD {
	padding-right: 1em;
/*	border-bottom: 1px dashed #e1e1e1;*/
	vertical-align: top;
	padding-bottom: 0.5em;
}
#content DT {
	margin-left: 1em;
	font-weight: normal;
	color: #004488;
}
#content UL {
	margin-top: -0.75em;
}

#contentdividedtable TD {
	border-bottom: 1px dashed #e1e1e1;
}

#footer {
	/*background-color: #E1E1E1;*/
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	padding: 1em;
	font-size: .75em;
	padding-top: 5px;
	margin-top: 0px;
	text-align: center;
	border: 0px;
	border-top: 2px solid black;
}
#footer A {
	color: #009900;
	font-weight: bold;
	text-decoration: none;
}

#footer A:hover {
	color: white;
	background-color: #009900;
	text-decoration: none;
	font-weight: bold;
}
.MetricInfo {
	font-size: 0.75em;
}
.TradeMark {
	font-size: 0.7em;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	vertical-align: super;
	font-weight: bold;
	margin-left: -0.25em;
}
.Tagline {
	font-size: 1.5em;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #009900;
	font-weight: bold;
	text-align: center;
/*	padding-top: 0.5em; turning this on puts in two lines for some reason */
	border-top: #009900 solid 1px;
}
.SpecialDetails {
	background-color: #ffffaa;
	padding: 0.5em;
	outline: #000088 1px solid;
	white-space: nowrap;
}