/*
 * style for EMBL symposium 2006.3
 * 
 */

.progbox {
	text-align: left;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #800;
	background-color: white;
	padding: 0;
	margin: 20px;
}

.progbox h3 {
	clear: both;
	color: white;
	background-color: #800;
	/*background-color: #00aa22;*/
	padding: 0.5em 0em 0.5em 40px;
	margin: 0;
	font-style: normal;
	font-weight: bold;
	font-size: large;
	text-decoration: none;
}

.progbox em {
	color: red;
	font-style: normal;
	font-weight: bold;
}

.progbox th {
	font-weight: bold;
	padding: 0.5em 4em 0.5em 40px;
}

.progbox td {
	padding: 0.5em 0.5em 0.5em 0.5em;
}


div.cont a:link {
	color: blue;
	text-decoration: none;
}

div.cont a:visited {
	color: navy;
	text-decoration: none;
}

div.cont a:hover {
	color: red;
	text-decoration: none;
}

div.font{font-size: 15px;
         font-weight: bold;
}

/*Deadlineのスタイル*/
div.deadline {text-align: left;
              font-size: 12px;
			  margin-top: -0.3em;
			  margin-left: 0.3em;
			  }