.dloadTable {
	font-size: 110%;
	margin: 10px 0;
}

.dloadTable td {
	border-bottom: 1px solid #EEEEEE;
	padding: 10px 5px;
	vertical-align: middle;
}

.dloadTable td:first-child {
	min-width: 0px;
}

.dloadTable td.logo {
	border-left: 1px solid #EEEEEE;
}

.dloadTable td.logo img {
	vertical-align: text-bottom;
	padding-left: 10px;
}

.dloadTable td.noteRow {
	border-bottom: none;
	padding-bottom: 25px;
	font-size: 80%;
	color: #BBBBBB;
	line-height: 1.3em;
}

.dloadTable td.dload {
	width: 10%;
	text-align: right;
	white-space: nowrap;
}

.dloadTable .dloadNote {
	text-align: center;
	font-size: small;
	line-height: 1em;
	padding-top: 5px;
}

#relNotes {
	padding: 20px;
}

#relNotes .relNoteText {
	padding: 20px 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 90%;
	text-shadow: none;
	color: #444444;
}

.otherNote {
	font-size: 80%;
	color: #BBBBBB;
	line-height: 1.3em;
}

small {
	font-size: 90%;
	color: #666;
}