/* ----- Heading for each page ----- */
.page_head
{
	display: block;
	width: 350px
	height: 16px;
	text-align: right;
	padding-right: 15px;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color: #ffffff;
	background-color: #999999;
}

.body_text
{
	font-size: 13px;
	font-family: Arial;
	font-weight: normal;
	color: #000000;
}

.body_text a:link, .body_text a:active, .body_text a:visited
{
	font-size: 13px;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
	color: #0000ff;
}

.body_text a:hover
{
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color: #0000ff;
}

.songlist_text
{
	font-size: 11px;
	font-family
}


/* ----- Smaller text for left 1/3 column 
   ----- and for footer */
.side_text
{
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	color: #000000;
}

.side_text a:link, .side_text a:active, .side_text a:visited
{
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
	color: #0000ff;
}

.side_text a:hover
{
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color: #0000ff;
}

/* ----- Left Navigation ----- */

.leftnav_head, .leftnav_head a:link, .leftnav_head a:active, .leftnav_head a:visited
{
	display: block;
	width: 125px;
	height: 18px;
	padding-left: 5px;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.leftnav_head a:hover
{
	display: block;
	width: 125px;
	height: 18px;
	padding-left: 5px;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color: #e2b30f;
}

.leftnav_reg a:link, .leftnav_reg a:active, .leftnav_reg a:visited
{
	display: block;
	width: 125px;
	height: 12px;
	padding-left: 15px;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: #000000;
}

.leftnav_reg a:hover
{
	display: block;
	width: 125px;
	height: 12px;
	padding-left: 15px;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: #e2b30f;
}

/* ----- 1st cell of main pages table  */
.leftnav_cell
{
	width: 130px;
	background-color: #cccccc
}

/* ----- 2nt cell of main pages table  */
.leftnav_spacer_cell
{
	width: 15px;
}