@font-face {
    font-family: 'BebasRegular';
    src: url('bebas___-webfont.eot');
    src: url('bebas___-webfont.eot?#iefix') format('embedded-opentype'),
         url('bebas___-webfont.woff') format('woff'),
         url('bebas___-webfont.ttf') format('truetype'),
         url('bebas___-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body, p, td {
	font-family: Arial, Verdana, Tahoma;
	font-weight: normal;
	font-size: 9pt;
	color: #FFF1F1;
}

a:link, a:visited {
		color: white;
		text-decoration: underline;
		cursor: pointer;
}

a:hover {
		color: white;
		text-decoration: none;
		cursor: pointer;
}

.navbar {
	padding-top: 5px;
	padding-right: 20px;
	font-family: BebasRegular, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.photobar {
	padding-top: 5px;
}

.header {
	font-family: Arial, Verdana, Tahoma;
	font-weight: bold;
	font-size: 14pt;
	color: #FFF1F1;
}

.login_text {
	font-family: Arial, Verdana, Tahoma;
	font-weight: normal;
	font-size: 7pt;
	color: #FFF1F1;
}

.content_table_header {
	padding-top: 5px;
}

.content_table_cell {
	padding-top: 5px;
}

.table_header_2 {
  padding: 4px;
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #FFB6B8;
}

.table_cell_1 {
  padding: 4px;
	font-size: 8pt;
	color: #333333;
	font-weight: normal;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #E5E5E5;
}

.table_cell_2 {
  padding: 4px;
	font-size: 8pt;
	color: #333333;
	font-weight: normal;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #CCCCCC;
}

a.table_link:link {
		color: #333333;
		text-decoration: underline;
		cursor: pointer;
}

a.table_link:visited {
		color: #333333;
		text-decoration: underline;
		cursor: pointer;
}

a.table_link:hover {
		color: #333333;
		text-decoration: none;
		cursor: pointer;
}

.song_list_header {
	background:  #F2004F url('/images/nav/table_header_bg1.gif') no-repeat top left;
	border-bottom: 1px solid #92003E;
	font-size: 9pt;
	font-weight: bold;
	padding-left: 5px;
}

.song_list_cell {
	background-color: #FFDDE8;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	padding-left: 5px;
	border-bottom: 1px solid white;
	border-right: 1px solid #92003E;
}

.guestbook_header {
	background:  #F2004F url('/images/nav/table_header_bg1.gif') no-repeat top left;
	border-bottom: 1px solid #92003E;
	font-size: 9pt;
	font-weight: normal;
	padding-left: 5px;
}

.guestbook_cell {
	background-color: #FFDDE8;
	font-size: 8pt;
	font-weight: normal;
	color: #404040;
	padding: 5px;
	border-bottom: 1px solid white;
}

a.navlink_off:link, a.navlink_off:visited {
	color: white;
	text-decoration: none;
	text-transform:uppercase;
}

a.navlink_off:hover {
	color: black;
}

 a.navlink_current:link, a.navlink_current:visited {
	color: black;
	text-decoration: none;
	text-transform:uppercase;
}
