@charset "utf-8";

/* CSS Document */

.InformationTable {
	width: auto;
	background-image: url(/Images/InfoBackground.gif);
	height: auto;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin: 0px;
	font-size: 16px;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
}
.TableHeader {
	font-size: 24px;
	font-weight: bold;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	height: 30px;
	text-align: center;
}
a:link {
	color: #F00;
	text-decoration: none;
}
a:visited {
	color: #F00;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
.InformationTable p {
	margin: 0px;
	padding: 0px;
}

