
table.conferences {
	width: 525px;
}

.conferences th, .conferences td {
	text-align: left;
	padding: 4px 3px;
	font-size:120%;
	vertical-align:top;
}

.conferences th {
	background: #701905;
	font-weight: bold;
	color: #FFFFFF;
}

.conferences tr {
	background: url(assets/background-registration.jpg) repeat-x 0 0;
}

.conferences td {
	padding: 4px 1px 2px 3px;
	/* border: 1px solid #D6E0D1; */
	color: black;
	vertical-align: top;
}

.conferences .description  td {
	border-bottom: 2px dotted #BACFB3;
	border-top: none;
	border-left: none;
	border-right: none;
	padding: 6px 7px 18px 3px;
}

.conferences tr.description  {
	background: none;
}

.conferences a:link {
color: #DF1F34;
}

.conferences a:visited {
color: #A35D65;
}

.conferences a:hover {
color: #EE8A09;
}

