body {
   background-color: white;
   font-family: Helvetica, Arial; 
}

H1, H2, H3, P, LI, A, DIV { 
   font-family: Arial, Helvetica, sans-serif;   
}

p, li {
   font-size: small;
   color: #333333;
} 

div.hightlight-red {
   font-size: medium;
   font-weight: bold;
   margin-top: 10px;
   border: none;
   color: #FF9900; 
}


li {
   list-style: square;
   text-indent: 0.2em;
   margin-top: 0.3em
}

A { 
   font-style: bold; 
   color: #3333FF;
}

HR {
   width: 100%; 
   height: 1px;
}

div.logo {
   padding: 10px;
}


TD, td {
   padding-right: 10px;
   padding-left: 10px;
   padding-top: 10px;
   padding-bottom: 5px;
   vertical-align: top;
}


div.title, H1 {
   font-size: large;
   font-weight: bold;
   border: none;
   margin-top: 10px;
   margin-bottom: 10px;
   color: #000000; 
}

div.subtitle {
   font-size: medium;
   font-weight: bold;
   font-style: italic;
   margin-top: 10px;
   border: none;
   color: #000000; 
}

div.sectiontitle {
   font-size: small;
   font-weight: bold;
   margin-top: 10px;
   border: none;
   color: #000000; 
}

div.tamodia {
   font-size: x-large;
   font-weight: bold;
   border: none;
   color: #FF9900;
}

div.subtitlewhite {
   font-size: medium;
   font-weight: bold;
   font-style: italic;
   margin-top: 10px;
   border: none;
   color: white; 
}

div.links {
   background-color: #CCCCCC;
   font-size: small;
   font-weight: bold;
   text-align: center;
   line-height:8pt;
   border: none;
}

div.sectionprogram {
   font-size: small;
   font-weight: bold;
   border: none;
   color: #3333FF;
}


div.authors {
   font-size: large;
   font-weight: bold;
   border: none;
   margin-top: 10px;
   margin-bottom: 10px;
   color: #000000; 
}

div.authorsstuff {
   border: none;
   margin-top: 10px;
   margin-bottom: 10px;
}

table {
   width : 100%;
   border-style : none;
}

A:link { color: #3333FF; }
A:link { color: #3333FF; }
A:visited { color: #666666; }
A:active { color: #666666; }
