/* CSS Document */

/* Holly Hack - Hides from IE5-mac \*/
* html .buggybox {height: 1%;}
/* End hide from IE5-mac */

@font-face {
	font-family: DakotaRegular;
	src: url('graphics/DakotaRegular.ttf');
}
	p.custom_font{
	font-family: DakotaRegular; /* no .ttf */
}

body {
	font: 76%/160% DakotaRegular, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	margin: 0px;
	padding: 10px;
/*	background: #010216 url(SCRCimages/welcome-2012-1024.jpg) no-repeat top top fixed; */
}
	
