BODY {
	font-family: georgia, times new roman;
	font-size: 10pt;
	background: #73422D;
	margin-top: 5%;
}

/* Table formatting */

TABLE.MainTable {
	width: 800px;
	vertical-align: top;
}

TABLE.MainTable TD {
	vertical-align: top;
}

TD.SidebarSeparator {
	width:17px;
	vertical-align: top;
	background: url(images/Flower_02.gif);
}

TD.TopSeparator {
	width: 659px;
	height: 32px;
	vertical-align: top;
	background: black;
}

TD.Header {
	background: #6688cc;
}

TABLE.MainTable TR TD.Content {
	background: #FBFA74; 
	background-image:url(images/Flower_05.gif); 
	background-repeat: no-repeat;

	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;

	color: #662D14; 
	font-family: Georgia, Times New Roman;
	font-size: 100%;
}

/* Menu Sidebar specific */
TABLE.MainTable TR TD.MenuSidebar {
	vertical-align: top;	

	background-image: url(images/MenuBkg.gif);
	font-family: Georgia, Times New Roman;
	font-size: 95%;
	font-weight: bold;

	line-height: 20pt;
}

TD.MenuSidebar A:link		{ text-decoration: none; color: #006633; }
TD.MenuSidebar A:visited	{ text-decoration: none; color: #663300; }
TD.MenuSidebar A:hover		{ text-decoration: underline; color: #006633; }

SPAN.CurrentPage	{ font-weight: bold; color: #FF0000; text-decoration: underline; }

/* Data specific */
.WorkTitle	{ text-decoration: underline; font-weight: bold; }
.ArticleTitle	{ font-style: italic; }
TABLE.PhotoTable TD	{ font-size: 80%; text-align: center; }
.PerformanceNote { font-family: Georgia, Times New Roman; font-size: 100%; color: #332200; }
.Announcement	{ font-weight: bold; color: #660000; }

TABLE.lyrics_bilingual TD	{
	font-size: 90%;
	font-family: Georgia, Times New Roman;
}
TABLE.lyrics_bilingual TR.Caption TD {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
}
PRE.lyrics	{
	font-family: Georgia, Times New Roman;
}

/* General content */

UL {
	list-style: url(images/bullet.gif);
}

UL LI {
	margin-bottom: 20pt;
}

SPAN.date {
	font-weight: bold;
	text-decoration: underline;
}

H1 { color: #C45627; }

TD.Content A:link { text-decoration: underline; color: #006600; }
TD.Content A:visited { text-decoration: underline; color: #660000; }
TD.Content A:hover { text-decoration: underline; background:#666600; color: #FFFFFF; }

P.Footnote { text-align: right; font-size: 90%; }
P.Copyright	{ text-align: center; font-size: 75%; }
#indent	{ margin-left: 0.5in; }
