body {
	background: #fff url(../img/Hgrnd.jpg) repeat-y fixed;
	margin: 0px;
}
body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999;
}
ol, ul {
  margin:  6px 0 8px 2.5em;
  padding: 0;
}
li {
	margin-bottom: 3px;
}
a:link, a:visited, a:active {
	color: #999;
}
a:focus, a:hover {
	color: #666;
}

.bottom3px {
	margin-top: 0px;
	margin-bottom: 3px;
}
.bottom4px {
	margin-top: 0px;
	margin-bottom: 4px;
}
.bottom6px {
	margin-top: 0px;
	margin-bottom: 6px;
}
.bottom8px {
	margin-top: 0px;
	margin-bottom: 8px;
}
.bottom12px {
	margin-top: 0px;
	margin-bottom: 12px;
}

.small {
	font-size: 11px;
}
.dark {
	color: #666;
}
.hilite {
	color: #cc3333;
}