﻿#downloadtable {
	border-style: 0;
	border-color: 0;
	width: 600px;
		margin-left: 50px;
		border-width: 0px;
	}
#downloadtable a, .downloadtable a:visited {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}
#downloadtable a:hover, #downloadtable a:active {
	color: #800000;
	font-weight: bold;
	text-decoration: underline;
}
.dlheadings {
	color: #FFFFFF;
	background-color: #800000;
	height: 30px;
	font-weight: bold;
	text-align: center;
}
.dlheadingschaperone {
	color: #FFFFFF;
	background-color: #000066;
	height: 30px;
	font-weight: bold;
	text-align: center;
}
.dlheadingsother {
	color: #FFFFFF;
	background-color: #003300;
	height: 30px;
	font-weight: bold;
	text-align: center;
}
.dlcells {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #800000;
}
.pdfimage {
	padding: 5px;
	vertical-align: middle;
}
.small_text {
	font-size: x-small;
}
.chaperonecells {
	border: 1px outset #000066;
	background-color: #D9D9FF;
}
.studentcells {
	border: 1px outset #800000;
	background-color: #FFE1E1;
}
.othercells {
	border: 1px outset #003300;
	background-color: #F0FFF0;
}
.topcell {
	background-color: #FFFFFF;
	color: #000066;
	text-align: center;
}
.postercell {
	padding: 10px;
	vertical-align: middle;
	border: 1px outset #003300;
}

