
table.gay{
	line-height: 130%;
	font-size: 14x;
	text-align: center;
	width: 100%;
	background: #cccccc;
}

table.gay th{
	border-collapse: collapse;
	font-size: 14px;
	padding: 10px;
	background: #DDE78E;
	text-align: left;
	color: #56474C;
	letter-spacing: +2px;
}

table.gay td{
	border-collapse: collapse;
	padding: 10px;
	font-size: 14px;
	text-align: left;
	background: #EEF3C9;
	letter-spacing: +2px;
}

div.title{
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: solid 1px #006E36;
	color: #006E36;
}

