body
{
	background-repeat: repeat-x;
	background-color: black;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.breaker
{
	color: brown;
}

table.GilonTable
{
	border-spacing: 0px;
	background-color: #ffffcc;
	border-width: 4px;
	border-style: solid;
	border-color: red brown brown red;
}

td.Cell
{
	border-width: 4px;
	border-style: solid;
	border-color: brown brown brown brown;
	width: 780px;
	height: 300px;
	overflow: hidden;
}
td.Cell2
{
	border-width: 4px;
	border-style: solid;
	border-color: red brown brown red;
	overflow: auto;
	width: 300px;
	padding: 0px;
}
td.Cell3
{
	border-width: 4px;
	border-style: solid;
	border-color: #FF0000 brown brown brown;
	width: 770px;
	height: 700px;
	overflow: auto;
	vertical-align: top;
}
td.Cell4
{
	border-width: 4px;
	border-style: solid;
	border-color: red brown brown red;
	vertical-align: top;
}

div.Cell1a
{
	padding: 0px;
	color: #800000;
	vertical-align: middle;
	text-align: center;
	position: fixed;
	top: 0px;
}
div.Cell1b
{
	border-width: 0px;
	padding: 10px;
	border-width: 0px;
	vertical-align: top;
}
div.divterms
{
	width: 280px;
	height: 150px;
	border-width: 0px;
	top: 10px;
}


.Cell2a
{
	background-color: #ffffcc;
	padding: 0px;
	width: 393px;
	height: 241px;
	vertical-align: top;
	position: fixed;
	top: 0px;
	overflow: scroll;
}


.Cell2b
{
	padding: 0px;
	border-width: 0px;
	background-color: #ffffcc;
	border-style: solid;
	border-color: red brown brown red;
	width: 392px;
	height: 285px;
	vertical-align: top;
	overflow: auto;
	position: fixed;
	top: 249px;
}

.ButtonLink
{
	border: thin outset #000080;
	background-color: #00FFFF;
	width: 120px;
	height: 22px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.ButtonLink:hover
{
	border: medium outset #000080;
	background-color: #00FFFF;
	width: 120px;
	height: 20px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

A.ChapterNavLinks:link
{
	font: 12px Sans-Serif;
	color: black;
	text-decoration: none;
	text-transform: capitalize;
}
A.ChapterNavLinks:visited
{
	font: 12px Sans-Serif;
	color: blue;
	text-decoration: none;
}
A.ChapterNavLinks:hover
{
	font: bold 12px Sans-Serif;
	color: brown;
}
A.ChapterNavLinks:active
{
	font: 12px Sans-Serif;
	color: blue;
	background: aqua;
	text-decoration: none;
}

a.leftNavLinks
{
	color: black;
	font-size: 12;
	font-family: times, sans-serif;
	text-decoration: none;
}
a.leftNavLinks:hover
{
	color: brown;
}
a.leftNavLinks:active
{
	color: #660000;
}

a.leftNavLinks:hover
{
	background-color: yellow;
}
a.leftNavLinks:active
{
	background-color: #00FFFF;
}
Chapter a.topLinks
{
	color: black;
}
a.topLinks
{
	font-size: 12;
}
a.leftNavLinks
{
	font-family: times, sans-serif;
}
a.topLinks:hover
{
	color: brown;
}
a.topLinks:active
{
	color: #660000;
}
a.topLinks
{
	text-decoration: none;
}
a.topLinks:hover
{
	background-color: yellow;
}
a.topLinks:active
{
	background-color: gold;
}


h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000080;
	font-weight: bold;
}
h5
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	font-style: italic;
}
