body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.pageheading {
	font-size: 18px;
	font-weight: bold;
}
.red {
	color: #FF0000;
}
.small {
	font-size: 9px;
}
a:link {
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	text-decoration: none;
}
.cell {
	background-color: #00FF00;
}
.cell_hi {
	background-color: #66FF00;
}
.cell_img {
	background-image: url(../images/top_bar.jpg);
}
.purpled {
	color: #9933CC;
}

