body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #9D9D9D;
	padding: 0px;
	margin: 0px;
}
a:link, a:visited, a:active {
	color: #180082;
	text-decoration: none;
}
a:hover {
	color: #180082;
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	padding-top: 40px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
}
li {
	font-size: 11px;
}
.counter {
	font-size: 10px;
	vertical-align: top;
}
.homebug {
	background-image: url(images/homebug.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.backgroundbug {
	background-image: url(images/background-bug.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.topbar {
	background-image: url(images/top-strip.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.bottombar {
	background-image: url(images/bottom-strip.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.leftstrip {
	background-image: url(images/left-strip-repeat.jpg);
	background-repeat: repeat-x;
}
.rightstrip {
	background-image: url(images/right-strip-repeat.jpg);
	background-repeat: repeat-x;
}

