@import url(basic2.css);

.title {
	font-size: 24pt;
	font-weight: bold;
}

.subtitle {
	font-size: 14pt;
	font-weight: bold;
	}


/*** Table ***/

table {
	width: 100%;
	border-collapse: collapse;
	}

tr {
	text-align: center;
	vertical-align: middle;
	}

td.logo {
	width: 100px;
	}
