@charset "utf-8";
/* CSS Document */
html {
overflow-y:scroll;
}
@font-face {
    font-family: Haettenschweiler;
    font-style:  normal;
    font-weight: normal;
    src: url(http://ispyvision.com/HAETTEN0.eot);
  }

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background:url(images/bg.jpg);
}

body, input, select, textarea {
	font-family:Arial, Geneva, sans-serif;
	font-size:12px;
	line-height:18px;
}

body a {
	color:#00C;
	text-decoration:none;
	cursor:pointer;
}

body a:hover {
	text-decoration:underline;
}

a, div, span {
	outline: none;
	font-size: 12px;
}

h1 {
	font-size:16px;
}

ul {
	line-height:normal;
}

li {
	margin-bottom:12px;

}

.pgtitle {
	font-size: 18px;
	color: #903;
	font-weight: bold;
}

.subhead {
	font-size:16px;
	font-weight:bold;
	color:#903;
}
.subhead2 {
	font-size:16px;
	font-weight:bold;
}


.header_bg {
	background-image:url(images/header.png);
}
