@charset "UTF-8";


.bold {
	font-size: 90%;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
.small {
	font-size: 90%;
	font-weight: normal;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.text {
	font-size: 90%;
	font-weight: normal;
	line-height: 1.6em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

.right {
	text-align: right;
}
img {
	border: none;
}


table {
	border-collapse: collapse;
	}

th {
	text-align: left;
	padding: 0px;
	font-size: 90%;
	font-weight: normal;
	}

tr.yellow td {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FED65B;
	border-bottom-color: #FED65B;
	background-color: #FEF7E4;
	}

td {
	border-bottom: 1px solid #CCC;

	}



td.adjacent {
	border-left: 1px solid #CCC;
	text-align: center;
	}
