.logoBK {
	background-image: url(../images/logoBK.jpg);
	background-repeat: no-repeat;
}
.photosBK {
	background-image: url(../images/photosBK.jpg);
	background-repeat: no-repeat;
}
.ticketsBK {
	background-image: url(../images/ticketsBK.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bodyGold {
        color: #CCA142
}

a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCA142;
	text-decoration: none;
}
a:hover {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCA142;
	text-decoration: underline;
}
a:visited {


	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
}
a:active {



	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}
/* Form Elements */
form {
	font-family: Georgia, Times New Roman;
	font-size: 11px;
	color: #000000;
	padding: 10px;
	border-top-color: 02223a;
	border-right-color: 02223a;
	border-bottom-color: 02223a;
	border-left-color: 02223a;
	border-color: 02223a;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* Internet Explorer bug fix to remove border around radio and checkbox's
NOTE: class="explore" needs to be addesd to html document on checkbox and radio input tags*/
.explorer {
	background-color: #cca142;
	font-family: Georgia, Times New Roman;
	font-size: 11px;
	color: #000000;
}
input {
	font-family: Georgia, Times New Roman;
	color: #000000;
	font-size: 11px;

}
input[type="text"]{
	font-family: Georgia, Times New Roman;
	font-size: 11px;
	color: #000000;
	background-color: #cca142;
	border-right-color: 02223a;
	border-bottom-color: 02223a;
	border-left-color: 02223a;
	border-color: 02223a;
	border-top-color: 02223a;
	border-width: 1px;
	text-indent: 0px;
}
input[type="radio"]{
	border: none;
	background-color: transparent;
	font-family: Georgia, Times New Roman;
	font-size: 11px;
}
input[type="checkbox"]{
	border: none;
	background-color: transparent;
	font-family: Georgia, Times New Roman;
	font-size: 11px;
	border-right-color: 02223a;
	border-bottom-color: 02223a;
	border-left-color: 02223a;
	border-color: 02223a;
	border-top-color: 02223a;
}
input[type="button"]{
	font-family: Georgia, Times New Roman;
	font-size: 11px;
	color: #000000;


}
input[type="submit"]{
	font-family: Georgia, Times New Roman;
	font-size: 11px;
	color: #000000;

}
input[type="password"]{
	font-family: Georgia, Times New Roman;
	font-size: 11px;
	color: #000000;
	border-right-color: 02223a;
	border-bottom-color: 02223a;
	border-left-color: 02223a;
	border-color: 02223a;
	border-top-color: 02223a;
	border-width: 1px;

}
input[type="file"]{
	font-family: Georgia, Times New Roman;
	font-size: 11px;
	color: #000000;
	background-color: #cca142;
	border-right-color: 02223a;
	border-bottom-color: 02223a;
	border-left-color: 02223a;
	border-color: 02223a;
	border-top-color: 02223a;
	border-width: 1px;
	padding: 0px;
}

select {
	font-family: Georgia, Times New Roman;
	color: #000000;
	font-size: 11px;
	background-color: #cca142;
}
option {
	font-family: Georgia, Times New Roman;
	color: #000000;
	font-size: 11px;
	background-color: #cca142;
}
textarea {
	font-family: Georgia, Times New Roman;
	color: #000000;
	font-size: 11px;
	border-top-color: 02223a;
	border-right-color: 02223a;
	border-bottom-color: 02223a;
	border-left-color: 02223a;
	border-color: 02223a;
	border-width: 1px;
	border-style: solid;
        background-color: cca142;
}
.formfields {
	font-family: Georgia, Times New Roman;
	font-size: 11px;
	border: 1px solid #000000;
	background-color: #cca142;
	color: #000000;
	margin: 0px;
	padding: 0px;
}