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

