
html { 
  Height: 100%;
  margin-bottom: 1px;
  font-size: 13pt;
  font-family: Arial, sans-serif;
}

html a:link {
  color: #00008B;
}

html a:visited {
  color: #33338B;
}

html a:active {
  color: blue;
}

html a:hover {
  color: #8b0000;
}

body {
  text-align: center;
  Background-color: gray;
}

hr {
  color: #8B0000 ;
  background-color: #8B0000 ;
  border: 0px;
  margin-left: 20px;
  margin-right: 20px;
  height: 3px;
}

div.talk {
  margin-left: 20px;
  margin-right: 20px;
}

div.outerpage {
  width: 820px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-color: #D3D3D3;

  border-bottom-style: solid;
  border-bottom-color: #8B0000;
  border-bottom-width: 0px;

  border-left-style: solid;
  border-left-color: #8B0000;
  border-left-width: 1px;

  border-right-style: solid;
  border-right-color: #8B0000;
  border-right-width: 1px;

  border-top-style: solid;
  border-top-color: #8B0000;
  border-top-width: 3px;

  padding-bottom:0px;
}

div.pagepadding {
  padding: 10px;
  padding-bottom: 40px;
}

div.direction {
    padding: 20px;
  padding-bottomtom: 40px;
    text-align: center;
}

div.header1 {
  background-color: #D3D3D3;
  background-color: #D3D3C3;
  font-family: Verdana, Arial, sans-serif;
  width: 100%;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 25pt;
  padding-top: 10px;
  padding-bottom: 10px;

  border-bottom-style: solid;
  border-bottom-color: #8B0000;
  border-bottom-width: 3px;
}
div.header {
  background-color: #D3D3D3;
  background-color: #D3D3C3;
  font-family: Verdana, Arial, sans-serif;
  width: 100%;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 18pt;
  padding-top: 10px;
  padding-bottom: 10px;

  border-bottom-style: solid;
  border-bottom-color: #8B0000;
  border-bottom-width: 3px;
}


div.line {
  background-color: #8B0000;
  color: #8B0000;
  height: 3px;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

div.footer {
  padding-top: 20px;
  padding-bottom: 40px;
  font-size: small;
}

div.footer a {
  color: silver;
}

li {
  margin-top: 1em
}


.ref {
  font-family: sans-serif;
  text-align: left;
  vertical-align: top;
}
.ref .title {
  font-variant: small-caps;
  font-weight : bold;
  color: #000000;
  font-size:13pt;
  padding-top: 6px;
  margin-bottom: 6px;
}
.ref .speaker {
	font-size:12pt;
}
.ref .affiliation {
	font-size: 9pt;
	font-style: italic;
	margin-top: 1mm;
}

.ref .support {
  margin-top: 5mm;
  font-size:10pt;
}

.ref .abstract {
        font-size:9pt;  
        text-align: justify;
        margin-top: 3mm;
		  margin-left: 4mm;
	     margin-right: 4mm;
        border: 5px solid #C0C0C0;
        background: #C0C0C0;
}


.comment {
   font-size: 10pt;
   font-style: italic;
   margin-top: 3mm;
}


.pdf {
  vertical-align: top;
  text-align:right;
}
.pdf img {
        margin: 12px 0px 2px 0px;
        border: 0px;
}

.authorlist {
   font-size: 9pt;
}
.authorlist a:link {
   font-size: 9pt;
}
.authorlist a:visited {
   font-size: 9pt;
}
