html {
	overflow-y:scroll;
}

body {
	font-family: "lr SVbN", "Osaka|";
	font-size: small;
	line-height: 130%;
	color: #333333;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-left: 0px;
	margin-top: 0px;
}

h1 {
	font-size: medium;
	font-weight: bold;
	color: #003399;
	line-height: 200%;
}

h2 {
	font-size: small;
	line-height: 150%;
	font-weight: bold;
	color: #FF6600;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
li {
	list-style-type: square;
}
