@charset "utf-8";
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h1 {
	background-image: url(../images/newstrippperlogo.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -99999px;
	height: 432px;
	width: 700px;
	margin: 0 auto;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 8px;
}
a {
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a:hover {
	color: #FF0000;
}
ul {
	list-style-type: square;
}
li {
	margin-left: -25px;
}
.biglink {
	font-size: 20px;
}
.biglink2 {
	font-size: 26px;
}
strong {
	font-weight: bold;
	text-transform: uppercase;
}
.hideme {
  position : absolute;
  top : -9000px;
  left : -9000px;
}

