body {
	margin: 10;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/lines.gif);
}
a:link { color: #666666; font-size: small; background: transparent }
a:visited { color: #666666; font-size: small; background: transparent }
a:active { color: Black; font-size: small; background: transparent }
a:hover { color: Black; background: transparent text-decoration: none; }

a:link img, a:visited img { border-style: none } /* no border on img links */

a img { color: white; }        /* trick to hide the border in Netscape 4 */
@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
}
td#menu{
	background-image: url(images/menu-bg.jpg);
	background-repeat: repeat-y;
	text-align: left;
	font-size: 80%;
	padding-left: 15px;
}
#menu strong{
	text-align: center;
	display: block;
	padding: 4px 0px 4px 0px;
}
#menu a:link, #menu a:visited{
	padding-left: 15px;
	text-decoration: none;
	color: #666666;
	font-size: 85%;
	display: block;
}
#menu a:hover{
	background-image: url(images/point.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: Navy;
	background-color: #99CDFF;
}
td.top{
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	padding: 2px 5px 2px 15px;
	color: white;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}
td.d{
	background-image: url(images/dbg.jpg);
	background-repeat: repeat-x;
	font-size:75%;
}
.content{
	font-size: 80%;
	color: #333333;
	text-align: justify;
	vertical-align: top;
	padding: 3px 3px 15px 60px;
}
.read a:link, .read a:visited{
font: bold 120% sans-serif;
color: Blue;
} 
.read a:hover{
	font: bold 120% sans-serif;
	background-color: #4997E1;
}
.footer{
	background-image: url(images/bg.gif);
	color: black;
	font-size:75%;
	text-align: center;
	padding-top: 4px;
}

th, td { /* ns 4 */
  font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6 { text-align: left }
/* background should be transparent, but WebTV has a bug */
h1{
	color: black;
} 
h2, h3 {
	color:#000000;
}
h1 {
	font: bolder 140% sans-serif;
	padding-left: 30px;
	border-bottom: 2px solid #6699CC;
	text-align: right;
}
h2 {
	font: bolder 125% sans-serif;
}
h3 { font: bold 110% sans-serif }
h4 { font: bold 100% sans-serif }
h5 { font: italic 100% sans-serif }
h6 { font: small-caps 100% sans-serif }

.hide { display: none }


@media screen {  /* hide from IE3 */
a[href]:hover { background: #ffa }
}

pre { margin-left: 2em }
/*
p {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
*/
dt, dd { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */
dt { font-weight: bold }

pre, code { font-family: monospace } /* navigator 4 requires this */

ul.toc {
  list-style: disc;		/* Mac NS has problem with 'none' */
  list-style: none;
}

@media aural {  
  h1, h2, h3 { stress: 20; richness: 90 }
  .hide { speak: none }
  p.copyright { volume: x-soft; speech-rate: x-fast }
  dt { pause-before: 20% }
  pre { speak-punctuation: code } 
}
.footer{
	color: #fff;
}
.footer p{
	color: #000;
}
.footer a:link,.footer a:visited{
	color: #fefcf4;
	text-decoration: none;
}
.footer a:hover{
background-color: transparent;
text-decoration: underline;
}
a.footerlink:link, a.footerlink:visited, a.footerlink:active {
	color:#000;
	background: transparent;
	font-size: 100%;
}

a.footerlink:hover {
	color: #ffffff;
	background: transparent;
	text-decoration: none;
	font-size: 100%;
}


#menu a.head:link, #menu a.head:visited{
	padding-left: 5px;
	text-decoration: none;
	color: Navy;
	display: block;
	font-weight: bold;
}
#menu a.head:hover{
	background-image: url(images/point.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: #666666;
	background-color: #99CDFF;
	font-weight: bold;
}