/* For General Page Formatting */
body.main{
	border : 0;
	text-decoration :  none;
	font-family : Arial;
	text-align : left;
	color : #FFCBEA;
	font-size: 11px;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	overflow-x: hidden;
	overflow-y: auto;
 	scrollbar-arrow-color: #F87FC6;
	scrollbar-base-color: #000000;
	scrollbar-DarkShadow-Color: #000000;
	scrollbar-Face-Color: #000000;
	scrollbar-Highlight-Color: #000000;
	scrollbar-Shadow-Color: #000000;
	scrollbar-Track-Color: #000000;
}


/* Used For Formatting Links in Content Sections */
a:link {
	color: #FF9ED8;
	font-family : Arial;
	cursor: crosshair;
	text-decoration : none;
}

a.normal {

	color: #FF9ED8;
	text-decoration :  none;
	cursor: crosshair;
}

a:unvisited {
	color: #FF9ED8;
	text-decoration :  none;
	cursor: crosshair;
}

a:visited {
	color: #FF9ED8;
	text-decoration :  none;
	cursor: crosshair;
}

a {cursor: crosshair; color: #FF9ED8; height:1px;behavior:url(linkhilight.htc);filter:progid:dximagetransform.microsoft.gradientwipe(duration=0.2)}

a:hover {
	color: #ffffff;
	text-decoration :  none;
	cursor: default;
	border-left: 0px; 
}

a:active {
	color: #FF9ED8;
	text-decoration :  none;
	cursor: crosshair;
}
/* End Content Section Links formatting */


/* Used for formatting input fields */
input {
	font-family : Arial;
	font-size : 10px;
	font-weight : normal;
	color: #F87FC6;
}


textarea {
	font-family : Arial;
	font-size : 10px;
	font-weight : normal;
	color: #F87FC6;
}

/* Normal Paragraph Formatting */
p {
	text-decoration : none;
	color : #FFCBEA;
	margin-left: 10;
	margin-right: 10;
	font-size: 11px;
  text-align: left;
  direction: ltr;
  font-family: Arial;
}

p.indent {
	font-size : 11px;
	text-decoration : none;
	color : #F87FC6;
	margin-left: 4;

}

.header {
	font-size : 16px;
	text-decoration : none;
	color : #F87FC6;

}

.indtheader {
	color : #F87FC6;
	margin-left: 10;
}


/* Normal Table Formatting */
table {
	font-family :  Arial;
}

table.main {
	margin-left: 10;
}

table.song {
	border-collapse:collapse;
	line-height: 13px;

}

th {
	font-family :  Arial;
	text-align :  justify;
	font-size :  10px;
}

tr {
	font-family :  Arial;
}

td {
	font-family :  Arial;
	font-size: 11px;
	color: #FFCBEA;
}


td.indent {
	margin-left: 10;
	margin-right: 10;	
	margin-top: 10;	
	margin-bottom: 10;	
}

td.background {
	margin-left: 10;
	margin-right: 10;	
	margin-top: 10;	
	margin-bottom: 10;	
	background-repeat: no-repeat;
	background-position: top;
}
/* End Normal Table Formatting */

