table {
	table-layout: fixed;
	border-collapse: collapse;
}

#head-row, #head-cell{
	height: .1px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #000000;
}

tr.Outer, td.Outer {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

#Flashcards {
	width: 10in;
}

table.Inner {
	width: 100%;
	height: 100%;
}

tr.Outer {
	height: 3in;
}

tr.TopBanner, tr.BottomBanner {
	height: .5in;
}

tr.WordArea {
	height: 2in;
}

td[class^="WordArea"] {
	text-align: center;
	vertical-align: center;
}

td[class$="Hebrew"] {
	font-family: "SBL Hebrew", "Times New Roman", serif;
	font-size: 80px;
}

td[class$="English"] {
	font-family: "Times New Roman", serif;
	font-size: 25px;
}

.Prayer, .Domain {
	font-family: "Times New Roman", serif;
	font-size: 12px;
	vertical-align: bottom;
	width: 50%;
}

.Prayer {
	text-align: left;
	padding-left: .1in;
}

.Domain {
	text-align: right;
	padding-right: .1in;
}

td[id$="Styler"] {
	text-align: center;
}

#Footer {
	text-align: center;
	font-size: 10px;
}