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

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

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;
}

.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;
}