@font-face {
	font-family: 'Gentium';
	src: url('http://dglnotes.com/tools/gentium-r-dglnotes.eot');
	src: url('http://dglnotes.com/tools/gentium-r-dglnotes.eot?#iefix') format('embedded-opentype'), url('http://dglnotes.com/tools/gentium-r-dglnotes.woff') format('woff'), url('http://dglnotes.com/tools/gentium-r-dglnotes.ttf') format('truetype'), url('http://dglnotes.com/tools/gentium-r-dglnotes.svg#GentiumRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* it is possible that by using the same font-family name, older versions of Safari may crash, unless the *.svg links are removed from above and below. */

@font-face {
	font-family: 'Gentium';
	src: url('http://dglnotes.com/tools/gentium-i-dglnotes.eot');
	src: url('http://dglnotes.com/tools/gentium-i-dglnotes.eot?#iefix') format('embedded-opentype'), url('http://dglnotes.com/tools/gentium-i-dglnotes.woff') format('woff'), url('http://dglnotes.com/tools/gentium-i-dglnotes.ttf') format('truetype'), url('http://dglnotes.com/tools/gentium-i-dglnotes.svg#GentiumItalic') format('svg');
	font-weight: normal;
	font-style: italic;
}

body {
	border-width: 0px 0px 0px 0px;
	margin: 0px auto;
/*	margin-left: 50px; */
	width: 951px;
	padding: 0px 5px;
	color: #000000;
	background-color: #efe;
	font-weight: normal;
	font-size:11pt;
	font-family: Gentium, Cambria, Arial Unicode, Arial, Helvetica, x-small sans-serif;
	line-height:1.3em;
	float: center;
}

#allpage {
	width:946px;
	margin:0px auto;
	text-align: justify;
	padding: 0px 0px;
	background: #efe;
}

#header {
	width:946px;
	margin: 1px 0 0px 0;
	border: 0px;
/*	background:url(http://images.dglnotes.com/header-underline.gif)*/
	center repeat-y;
	position:relative;
	padding-bottom:0px;
	float: center;
}

#header-inside {
	background-color:#fff;
	position:relative;
	padding-top:5px
	width:946px;
	margin:0 auto;
}

#menubox-top {
	width: 946px;
	margin-top: 0px; /* 3px */
/*	background:url(http://images.dglnotes.com/menu-background.jpg); does not work, only fills half of the menu */
}

#menu-top {
	float: center;
	width: 946px;
	/*background: #efe; */
	position: relative;
	z-index: 1;
	margin: 0 0;
	padding: 3px 3px 0 0; /* 7px 6px 0 */
	line-height: 100%;
	/*border-radius: 2em;*/
	text-align: left;
}

#menu-top li {
	margin: 0 0px; /* 0 5px */
	padding: 0 0 4px 0; /* 0 0 8px */
	float: left;
	position: relative;
	list-style: none;
	display: block;
	/*border-right: 1px solid #fff;
	border-left: 1px solid #fff;*/
}

#menu-top a {
	color: #000000;
	font-family: 'Special Elite', Gentium, Cambria, Arial Unicode, Arial, Helvetica, x-small sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	/*font-variant: small-caps;*/
	display: block;
	border-top: solid 2px transparent;
	padding:  8px 10px; /* 8px 10x */
	margin: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

#menu-top .current a, #menu-top li:hover > a {
	background: #338E00;
	color: #ffffff;
	border-top: solid 2px #ffffff;
	text-decoration: underline;
}

/* hover opens submenu */
#menu-top ul li:hover a, #menu-top li:hover li a {
	background: none;
	border: none;
	font-variant: normal;
	font-size: 11.5pt;
	font-family: Gentium, Cambria, Arial Unicode, Arial, Helvetica, x-small sans-serif;
	/*border-radius: 10px;*/ /* makes drop-down menus curved */
	color: #000000;
	padding: 4pt 5px; /* submenu spacing (height and indenting of each menu line) */
}

#menu-top ul a:hover {
	background: #338E00 !important;
	color: #000000;
	color: #fff !important;
	font-variant: normal;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);*/
}

/* regular submenu */
#menu-top ul {
	background: #ffffff;
	display: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 400px; /* width of submenus; with vertical, as much as 400px; if using horizontal submenus, width can be 270px */
	min-width: 185px;
	position: absolute;
	font-variant: normal;
	/*top: 35px;*/ /* displaces submenu from top menu */
	/* left: 0px;*/ /* moves the submenu box left/right */
	border: solid 1px #b4b4b4; /* submenu border */
	/*border-radius: 10px;*/ /* makes drop-down menus curved */
	box-shadow: 1px 1px 20px rgba(0, 0, 0, .3);
}

/* narrow submenu */
#menu-top ul.narrow {
	background: #ffffff;
	display: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 270px; /* width of submenus; with vertical, as much as 400px; if using horizontal submenus, width can be 270px */
	min-width: 185px;
	position: absolute;
	font-variant: normal;
	/*top: 35px;*/ /* displaces submenu from top menu */
	/* left: 0px;*/ /* moves the submenu box left/right */
	border: solid 1px #b4b4b4; /* submenu border */
	/*border-radius: 10px;*/ /* makes drop-down menus curved */
	box-shadow: 1px 1px 20px rgba(0, 0, 0, .3);
}

/* drop-down */
#menu-top li:hover > ul {
	display: block;
}

#menu-top ul li {
	float: none; /* to line objects up horizontally: left; otherwise: none */
	margin: 0;
	padding: 0;
}

#menu-top ul a {
	font-weight: normal;
	font-variant: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}

/* sub-submenus */
#menu-top ul ul {
	left: 300px; /* vertical: 250/300px; horizontal: -1px */
	top: -3px; /* vertical: -3; horizontal: 25px */
	z-index: 1;
	/*width: 280px;*/ /* add/change this line if using horizontal menus */
}

#menu-top {
	display: inline; /* was inline-block */
}

/* horizontal submenu */
#menu-top ul.horizontal {
	background: #ffffff;
	display: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 550px; /* width of submenus, 400px */
	position: absolute;
	font-variant: normal;
	/*top: 35px;*/ /* displaces submenu from top menu */
	/* left: 0px;*/ /* moves the submenu box left/right */
	border: solid 1px #b4b4b4; /* submenu border */
	/*border-radius: 10px;*/ /* makes drop-down menus curved */
	box-shadow: 1px 1px 20px rgba(0, 0, 0, .3);
}

/* drop-down */
#menu-top li:hover > ul.horizontal {
	display: block;
}

#menu-top ul.horizontal li {
	float: left; /* to line objects up horizontally: left; otherwise: none */
	margin: 0;
	padding: 0 0px;
}

#menu-top ul.horizontal a {
	font-weight: normal;
	font-variant: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}

/* sub-submenus */
#menu-top ul.horizontal ul {
	left: -1px; /* vertical: 250/300px; horizontal: -1px */
	top: 25px; /* vertical: -3; horizontal: 25px */
	padding: 0 0 0 5px;
	z-index: 1;
	float: left;
}

/* hover opens submenu */
#menu-top ul.horizontal ul li:hover a, #menu-top ul.horizontal li:hover li a {
	background: none;
	border: none;
	font-variant: normal;
	font-family: Gentium, Cambria, Arial Unicode, Arial, Helvetica, x-small sans-serif;
	/*border-radius: 10px;*/ /* makes drop-down menus curved */
	color: #000000;
	float: none;
	padding: 4pt 5px; /* submenu spacing (height and indenting of each menu line) */
}

/* the green selection line that appears on hover will only cover the entire line in the horizontal sub-submenus if the item length is longer than the width of the line
the problem appears to be that the sub-submenus are also following the display: inline pattern and not display: block */

#page-content {
	width: 946px;
	float: center; /* left */
}

#column-a {
	width: 612px;
	float: left;
	clear: left;
	display: inline;
	margin-right: 14px;
}

#column-a .adbox {
	width: 546px;
	margin: 17px 0px 8px 0px;
	background-color: transparent;
	text-align: center;
	float: center;
}

#column-b {
	width: 306px; /*386*/
	float: right;
	margin-left: 14px;
	display: inline;
	clear: right;
}

#column-b .adbox {
	width: 300px;
	margin: 17px 0px 6px 0px;
	background-color: transparent;
	text-align: center;
	float: center;
}

#column-b .textbox {
	width: 296px;
	margin: 0px 0px 0px 0px;
	text-align: justify;
	font-size: 11.0pt;
	color: #000000;
	list-style: none;
	font-family: Gentium, Cambria, Arial Unicode, Arial, Helvetica, x-small sans-serif;
	background-color: #fff;
	padding: 5px 5px 5px 5px;
}

#footer {
	clear: both;
	background-color: #DFF9DC;
	font-size: 10pt; 
	color: #000000;
	font-family: Gentium, Cambria, Arial Unicode, Arial, Helvetica, x-small sans-serif;
	text-decoration: none;
}

a:link {
	color: #338E00; 
	font-family: Gentium, Cambria, Arial Unicode, Arial, Helvetica, x-small sans-serif;
	text-decoration: none;
}

a:visited {
	color: #338E00; /* was rgb(150,190,0); */
	font-family: Gentium, Cambria, Arial Unicode, Arial, Helvetica, x-small sans-serif;
	text-decoration: none;
}

a:active {
	color: rgb(49,205,0);
	font-family: Gentium, Cambria, Arial Unicode, Arial, Helvetica, x-small sans-serif;
	text-decoration: underline;
}

a:hover {
	color: rgb(49,205,0);
	font-family: Gentium, Cambria, Arial Unicode, Arial, Helvetica, x-small sans-serif;
	text-decoration: underline;
}

b {
	font-family: Gentium, Cambria, Arial Unicode, Arial, Helvetica, x-small sans-serif;
	font-weight: bold;
}

i {
	font-family: Gentium, Cambria, Arial Unicode, Arial, Helvetica, x-small sans-serif;
	font-style: italic;
}

h1 i {
	font-family: 'Special Elite', Gentium, Cambria, Arial Unicode, Arial, Helvetica, x-small sans-serif;
	font-style: italic;
}
}

.normal {
	font-style: normal;
	font-family: Gentium, Cambria, Arial Unicode, Arial, Helvetica, x-small sans-serif;
}

h1 {
	font-size: 17pt;
	color: #000;
	font-weight: bold;
	font-family: 'Special Elite', Gentium, Cambria, Arial Unicode, Arial, Helvetica, x-small sans-serif;
	text-decoration: underline;
	margin: 12.0pt 0cm 12.0pt 0cm;
	text-align: justify;
	font-variant: small-caps;
	background-image: url("http://images.dglnotes.com/tab-top.gif");
	background-repeat: no-repeat;
	padding: 10px 0 5px 10px;
	width: 602px;
	border: 0;
	line-height: 100%;
}

h2 {
	font-size: 15pt;
	color: #338E00;
	font-weight: bold;
	font-family: Gentium, Cambria, Arial Unicode, Arial, Helvetica, x-small sans-serif;
	text-decoration: none;
/*	padding: 1px; */
	margin: 12.0pt 0cm 12.0pt 0cm;
	text-align: justify;
	font-variant: small-caps;
	background-image: url("http://images.dglnotes.com/tab-top.gif");
	background-repeat: no-repeat;
	padding: 10px 0 5px 10px;
	width: 602px;
	border: 0;
	line-height: 100%;
/*	text-transform: uppercase; */
}

#column-b h2 {
	font-size: 15pt;
	color: #338E00;
	font-weight: bold;
	font-family: Gentium, Cambria, Arial Unicode, Arial, Helvetica, x-small sans-serif;
	text-decoration: none;
/*	padding: 1px; */
	margin: 12.0pt 0cm 0 0cm;
	text-align: justify;
	font-variant: small-caps;
	background-image: url("http://images.dglnotes.com/tab-top-right.gif");
	background-repeat: no-repeat;
	padding: 10px 0 10px 10px;
	width: 306px;
	border: 0;
	line-height: 100%;
/*	text-transform: uppercase; */
}

h3 {
	font-size: 15pt;
	color: #338E00;
	font-style: italic;
	font-weight: normal;
	font-family: Gentium, Cambria, Arial Unicode, Arial, Helvetica, x-small sans-serif;
	text-decoration: none;
/*	padding: 1px; */
	margin: 12.0pt 0cm 6.0pt 0cm;
	text-align: justify;
	font-variant: small-caps;
	padding: 3px 0 3px 10px;
/*	margin: 0 auto;*/
	width: 592px;
	border-bottom: 2px solid #338E00;
}

#column-b h3 {
	font-size: 15pt;
	color: #338E00;
	font-style: italic;
	font-weight: normal;
	font-family: Gentium, Cambria, Arial Unicode, Arial, Helvetica, x-small sans-serif;
	text-decoration: none;
/*	padding: 1px; */
	margin: 12.0pt 0cm 6.0pt 0cm;
	text-align: justify;
	font-variant: small-caps;
	padding: 3px 0 3px 10px;
/*	margin: 0 auto;*/
	width: 290px;
	border-bottom: 2px solid #338E00;
}

h4 {
	font-size: 14pt;
	color: #338E00;
	font-family: Gentium, Cambria, Arial Unicode, Arial, Helvetica, x-small sans-serif;
	font-weight: normal;
	text-decoration: none;
/*	padding: 1px; */
/*	margin:12.0pt 0cm 12.0pt 0cm;*/
	text-align: justify;
	padding: 1px 0 1px 10px;
	margin: 0 auto;
	width: 592px;
/*	border-bottom: solid 1px; #338E00;*/
}

#column-b h4 {
	font-size: 14pt;
	color: #338E00;
	font-family: Gentium, Cambria, Arial Unicode, Arial, Helvetica, x-small sans-serif;
	font-weight: normal;
	text-decoration: none;
/*	padding: 1px; */
/*	margin:12.0pt 0cm 12.0pt 0cm;*/
	text-align: justify;
	padding: 1px 0 1px 10px;
	margin: 0 auto;
	width: 290px;
/*	border-bottom: solid 1px; #338E00;*/
}

ol.syllabus h4 {
	font-size: 11pt;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	font-family: Gentium, Cambria, Arial Unicode, Arial, Helvetica, x-small sans-serif;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 12.0pt 0cm 4.0pt 0cm;
	text-align: justify;
	font-variant: none;
	list-style: decimal;
	width: 592px;
}

h5 {
	font-size: 13pt;
	color: #338E00;
	font-style: italic;
	font-weight: normal;
	font-family: Gentium, Cambria, Arial Unicode, Arial, Helvetica, x-small sans-serif;
	text-decoration: none;
	padding: 1px 0 1px 10px;
	margin: 12.0pt 0cm 12.0pt 0cm;
	text-align: justify;
}

h5.syllabus {
	font-size: 11pt;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-family: Gentium, Cambria, Arial Unicode, Arial, Helvetica, x-small sans-serif;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 4.0pt 0cm 2.0pt 0cm;
	text-align: justify;
	font-variant: none;
	width: 562px;
	border-bottom: solid 1px #000;
}

h6 {
	font-size: 11pt;
	color: #338E00;
	font-style: normal;
	font-weight: bold;
	font-family: Gentium, Cambria, Arial Unicode, Arial, Helvetica, x-small sans-serif;
	text-decoration: none;
	padding: 1px 0 1px 10px;
	margin: 6.0pt 0cm 4.0pt 0cm;
	text-align: justify;
}

h6.contact {
	font-size: 11pt;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	font-family: Gentium, Cambria, Arial Unicode, Arial, Helvetica, x-small sans-serif;
	font-variant: normal;
	text-decoration: none;
	margin: 15pt 0 6pt 0;
	text-align: justify;
	padding: 0px 0px 0px 0px;
	width: 552px;
	border: 0;
	line-height: 1em;
}

h6.syllabus {
	font-size: 11pt;
	color: #000000;
	background: #ffff66;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-variant: none;
	font-family: Gentium, Cambria, Arial Unicode, Arial, Helvetica, x-small sans-serif;
	padding: 0px 0px 0px 12px;
	margin: 4.0pt 0pt 2.0pt 0pt;
	text-align: justify;
	outline: #000000 dotted thin;
	width: 550px;
	background-image: url("http://images.dglnotes.com/indent.gif");
	background-position: 0px 4px;
	background-repeat:no-repeat;
}

q:before { content: '\2018'; }
q:after { content: '\2019'; }
q q:before { content: '\201C'; }
q q:after { content: '\201D'; }

.hidden {
	display: none;
}

.unhidden {
	display: block;
}

.section {
	margin: -17px 0cm 6.0pt 0cm;
	text-align: justify;
	font-size: 11.0pt;
	color: #000000;
	list-style: none;
	font-family: Gentium, Cambria, Arial Unicode, Arial, Helvetica, x-small sans-serif;
	background-color: #fff;
/*	background-color: transparent;  
	background-image: url("http://images.dglnotes.com/left-bottom.gif); 
	background-repeat: no-repeat; 
	background-position: bottom left; */
/*	margin: 10px auto; */
	width: 602px;
	padding: 5px 5px 5px 5px;
}

.bibliography {
	margin: 0pt 0pt 6pt 14.2pt;
	text-align: justify;
	text-indent: -14.2pt;
	font-size: 10.5pt;
	color: #000000;
	list-style: none;
	font-family: Gentium, Cambria, Arial Unicode, Arial, Helvetica, x-small sans-serif;
	background-color: #fff;
/*	background-color: transparent;  
	background-image: url("http://images.dglnotes.com/left-bottom.gif); 
	background-repeat: no-repeat; 
	background-position: bottom left; */
/*	margin: 10px auto; */
	width: 577.8px;
	padding: 0px 0px 0px 0px;
	line-height: 1em;
}

.quotation {
	margin: 0cm 25px 12pt 25px;
	text-align: justify;
	font-size: 10.0pt;
	color: #000000;
	font-family: Gentium, Cambria, Arial Unicode, Arial, Helvetica, x-small sans-serif;
	line-height: 1em;
}

.rightalign { 
	float: right;
	text-align: right;
}

.alert {
	color: #ff0000;
	font-weight: bold;
	font-family: Gentium, Cambria, Arial Unicode, Arial, Helvetica, x-small sans-serif;
}

a.expand {
	margin: 0 0 0 0;
	font-size: 9.5pt;
	float: right;
/*	border-top: solid 1px #338E00;*/
	color: #338E00;
	font-family: Gentium, Cambria, Arial Unicode, Arial, Helvetica, x-small sans-serif;
	background-color: transparent;  
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-variant: normal;
}

.CV {
	font-size:10.5pt;
	margin-bottom:6.0pt; 
}

.CV h3 {
	font-size: 11pt;
	color: #338E00;
	font-style: normal;
	font-weight: bold;
	font-family: Gentium, Cambria, Arial Unicode, Arial, Helvetica, x-small sans-serif;
	text-decoration: none;
	padding: 1px 0 1px 10px;
	margin: 6.0pt 0cm 4.0pt 0cm;
	text-align:justify;
	font-variant: normal;
	border-bottom: none 0px none;
}

.articles {
	margin: -5px 0 0 0;
	list-style-type: none;
	text-align: justify;
	font-size: 11.0pt;
	color: #000000;
	list-style: none;
	font-family: Gentium, Cambria, Arial Unicode, Arial, Helvetica, x-small sans-serif;
	background-color: #fff;
	width: auto;
	padding: 5px 0px 5px 0px;
}

.articles li {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: -3px bottom;
	background-color: #fff;
	background-image: url("http://images.dglnotes.com/divider.jpg");
	margin: 5px 0 3px 0;
	padding: 5px 0px 8px 0px;
	width: auto;
	font-size: 11.0pt;
	line-height: 1em;
	color: #313131;
}

.articles a { 
	background-image: url("http://images.dglnotes.com/arrow.gif");
	background-position: 0 6px;
	background-repeat: no-repeat;
	/*color:#338E00;*/
	padding:0 0 0 10px;
	text-indent: 0;
	margin: 0;
}

.articles li.features a { 
	font-weight: bold;
	font-size: 12pt;
	/*border-top: inset 2px #888;*/
}

.define {
	margin: auto;
	padding: 10px 0px 5px 15px;
	width: auto;
	background-color: #fff;
	font-size: 11.0pt;
	font-style: italic;
	/*border-top: ridge 2px #999;*/
}

.new {
	background-color: #ffff66;
	background-image: url("http://images.dglnotes.com/new.gif");
	background-position: right center;
	background-repeat: no-repeat;
}

#TOC li {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: -3px bottom;
	background-color: #fff;
	background-image: url("http://images.dglnotes.com/divider.jpg");
	padding: 5px 0px 8px 0px;
	width: auto;
	font-size: 11.0pt;
	line-height: 1em;
	color: #313131;
}

#TOC a { 
	background-image: url("http://images.dglnotes.com/arrow.gif");
	background-position: 0 6px;
	background-repeat:no-repeat;
	/*color:#338E00;*/
	padding:0 0 0 10px;
	text-indent: 0;
	margin: 0;
}

#TOC li.subheading {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: -3px bottom;
	background-color: #fff;
	background-image: url("http://images.dglnotes.com/divider.jpg");
	padding: 5px 0px 8px 0px;
	width: auto;
	font-size: 11.0pt;
	line-height: 1em;
	color: #313131;
}

#TOC li.subheading a { 
	background-image: url("http://images.dglnotes.com/arrow.gif");
	background-position: 10px 6px;
	background-repeat:no-repeat;
	/*color:#338E00;*/
	padding:0 0 0 20px;
	text-indent: 0;
	margin: 0;
}

#TOC li.thirdheading {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: -3px bottom;
	background-color: #fff;
	background-image: url("http://images.dglnotes.com/divider.jpg");
	padding: 5px 0px 8px 0px;
	width: auto;
	font-size: 11.0pt;
	line-height: 1em;
	color: #313131;
}

#TOC li.thirdheading a { 
	background-image: url("http://images.dglnotes.com/arrow.gif");
	background-position: 20px 6px;
	background-repeat:no-repeat;
	/*color:#338E00;*/
	padding:0 0 0 30px;
	text-indent: 0;
	margin: 0;
}

.links { 
	padding: 0 0 8px 0;
	margin: 0;
	background-color: #fff;
	list-style-type: none;
}

.links li {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: -3px bottom;
	background-color: #fff;
	background-image: url("http://images.dglnotes.com/divider.jpg");
	padding: 5px 0px 8px 0px;
	width: auto;
	line-height: 1em;
	color: #313131;
}

.links a {
	background-image: url("http://images.dglnotes.com/arrow.gif");
	background-position: 0 6px;
	background-repeat:no-repeat;
	/*color:#338E00;*/
	padding:0 0 0 10px;
	text-indent: 0;
	margin: 0;
}

.credits { 
	padding: 0 0 8px 0;
	margin: 0 0 0 25px;
	background-color: #fff;
	font-size: 9pt;
}

.credits li { 
	margin: 0 0 8px 0;
	font-size: 9pt;
	line-height: 1em;
}

.credits a {
	background-image: url("http://images.dglnotes.com/arrow.gif");
	background-position: 0 4px;
	background-repeat:no-repeat;
	/*color:#338E00;*/
	padding:0 0 0 10px;
	text-indent: 0;
	margin: 0;
}

.references { 
	padding: 0 0 8px 0;
	margin: 0 0 0 25px;
	background-color: #fff;
	font-size: 10pt;
}

.references li { 
	margin: 0 0 8px 0;
	font-size: 10pt;
	line-height: 1em;
}

.references a {
	/*background-image: url("http://images.dglnotes.com/arrow.gif");
	background-position: 0 4px;
	background-repeat:no-repeat;*/
	/*color:#338E00;*/
	padding:0 0 0 0px;
	text-indent: 0;
	margin: 0;
}

.byline {
	margin: -17px 0 6.0pt 0;
	text-align: justify;
	font-size: 12pt;
	color: #000000;
	list-style: none;
	font-family: 'Special Elite', Gentium, Cambria, Arial Unicode, Arial, Helvetica, x-small sans-serif;
	background-color: #fff;
	width: 592px;
	padding: 5px 5px 5px 15px;
	vertical-align: middle;
	line-height: 20px;
}

.socialbox {
	margin: 6.0pt 0 12.0pt 0;
	text-align: justify;
	font-size: 11pt;
	color: #000000;
	list-style: none;
	font-family: Gentium, Cambria, Arial Unicode, Arial, Helvetica, x-small sans-serif;
	background-color: #fff;
	width: 572px;
	padding: 0 0 0 0;
	vertical-align: middle;
	line-height: 20px;
}

a.arrowlink { 
	background-image: url("http://images.dglnotes.com/arrow.gif");
	background-position: 0 5px;
	background-repeat:no-repeat;
	/*color:#338E00;*/
	padding:0 0 0 10px;
	text-indent: 0;
	margin: 0;
}

.pages { 
	list-style-type: none;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 5px bottom;
	background-color: #fff;
	background-image: url("http://images.dglnotes.com/divider.jpg");
	padding: 5px 5px 8px 5px;
	margin: 0 0 17px 0;
	width: auto;
	font-size: 10pt;
	line-height: 1em;
	color: #313131;
}

.pages a {
	font-weight: bold;
}

.iframe {
	overflow: hidden;
}

.iframe iframe {
	height: 100%;
}

ul.bullets { 
	padding: 0 0 8px 0;
	margin: 0;
	background-color: #fff;
	font-size: 11pt;
	list-style-type: none
}

.bullets li { 
	background-image: url("http://images.dglnotes.com/bullet.gif");
	background-position: 0px 11px;
	background-repeat:no-repeat;
	padding: 7px 0px 0px 10px;
	text-indent: 0;
	margin: 0 10px;
	background-attachment: scroll;
	background-color: #fff;
	/*background-image: url("http://images.dglnotes.com/no-divider.jpg");*/
	width: auto;
}

ul.bullets-small { 
	padding: 0px 0px 0px 0;
	margin: 0px;
	background-color: #fff;
	font-size: 10pt;
	list-style-type: none;
	line-height: 1.1em;
}

.bullets-small li { 
	background-image: url("http://images.dglnotes.com/bullet.gif");
	background-position: 5px 4px; /*was 10px 4px */
	background-repeat:no-repeat;
	padding: 0px 0px 5px 15px; /*was 0,0,0,40*/
	font-size: 10pt;
	text-indent: 0px;
	margin: 0px 0px; /*was 0,10*/
	background-attachment: scroll;
	background-color: #fff;
	width: auto;
}

ul.bullets-small-old { 
	padding: 0px 0px 8px 0;
	margin: 0px;
	background-color: #fff;
	font-size: 10pt;
	list-style-type: none
}

.bullets-small-old li { 
	background-image: url("http://images.dglnotes.com/bullet.gif");
	background-position: 10px 4px; /*was 0,11, then 10,11*/
	background-repeat:no-repeat;
	padding: 0px 0px 0px 20px; /*was 7,0,0,10*/
	font-size: 10pt;
	text-indent: 0;
	margin: 0px 0px; /*was 0,10*/
	background-attachment: scroll;
	background-color: #fff;
	/*background-image: url("http://images.dglnotes.com/no-divider.jpg");*/
	width: auto;
}

ul.bullets-small-indented { 
	padding: 0px 0px 8px 0;
	margin: 0px;
	background-color: #fff;
	font-size: 10pt;
	list-style-type: none
}

.bullets-small-indented li { 
	background-image: url("http://images.dglnotes.com/bullet.gif");
	background-position: 25px 4px; /*was 10px 4px */
	background-repeat:no-repeat;
	padding: 0px 0px 0px 40px; /*was 0,0,0,40*/
	font-size: 10pt;
	text-indent: 0px;
	margin: 0px 0px; /*was 0,10*/
	background-attachment: scroll;
	background-color: #fff;
	width: auto;
}

ol.numbered-paragraph { 
	padding: 0px 0px 8px 40px;
	margin: -1em 0 -1ex 0;
	background-color: #fff;
	font-size: 11pt;
	list-style-type: numbered;
}

ul.bullets-paragraph { 
	padding: 0px 0px 8px 0;
	margin: -1em 0 -1ex 0;
	background-color: #fff;
	font-size: 11pt;
	list-style-type: none
}

.bullets-paragraph li { 
	background-image: url("http://images.dglnotes.com/bullet.gif");
	background-position: 25px 4px; /*was 10px 4px */
	background-repeat:no-repeat;
	padding: 0px 0px 0px 40px; /*was 0,0,0,40*/
	font-size: 11pt;
	text-indent: 0px;
	margin: 0px 0px; /*was 0,10*/
	background-attachment: scroll;
	background-color: #fff;
	width: auto;
}

sup, sub {
	font-size: 0.7em;
	height: 90%;
	line-height: 90%;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}

sup {
	bottom: 1.1ex;
}

sub {
	top: 0.5ex;
}

.smallcaps {
	font-variant: small-caps;
	font-size: 1.2em;
}

tr {
	font-family: Gentium, Cambria, Arial Unicode, Arial, Helvetica, x-small sans-serif;
}

td {
	font-family: Gentium, Cambria, Arial Unicode, Arial, Helvetica, x-small sans-serif;
}

div {
	font-family: Gentium, Cambria, Arial Unicode, Arial, Helvetica, x-small sans-serif;
}

ol {
	font-family: Gentium, Cambria, Arial Unicode, Arial, Helvetica, x-small sans-serif;
}

form {
	font-family: Gentium, Cambria, Arial Unicode, Arial, Helvetica, x-small sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 0px; 
}

.hebrew {
	font-family: Arial, Narkisim, David, Tahoma;
	direction: rtl;
}

.logo-DGL {
	font-family: Garamond, Gentium, serif;
}

.logo-notes {
	font-family: 'Special Elite', Gentium, serif;
}

.copyright {
	background-color: #DFF9DC;
	font-size: 10pt; 
	color: 000000;
	font-family: Gentium, Cambria, Arial Unicode, Arial, Helvetica, x-small sans-serif;
	text-decoration: none;
}

.copyright a:link,
.copyright a:visited,
.copyright a:hover,
.copyright a:active {
	color: #338E00;
}
.copyright a:hover {
	color:#31CD00;
	text-decoration:underline;
}

.caption {
	font-size: 9pt;
	font-style: italic;
	color: #909090;
	font-family: Gentium, Cambria, Arial Unicode, Arial, Helvetica, x-small sans-serif;
	text-decoration: none
	float: right;
	line-height: 1em;
	text-align: right;
	width: 602px;
	margin: 2px 0 5px 0;
}

.imagebox {
	float: right;
	width: 270px;
	min-width: 250px;
	padding: 0px 0 0 0;
	margin: 2px 0px 2px 4px;
	position:relative;
	border: transparent 0px;
}

.imagebox a {
	background-image: none;
	background-position: auto;
	background-repeat:no-repeat;
}

.image-right {
	float:right;
	min-width: 250px;
	padding: 0em;
	margin: 0px 0px 2px 4px;
	position: relative;
}

/*magnification icon*/
.image-right span {
	position:absolute;
	bottom: 5px;
	right: 5px;
	display: block;
	height: 22px;
	width: 22px;
	background: url('http://images.dglnotes.com/zoom.png') top left no-repeat;
	cursor: hand;
	margin-bottom: 3px;
}

.image-right p {
	font-size: 9pt;
	font-style: italic;
	line-height: 1em;
	text-align: right;
	max-width: 260px;
	color: #909090;
	/*caption-side: bottom;*/
	text-indent: 0;
	margin: 0px 0px 0px 0px;
}

.imagebox .image-caption {
	float: right;
	font-size: 9pt;
	font-style: italic;
	line-height: 1em;
	text-align: right;
	/*min-width: 250px;*/
	max-width: 250px;
	color: #909090;
	/*caption-side: bottom;*/
	margin: 0px 3px 0px 3px;
}

.image-caption a {
	background-image: none;
	background-position: auto;
	background-repeat:no-repeat;
	/*color:#338E00;*/
	padding:0 0 0 0;
	text-indent: 0;
	margin: 0;
}

.page-transcript {
	margin: 3pt 0 3pt 0;
	padding: 0 0 0 0;
	text-align: right;
	font-size: 9pt;
	font-style: italic;
	color: #909090;
	border-bottom: solid 1px #f0f0f0;
}