@charset "utf-8";
/* src: IE6/7/8 - Must be first */   
/* src: FFx3.5/Safari/Op10 - Next */   
@font-face {
	font-family:'CAMYanoneKaffeesatzRegular';
    src: url('fonts/YanoneKaffeesatz-Regular.eot'); 
  }
@font-face {
	font-family:'CAMYanoneKaffeesatzRegular';
	src: local('YanoneKaffeesatz-Regular'), 
		 url('fonts/YanoneKaffeesatz-Regular.woff') format('woff'), 
		 url('fonts/YanoneKaffeesatz-Regular.ttf') format('truetype'), 
		 url('fonts/YanoneKaffeesatz-Regular.svg#YanoneKaffeesatz-Regular') format('svg');
  }
@font-face {
    font-family: "CAMPreludeFLF";
    src: url('fonts/PreludeFLF.eot');
  }
@font-face {
    font-family: 'CAMPreludeFLF';  
    src: local('PreludeFLF'),
		 url('fonts/PreludeFLF.ttf') format('truetype');
  }
body {
	font-family: CAMYanoneKaffeesatzRegular;
	font-size: 14px;
	color: #666666;
	background-image: url(images/bk2.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
.script {
	font-family: CAMYanoneKaffeesatzRegular;
	font-size: 14px;
	color: #FFF;
	padding: 4px;
} 
a:link {
	color: #3853a4;
	text-decoration: none;
}
a:visited {
	color: #3853a4;
	text-decoration: none;
}
a:hover {
	color: #FFAD04;
	text-decoration: none;
}
a:active {
	color: #CC3300;
	text-decoration: none;
}

.light a:link {
	color: #F5F5F5;
	text-decoration: none;
}
.light a:visited {
	color: #F5F5F5;
	text-decoration: none;
}
.light a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.light a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.none a:link {
	text-decoration: none;
}
.none a:visited {
	color: #F5F5F5;
	text-decoration: none;
}
.none a:hover {
	text-decoration: none;
}
.none a:active {
	text-decoration: none;
}
.frame {
	height: 602px;
	width: 967px;
	text-align: center;
	vertical-align: middle;
}
.bottomBox {
	border: 1px solid #CCC;
}
.submitButton {
	font-family: CAMYanoneKaffeesatzRegular;
}
.availableSubmitButton {
	font-family: CAMYanoneKaffeesatzRegular;
	color: #FFF;
	background-color: #333;
}
select{
	font-family: CAMYanoneKaffeesatzRegular;
}
.boxulete {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
option {
	font-family: CAMYanoneKaffeesatzRegular;
}
