@charset "utf-8";
body {
	background-attachment: scroll;
	background-image: url(Images/Background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.textnormal{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14pt;
	font-weight: normal;
	padding-left: 6px;
	padding-right: 6px;
}
.textbold{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #990000;
	line-height: inherit;
	padding: 0px;
	font-weight: bold;
}

