	.DefinitionsDiv
	{
		position:absolute;
		width:200px;
		background-color:#FFFFEE; color:#222222;
		font-family:tahoma; font-size:8pt;
		border:solid 1px green;
		text-align:justify;
		direction:rtl;
		padding:8px; padding-right:10px; padding-left:10px;
		display:none;
	}
	.WordCssClass{
		cursor:hand;
		text-decoration:underline;
	}
	
.RightBoxLink
	{ font-family:Tahoma; font-size:8pt; color:#1B3651; text-decoration:none;}
.RightBoxLink:hover
	{ font-family:Tahoma; font-size:8pt; color:#1B3651; text-decoration:underline;}
.RightBoxLink:visited
	{ font-family:Tahoma; font-size:8pt; color:#1B3651}
	
.TopNavLink
	{ font-family:Tahoma; font-size:8pt; color:#FFFFFF; text-decoration:none;}
.TopNavLink:hover
	{ font-family:Tahoma; font-size:8pt; color:#FFFFFF; text-decoration:underline;}
.TopNavLink:visited
	{ font-family:Tahoma; font-size:8pt; color:#FFFFFF}
	
.NavigationLink
	{ font-family:Tahoma; font-size:8pt; color:#8080F0; text-decoration:none;}
.NavigationLink:hover
	{ font-family:Tahoma; font-size:8pt; color:#6060F0; text-decoration:underline;}
.NavigationLink:visited
	{ font-family:Tahoma; font-size:8pt; color:#8080F0;}

.LeftBoxLink
	{ font-family:Tahoma; font-size:8pt; color:#9C4F63; text-decoration:none;}
.LeftBoxLink:hover
	{ font-family:Tahoma; font-size:8pt; color:#9C4F63; text-decoration:underline;}
.NLeftBoxLink:visited
	{ font-family:Tahoma; font-size:8pt; color:#9C4F63;}
.errorMessage 
{
	color:firebrick;
	font-size:8pt; font-weight:bold;
	margin:6px;
}
.Disabled
	{ color:#909090}
.SubTitleDiv
	{
		background-color:#C5E5BC; padding-top:2px; padding-bottom:2px; padding-right:15px;
		font-family:Arial, Tahoma; font-size:12pt; font-weight:Bold;
		color:#518D41; border-top:1px solid #91B886; border-bottom:1px solid #91B886;
	}

.TitleCell {
	color:#448844;
	font-family:tahoma;
	font-weight:600; 
	vertical-align:top;
	text-align:left;
}

A.InText:link { color:#00689C;; text-decoration:none;}
A.InText:active { color:#00689C; text-decoration:none;}
A.InText:visited { color:#00689C; text-decoration:none;}
A.InText:hover { color:#AA0000; text-decoration:underline;}

A.InTable:link { color:#990000;; text-decoration:none;}
A.InTable:active { color:#990000; text-decoration:none;}
A.InTable:visited { color:#990000; text-decoration:none;}
A.InTable:hover { color:#AA0000; text-decoration:underline;}

.button {
  width:80px;
  background-color:#DDDDDD;
  font-family:tahoma; font-size:8pt;
  border-width:1px;
  padding:0px; padding-left:5px; padding-right:5px;
  margin:0px;
}
.input
{
	background-color:#FFFFFA;
	font-family:tahoma; font-size:8pt;
	border-style:solid; border-color:silver; border-width:1px;
	color:#444444;
}