/* CSS Document */
.MainTable {
	width: 900px;
	height:450px;
	/*background-color:#F5F5F5;
	border-color:#000000;*/
	text-align:left;
	border-style:solid;
	border-width:0px;
}
.MenuTable {
	width:260px;
	height:450px;
	background-color:#ccccff;
	border-color:#000000;
	border-style:solid;
	border-width:2px;
	padding:4px;
}
.PoemTable {
	width:430px;
	height:450px;
	background-color:#F5F5F5;
	border-color:#000000;
	border-style:solid;
	border-width:2px;
	padding:4px;
}
.OtherTable {
/*	width: 900px;
	height:450px;*/
	background-color:#F5F5F5;
	border-color:#000000;
	border-style:solid;
	border-width:2px;
	padding:4px;
}
.WritingTable {
	width: 900px;
	/*background-color:#F5F5F5;
	border-color:#000000;*/
	text-align:left;
	border-style:solid;
	border-width:0px;
}


.MenuDiv {	
	width:260px;
	height:450px;
	overflow: auto;
}
.PoemDiv {	
	width:430px;
	height:450px;
	overflow: auto;
}

.MenuText {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size:12pt;
	text-align:left;
	color: #000066;
}
.MenuTitle {
	font-family: "Arial", "Helvetica", sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size:12pt;
	text-align:left;
	color: #000066;
	text-decoration:underline;
}

.JSBar {
	height:8px;
	width:80%;
	color:#FF0000;
	background-color:#FF0000;
}

.NEW {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size:10pt;
	color: #000000;
	background-color:#FFFF99;
}
.Dedication {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 9pt;
	color: #000000;
}
.InQuote {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}
.Title {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	text-align:left;
	color: #000000;
}
.PoemByLine{
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 11pt;
	font-style: italic;
	text-align:left;
	color: #000000;
}
.Text {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12pt;
	text-align:left;
	color: #000000;
}

.CopyDesigned {
	height:18px;
	width:300px;
	vertical-align:middle;
	background-color:#F5F5F5;
	border-color:#000000;
	border-style:solid;
	border-width:2px;
	
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 10pt;
	color: #000000;
}

a {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12pt;
}

body {
	background-color:#F5F5F5;
	background-attachment:fixed;
	background-repeat:repeat-y;
	background-position:top;
	
	font-family: "Arial", "Helvetica", sans-serif;
	font-size:12pt;
	text-align:left;
	color:#000000;
}

html {
	overflow-y: scroll;
}


.menu {
	cursor:pointer;
	display:block;
}

.submenu {
	padding-left: 8px;	
	display: block;
}

.hide {
	display: none;
}

.show {
	display: block;
}
