BODY { 
  margin: .2em;
  font-family: serif;
  font-size: 13px;
  background: white;
  color: black; 
}

H1, H2, H3, H4, H5, H6, P, UL, OL, DIR, MENU, DIV,  
DT, DD, ADDRESS, BLOCKQUOTE, PRE, HR, DL { 
  display: block; margin-top: 0em; margin-bottom: 1em }

B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, 
IMG, FORM, SPAN { display: inline }

Image{
	margin: 0;
}

H1, H2, H3, H4, H5, H6 {
background-color: transparent;
  color: #007F30;
  font-weight: bold;
  margin-top: 0em;
  margin-bottom: 0em;
}
	
H1 { font-size: medium; text-align: center; }
H2 { font-size: small }
H3 { font-size: x-small }
H4, H5, H6 { font-size: xx-small }

B, STRONG { font-weight: bolder }
I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { font-style: italic }
PRE, TT, CODE, KBD, SAMP { font-family: monospace }

ADDRESS { margin-left: 3em }
BLOCKQUOTE { margin-left: 3em; margin-right: 3em }

UL, DIR { list-style: disc }
OL { list-style: decimal }
MENU { margin: 0 } 

LI { margin-left: 1em }

DT { margin-bottom: 0 }
DD { margin-top: 0; margin-left: 3em }

a:link {
background-color: transparent;
	color: #003366;
	font-weight: normal;
	text-decoration: underline;
}
a:visited {
background-color: transparent;
	color: #800000;
	font-weight: normal;
	text-decoration: underline;
}
a:active {
   background-color: transparent;
	color: #FF3300;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
background-color: transparent;
	color: Red;
	font-weight: normal;
	text-decoration: underline;
}

TABLE{
	background-color: #7FADBD;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

td{
	background-color: #C6D6DE;
	color: Black;
	font-size: 13px;
	padding: 0px 0px 0px 0px;
}

th{
	background-color: #7FADBD;
	color: Black;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	padding-bottom: .5em;
	padding-top: .5em;
}

.DCell{ 
	background-color: #7FADBD;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	font-size: 13px;
	font-weight: normal;
}

.LCell{
	background-color: #C6D6DE;
	color: #000000;
	font-size: 13px;
	padding: 3px 3px 3px 3px;
}

.fp {
	/* faded paragraph - like this comment */
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	background-color: transparent;
	color: #707070;
	font-size: xx-small;
}

.LinkCell{ 
	background-color: #7FADBD;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	font-size: 9px;
	font-weight: normal;
}

.ImportantNote{
	color: #FF0000;
	font-size: 18px;
	font-weight: normal;
}
