@charset "utf-8";
#tableLayout {
	background-color: #dbe965;

}
#td text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #003366;
	padding: 10px;
	background-color: #99CC00;
}
#td button a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #003399;
	text-decoration: none;
	text-align: center;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	background-repeat: no-repeat;
	padding: 10px;
	text-align: justify;
	background-color: #CCCC66;
}
#tdLink a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003399;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003399;
	border-left-color: #003399;
	margin: 15px;
}
.smallPrint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	vertical-align: bottom;
}

#tdLink a:hover {
	background-color: #CCCC66;
}
