/* CSS Document */

body{
	background-image: url(bg.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0px 100px;
}

.localFont {
	font:"BankGothic Md BT";
	font-size:10pt;
	font-style:italic;
	font-weight:bold;
	color:#330099;
}

.localDefault {
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	color: #330099
}

