h1   {
	font-size: 1.4em;
	font-weight: normal;
	color: #000033;
	font-style: italic;
	text-align: left;
}
h2  {
  font-size: 1.2em;
  font-weight: bold;
  color: #000000;
	text-align: left;
}
h3 {
    color: #000000;
    font-size: 1.0em;
    font-weight: bold;
	text-align: left;
}
h4 {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	font-style: italic;
}
h5  {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	text-align: left;
}
h6  {
    color: #000000;
    font-size: 0.9em;
    font-weight: normal;
    font-style : italic;
	text-align: left;
}
p  {
    color: #000000;
    font-size: 1em;
    font-weight: normal;
    font-style : none;
	text-align: justify;
}
.pSup  {
	vertical-align: super;
}
.pSub  {
	vertical-align: sub;
}
.p_semc  {
    font-size: 1.04em;
    font-weight: bold;
    font-style : italic;
	text-align: center;
}
a, a:link, a:active   {
    color: #000099;
    text-decoration: none;
}
a:visited {
    color: #000066;
    text-decoration: none;
}
a:hover   {
    color: #0000FF;
    text-decoration: underline;
}
dt {
	font-weight: bold;
	color: #000000;
}
dd {
	font-weight: normal;
	color: #000000;
}
.nws_alt { color: #003399; }

.nws_altc {
 text-align: center;
}

.nws_hi {
  color: #000000;
  background-color: #FFFF00;
}

