@charset "utf-8";


.headings {
	font-family: LuzSans-Book;
	font-size: 14px;
	color: rgb(165,121,86);
	font-weight: bold;
	text-decoration: none;
	
}
.copyright {
	font-family: LuzSans-Book;
	font-size: 12px;
	color: rgb(150,150,150);
	text-decoration: none;
}
.event_heading {
	font-family: LuzSans-Book;
	font-size: 14px;
	color: rgb(165,121,86);
	text-decoration: none;
}

.content_head  {
	font-family: LuzSans-Book;
	font-size: 12px;
	font-weight: bold;
	color: rgb(0,0,0);
	text-decoration: none;
	line-height: 15px;
}


.content {
	font-family: LuzSans-Book;
	font-size: 12px;
	color: rgb(80,80,80);
	text-decoration: none;
	line-height: 15px;
	font-style: normal;
	text-align: left;
}
a {
	Links:visited;
	color: rgb(125,125,125);
	Links: hover;
	color: rgb(165,121,86);
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.content_credentials {
	font-family: LuzSans-Book;
	font-size: 12px;
	text-decoration: none;
	color: rgb(90,90,90);
}

.navigation_bar {
	font-family: LuzSans-Book;
	font-size: 12px;
	font-weight: bold;
	color: rgb(100,100,100);
	text-decoration: none;
}

