/* CSS Document */

body {
	background-color: #fff0d8;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

.SongTitles {	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

.mainText {	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

.mainTextItalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style:italic;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	line-height:18px;
}

.justifyed {
	text-align: justify;
	text-justify: newspaper
}

.intro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style:italic;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	line-height:18px;
}

.SongTitlesHead {	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #9C0800;
}

.SongTitlesSubHead {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #9C0800;
}

#topLeft {
    background-color:#FFFFFF;
    margin:0px;
    height:12px;
	width:19px;
	background-image:url(../images/frames/topleft.gif);
	background-repeat:no-repeat;
}

#top {
    background-color:#FFFFFF;
    margin:0px;
    height:12px;
	background-image:url(../images/frames/top.gif);
	background-repeat:repeat-x;
}

#topRight {
    background-color:#FFFFFF;
    margin:0px;
    height:12px;
	width:19px;
	background-image:url(../images/frames/topright.gif);
	background-repeat:no-repeat;
}

#left {
    background-color:#FFFFFF;
    margin:0px;
    width:19px;
	background-image:url(../images/frames/left.gif);
	background-repeat:repeat-y;
}

#right {
    background-color:#FFFFFF;
    margin:0px;
    width:19px;
	background-image:url(../images/frames/right.gif);
	background-repeat:repeat-y;
}

#bottomLeft {
    background-color:#FFFFFF;
    margin:0px;
    height:20px;
	width:19px;
	background-image:url(../images/frames/bottomleft.gif);
	background-repeat:no-repeat;
}

#bottom {
    background-color:#FFFFFF;
    margin:0px;
    height:20px;
	background-image:url(../images/frames/bottom.gif);
	background-repeat:repeat-x;
}

#bottomRight {
    background-color:#FFFFFF;
    margin:0px;
    height:20px;
	width:19px;
	background-image:url(../images/frames/bottomright.gif);
	background-repeat:no-repeat;
}