/* CSS Document */
.MainTable {
	/*vertical-align:middle;*/
	width: 620px;
	height:350px;
	text-align:left;
	background-color:#F5F5F5;
	border-color:#000000;
	border-style:solid;
	border-width:2px;
}
.MenuTable {
	/*vertical-align:middle;*/
	width:225px;
	height:350px;
	background-color:#ccccff;
	border-color:#000000;
	border-style:solid;
	border-width:2px;
	padding:4px;
}
.MenuDiv {	
	width:225px;
	height:330px;
	overflow:auto;
}
.MenuTitle {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}
.MenuText {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 10pt;
	color: #000000;
}
.MenuTextActive{
	font-family: "Arial", "Helvetica", sans-serif;
	font-weight: bold;
	font-size:10pt;
	color: #663399;
}
.BackDiv {
	width:225px;
	height:20px;
}
.PoemTable {
	/*vertical-align:middle;*/
	width:395px;
	height:350px;
	background-color:#F5F5F5;
	border-color:#000000;
	border-style:solid;
	border-width:2px;
	padding:4px;
}
.PoemDiv {	
	width:395px;
	height:350px;
	overflow:auto;
}
.PoemTitle{
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}
.PoemByLine{
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 8pt;
	font-style: italic;	
	color: #000000;
}
.PoemText {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 10pt;
	color: #000000;
}
.CopyDesigned {
	height:20px;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 8pt;
	color: #000000;
}


a {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 10pt;
}
body {
	background-color:#FFFFFF;
	background-attachment:fixed;
	background-repeat:repeat-y;
	background-position:top;
	
	font-family: "Arial", "Helvetica", sans-serif;
	font-size:10pt;
	color:#000000;
}