.bold {
	font-weight: bold;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;

}
.small {
	font-size: 12px;
}
.border {
	border: 1px solid #006633;
}
.thumbnail {
	cursor: hand;
}
.tiny {
	font-size: xx-small;
}
.footer {
	font-size: 10px;
}
a.darkBG:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.darkBG:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.darkBG:hover {
	color: #FFFFCC;
	text-decoration: underline;
}
a.darkBG:active {
	color: #FFFFCC;
	text-decoration: underline;
}

a.lightBG:link {
	color: #3333FF;
	text-decoration: none;
}
a.lightBG:visited {
	color: #6666FF;
	text-decoration: none;
}
a.lightBG:hover {
	color: #6666FF;
	text-decoration: underline;
}
a.lightBG:active {
	color: #6666FF;
	text-decoration: underline;
}
.heading {
	font-size: large;
	font-weight: bold;
}
.bar {
	background-image: url(/g/bar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	left: 15px;
	top: 145px;

}
