a:link {
  text-decoration: none;
  color: blue;
}
a:visited {
  text-decoration: none;
  color: blue;
}
a:hover {
  text-decoration: none;
  background-color: blue;
  color: white;
}
a:active {
  text-decoration: none;
}

div.container {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px dashed silver;
  -moz-border-radius:10px;
  -khtml-border-radius:10px;
}
div.content {
  font-size: 11pt;
}
div.headlinks {
  border-top: 1px dotted silver;
  border-bottom: 1px dotted silver;
  padding: 5px;
  text-align: center;
  font-size: 10pt;
}
div.bottom {
  border-top: 1px dotted silver;
  padding: 5px;
  text-align: center;
  font-size: 10pt;
}
img.c3 {
  border: 0px;
}
div.main_title {
  font-size: 200%;
}
span.c1 {
  color: #9966CC;
}
div.c3 {font-size: 120%}
div.head {
  text-align: center;
  display: inline;
}

div.pauthors {
  text-align: left;
  padding-left: 25px;
  text-indent: 0px;

}

div.ptitle {
  padding-top: 8px;
  text-align: left;
  padding-left: 0px;
  text-indent: 0px;
  font-style: italic;
}



#logos table {width: 80%}
#logos td {padding: 10px}

span.asterisk {color: #FF0000}
h3 {
  font-style: italic;
  font-family:'Lucida Grande', arial, verdana, sans-serif;
}
.att {
  color: red;
  font-weight: bold;
}

table.register {
  font-family: 'Lucida Grande', Arial, Verdana, sans-serif;
  font-size: 12px;
  border: none;
  padding: 10px;
}
table.register td {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
}

input.inp {
  border: none;
  border-bottom: thin dashed black;
}


