/*
 * style for EMBLsymp2006
 * 
 */


.cont th {color: white;
    font-size: 12pt;
	font-weight: bold;
	text-align: left;
	text-indent: 1em;
	background-color: #006699    }
	
.cont td {padding: 3px 10px 3px 10px;
          }	
	
.cont td.se {font-weight: bold;
             color: #6b1063;
			 border-style: solid;
	         border-color: #7c4897;
	         border-width: 1px;
			 text-indent: 5px;
			 padding-top: 0px;
			 padding-bottom: 0px;
             }
			 
.cont td.b {font-style: italic;
            color: #7c4897;
			}			 
	   	   
a.prog:link {
	color: blue;
	text-decoration: none;
}

a.prog:visited {
	color: blue;
	text-decoration: none;
}

a.prog:hover {
	color: #cb97c4;
	text-decoration: underline;
}

div.date {align: left;
          font-size: 20px;
		  font-weight: bold;
		  }
		  		
div.an {
	font-size: 14px;
        }
		

			
