html {
	overflow-y: scroll;
	overflow:-moz-scrollbars-vertical;
}

body {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 80%;
	line-height: 1.6em;
	text-align: left;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-color: B2D4CD;
	color: black;
}

P {
	font-size: 90%;
}

P.mainbody {
	font-size: 90%;
	margin-right: 70px;
}


.table-text {
	font-size: 70%;
}

.eighty {
	font-size: 80%;
}

a:link {
	color: #2D8476;
	text-decoration: none;
}


a:visited {
	color: #2D8476;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

a:active {
	color: #2D8476;
	text-decoration: none;
}

img {
	border: 0;
}

h1 {
	font-size: 120%;
	font-weight: bold;
	color: #2D8476;
	margin-right: 70px;
}

a#what {
	background-image: url(images/what.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
}

a#what:hover {
	background-image: url(images/what.gif);
	background-repeat: no-repeat;
	background-position: 0 -43;
	display: block;
}

a#working {
	background-image: url(images/working.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
}

a#working:hover {
	background-image: url(images/working.gif);
	background-repeat: no-repeat;
	background-position: 0 -43;
	display: block;
}

a#help {
	background-image: url(images/help.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
}

a#help:hover {
	background-image: url(images/help.gif);
	background-repeat: no-repeat;
	background-position: 0 -43;
	display: block;
}

a#track {
	background-image: url(images/track.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
}

a#track:hover {
	background-image: url(images/track.gif);
	background-repeat: no-repeat;
	background-position: 0 -43;
	display: block;
}