@font-face {
 	font-family: EzraFont;
 	src: url('SILEOT.ttf') format('truetype');
 }

@font-face  {
 	font-family: NewAthenaFont;
 	src: url('newathu405.ttf') format('truetype');
 }
 
@font-face {
	font-family: Rockwell;
	src: url('ROCK.ttf') format('truetype');
}


body {
		 				
            background-color: #FFFF99;
			font-family: "Times New Roman", "Garamond Book", Garamond, Sans-Serif;
			font-size: 15pt;
			/*width: 80%;*/
			min-width: 60em;
}

.all {
      position: relative;
      
      width: 98%;
      height: auto; 
      margin: auto;
      
      border-style: solid;
      border-width: medium;
	  border-top-color: #C0C0C0;
	  border-left-color: #C0C0C0;
	  border-right-color: white;
	  border-bottom-color: white;
      background-color: #F0F0F0;
     /* padding-left: 45px;
      padding-right: 45px;
      padding-bottom: 20px;*/
	  margin-top: 10px; 
	  min-width: 60em;
	  overflow: hidden;
}

.container {
	position: relative;
	margin: 25px; 
	
	overflow: hidden;
	float: left;
}


h1 {
            text-align: center;
			font-size: 28pt;
			font-weight: bold;
			font-family: "Garamond Book";
			color: #fcd004;
			text-shadow: -2px 0px 0px #FC3e04, 1px 0px 0px #FC3e04, 1px 1px 0px #FC3e04, 0px -1px 0px #fc3e04, -2px 1px 0px #fc3e04;               
}

h2 {
	font-size: 22pt;
    text-align: left;
}

h3 {
	text-align: center;
	font-size: 18pt;
	font-weight: bold;
}

h4 {
	text-align: left;
	font-size: 20pt;
	font-weight: bold;
	line-height: 80%;
	margin-bottom: 8pt;
}

.small_caps {
	font-variant: small-caps;
}

.quotation {
	font-family: 'Rockwell';
	font-size: 12pt;
	padding-left: 20px;
}

.q2 {
	font-family: 'Rockwell';
	font-size: 8pt;
} 

.datestamp {
	font-size: 11pt;
}

.Greek {
	font-family: 'NewAthenaFont';
	font-size: 13pt;
	position: relative;
}

.QGreek {
	font-family: 'NewAthenaFont';
	font-size: 15pt;
	position: relative;
}

.Hebrew {
	font-family: 'EzraFont';
	font-size: 13pt;
	position: relative;
    direction: rtl;
	white-space: nowrap;
}
.QHebrew {
	font-family: 'EzraFont';
	font-size: 15pt;
	direction: rtl;
	position: relative;
	white-space: nowrap;
}

.inden {
	padding-left: 20px;
}
.sub_head {
	color: #04057e;
	font-size: 18pt;
	font-weight: bold;
	
}

.nav_box {
	float: right;
	background-color: #81d51b;
	padding-left: 10px;
	border-style: double;
	border-width: 4px;
	border-color: black;
	padding-right: 45px;
	margin-left: 25px;
	margin-right: 2px;
	margin-top: -100px;
}

.nav_box ul li {
	list-style: none;
	
	
}

.nav_box ul li a
{
    
    display:block;
    text-decoration:none;
    color: black;
    font-weight: bold;
}

.nav_box ul li a:hover {
	display: block;
	color: white;
	background-color: #106c20;
	font-weight: bold;
	
}


.separator_line {
	
	width: 60%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: black;
	
}

td {
	vertical-align: top;
	font-family: Rockwell;
	font-size: 9pt;
}


.Cell_List {
	font-family: "Garamond Book", "Garamond", "Sans-Serif";
	
}

.Cell_List td {
	padding: 5px 2px 5px 7px;
	font-size: 12pt;
}


.logo {
         	position: absolute;
         	top: 10px;
            float: right;
			right: 10px;
            width: 140px;
			height: 130px;
            z-index: 150;            
            /*background-color: #F8F8F8;*/
}

.logo img {
			width: 100%;
}


.menustrip {
	
	position: relative;
	left: 5px;
	width: 86%;
	height: 30px;
}

.main_menu
{
    height:32px;
    line-height:30px;
    color:#FFF;
    position:relative;
    background-color: #333;
    /*font-family:Arial, Helvetica, sans-serif;*/
    font-size: 12pt;
    width: 90%;
    z-index: 100;
}

.main_menu ul
{
    padding: 0px;
    cursor: pointer;
    list-style:none;
   
}

.main_menu span{
	font-size: 14pt;
}

.main_menu ul li
{
    padding:0;
    margin-left: 5px;
    border-right:1px solid #000000;
    float:left;
    background:#333333;
    min-width: 7em;
    margin-left: 5px;
   
}

.main_menu ul li a
{
    color:#FFF;
    display:block;
    text-decoration:none;
    padding:0 10px;
    min-width: 7em;
   
}

.main_menu ul li a:hover
{
    background: #fc6a12; /*#97ffdb; #3ea5ea;*/
    color:#000;
   
}

.main_menu ul li ul
{
     display: none; 
     width: auto;
     position: absolute;
     top:31px;
     padding:0px;
     margin: 0px;
   
}

.main_menu ul li:hover ul
{
     display: block;
     position: absolute;
     margin: 0;
     padding: 0;
    
}

.main_menu ul li:hover li
{
    float: none;
    list-style:none;
    margin:0px;
   
}

.main_menu ul li:hover li
{
    background:#333;
    border-top:1px solid #000000;
   
}

.main_menu ul li:hover li a
{
    color: #fff;
    padding:0 20px;
    display:block;
    width: auto; /*170px;*/
   
}

.main_menu ul li li a:hover
{
    color:#000;
   
}

.list_items ul {
	list-style: none;
	font-family: Rockwell;
	font-size: 11pt;
	margin-left: 10px;
	
}

.list_items ul small_caps {
	font-variant: small-caps;
	
}

.figure {
            position: relative;
            float: right;
            width: 500px;
			height: auto;
            margin: 0px 15px 0px 15px;
            padding: 4mm;
            border-style: inset;
            border-width: medium;
            border-top-color: #C0C0C0;
			border-left-color: #C0C0C0;
			border-right-color: #DDDDDD;
			border-bottom-color: #DDDDDD;
			background-color: #F8F8F8;
			
			overflow: hidden;
}

.figure img {
            width: 100%;
            padding-top: 20px;
}

.figure .caption {
            display: block;
            margin-left: 0mm;
            margin-right: 0mm;
            margin-top: 0px;
            margin-bottom: 2mm;
			font-size: 12pt;
			font-family: Rockwell;
			text-align: left;
}

.highlightlink {
	padding: 3px;
}

.highlightlink:hover {
	padding: 3px;
	margin: -3px;
	border-style: solid;
    background-color: #CCFF99;
    
}

.highlightlink :active {
	border-left: 5px solid #FF9900;
	border-top: 5px solid #FF9900;
	border-right: 5px solid #CC6600;
	border-bottom: 5px solid #CC6600;
	margin: -5px;
}   

.footer {
    position: relative;
    left: 10px;
	top: 5px;
    /*padding-left: 10px;
    padding-top: 10px;*/
    width: 98%;
    height: 38px;
	border-style: solid;
    background-color: #FF6600;
    border-bottom-color: #CC6600;
	border-right-color: #CC6600;
	border-top-color: #FF9900;
	border-left-color: #FF9900;
	font-size: 13pt;
	float: left;
	clear: both;
	margin-bottom: 10px;
	padding-top: 5px;
}

.HoverLink {
		position: relative;
		padding: 6px;
		height: 18px;
		top: 8px;
		overflow: hidden;
		color: blue;
		text-decoration: underline;
		margin: 0px;
		clear: both;
		margin-left: 10px;
		border-style: solid;
		border-width: 5px;
		border-color: #FF6600;
		margin-top: 5px;
}

.HoverLink: hover {
	border-style: solid;
    background-color: #FF6600;
    border-bottom-color: #CC6600;
	border-right-color: #CC6600;
	border-top-color: #FF9900;
	border-left-color: #FF9900;	
}

table.Dictionary {
    vertical-align: top;
    font-size: 18pt;
}

.Dictionary td {
    font-size: 14pt;
    padding-left: 5px;
    padding-right: 5px;
}
.keep {
    white-space: nowrap;
}
.tooltip {
    position: relative;
    text-decoration: none;
    z-index: 0;
    
    
}
.tooltip::before {
    /*content: attr(data-tooltip);*/
    font-family: "Garamond Book", Garamond, Sans-Serif;
    font-size: 12pt;
    position: absolute;
	text-align: center;
	white-space: nowrap;
	width: auto;
    z-index: 999;
    /*white-space: break-spaces;
    bottom: 9999px;*/
    background: #99ffb0;
    color: #000000;
    padding: 5px 10px 5px 10px;
    line-height: 24px;
    height: 24px; /*height of tooltip box*/
    opacity: 0;
    border-style: solid;
    border-left-color: #426a2f;
    border-top-color: #426a2f;
    border-right-color: #52f12b;
    border-bottom-color: #52f12b;
    border-width: 2px;
    border-radius: 4px;
    box-shadow: 4px 4px 4px #000000;
    bottom: 30px;
    top: -10px;
    /*left: 50%;*/
	left: -50%;
	margin-left: -80px; /* Distance of left side of box from hyperlink */
      /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip::after {
   
    width: 0;
    height: 0;
    bottom: -20px;
    position: absolute;
    border-width: 10px;
    border-style: solid;
    border-color: black transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: -55px;
    left: 50%;
	margin-left: -80px;
	text-align: center;
   
}
.tooltip:hover::before {
    content: attr(data-tooltip);
	opacity: 1;
    top: -55px;
   left: 50%; /*distance which left side of box lies from hyperlink*/
     
}
.tooltip:hover::after {
    content: "";
    opacity: 1;
    width: 0; 
    height: 0px; 
    text-decoration-line: none;
    z-index: 999;
    position: absolute;
    white-space: nowrap;
    top: -15px; /*distance of box above hyperlink*/
    /*bottom: 100%;*/
    left: 80px; /*distance of triangle in from left corner*/
    
}

.ellipse { 
position: relative;

background-color: red;
height: 150px;  
width: 150px; 
border: solid 3px; 
border-color: red; 

border-style: solid; 
border-bottom-left-radius: 25% 100%;
  border-bottom-right-radius: 25% 100%;
  border-top-left-radius: 25% 100%;
  border-top-right-radius: 25% 100%;
display: inline-block;

}

.btnpos {
			position: relative;
			left: 50%;
			margin-left: -6em;
			

		}

.mybtn {
			position: relative;
			display: inline-block;
			float: left;
			width: 8em;
			/*height: 1.4em;*/
			height: 20px;
			padding: 5px;
			border: 4px solid;
			background-color: silver;
			border-left-color: white;
			border-top-color: white;
			border-right-color: gray;
			border-bottom-color: gray;
			text-align: center;
			font-size: 12pt;
			padding-top: 5px;
			
		}
		