/*
 * style for The 53rd NIBB Conference
 * 
 */

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

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

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

.progbox th {
	font-weight: bold;
	padding: 0.5em 10px 0.5em 10px;
	width: 8em;
	text-align: center;
}

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

td.n { width: 10em;
	  }

/*h2 {
	text-align: left;
}*/

a.prog:link {
	color: blue;
	text-decoration: underline;
}

a.prog:visited {
	color: navy;
	text-decoration: underline;
}

a.prog:hover {
	color: #ff0000;
	text-decoration: underline;
}

a.fot:link {
	color: white;
	text-decoration: underline;
}

div.date {align: left;
          font-size: 20px;
		  font-weight: bold;
		  }
		  
strong {font-size: 17px;
        }		  
		
td.cof {color: #8c8c8c;
        font-style: italic;
        }

td.w {width: 350px;
      }