BODY {
    color: black;
    background-color: white;
    font-family: lucidabright, palatino, times, serif;
}
EM {
    color: #4477ff;
    font-family: palatino, times, serif;
    text-decoration: none;
    font-weight: bold;
}
STRONG {
    color: #4477ff;
    font-family: palatino, times, serif;
    text-decoration: none;
    font-weight: bold;
}
H1, H2, H3, H4, H5, H6 {
    font-family: helvetica, arial, sans-serif;
}

ADDRESS {
    font-family: helvetica, arial, sans-serif;
    font-size: 75%
}

A:link {
    color: blue;
    font-weight: bold;
    text-decoration: underline;
    background-color: transparent;
}
A:visited {
    color: maroon;
    background-color: transparent;
    text-decoration: underline;
    font-weight: bold;
}
A:hover {
    color: purple;
    font-weight: bold;
    background-color: transparent;
    text-decoration: underline;
}
A:active {
    color: red;
    background-color: transparent;
    font-weight: bold;
    text-decoration: none
}
.barlink {
    font-family: helvetica, arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: white;
    background-color: #666600;
    text-decoration: none
}
.conf:link {
    color: #cc88cc;
}
.conf:visited {
    color: #993399;
}
.conf:hover {
    color: #ffccff;
}
.navlink {
    font-family: helvetica, arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none
}
.navlinksm {
    font-family: helvetica, arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none
}
.navlinkbig {
    font-family: helvetica, arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none
}
H1 {
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
}
.myH1 {
    font-family: helvetica, arial, sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none
}
H2 {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
.myH2 {
    font-family: helvetica, arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
.iDesc {
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
}
.h {
    font-family: helvetica,arial,sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #330000;
    background-color: white;
}
.button {
    color: #000000;
    background-color: #cccc99;
    font-weight: bold;
}
.l {
    background: #ffc629;
    vertical-align: baseline;
    text-align: left;
    font-family: helvetica,arial,sans-serif;
    color: #667766;
    width: 50%;
    padding: 6px 6px;
}
.r {
    vertical-align: baseline;
    width: 50%;
    padding: 3px 6px;
}
*#col1         {
    text-align: right;
    textalign: right;
    background: #ffc629; }
table          { border-spacing: 10px;}

.leftside a:link {
    color: #110000;
    text-decoration: none;
}
.leftside a:visited {
    color: #110000;
    text-decoration: none;
}
.leftside a:hover {
    color: black;
    text-decoration: underline;
}

.container {width: 100%; height: 93px; margin: 0 auto; position: relative; }
.leftside {float: left; width: 190px; padding: 8px 8px;
    margin: 5px 0px;
    background-color: #ffc629;
}

.leftside ul {
    margin: 0px;
    padding: 0px 0px 0px 1px;
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;}

.ieCenter{
    width: 100%;
    text-align: center;}
.content{
    margin: 1.5px 12px 0px 203px;
    text-align: left;
    padding: 2px 15px;}

.pname {
    text-decoration: underline;
}
.session {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.slides {
    font-size: 80%;
}
.authors {
    font-style: italic;
}

.accepted_authors {
    font-style: italic;
    font-size: 0.9rem;

}

td.logos {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}

li.accepted_papers {
    margin: 0 0 1em 0;
}

.column {
    float: left;
    width: 50%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}