/* TABLE STYLING */

.tablehome, .tableeducation, .tableadult { 
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
.tablehome {
	color: #666699;		
}
.tableeducation {
	color: #669966;		
}
.tableadult {
	color: #663366;		
}


.tablehome th, .tableeducation th, .tableadult th {
	text-align: left;
	padding: 6px;
}
.tablehome th {
	border-bottom: 1px solid #666699;
}
.tableeducation th {
	border-bottom: 1px solid #669966;
}
.tableadult th {
	border-bottom: 1px solid #663366;
}


.tablehome td {
	border-bottom: 1px dotted #666699;
	background: #F4F4F8;
	padding: 6px;
}
.tableeducation td {
	border-bottom: 1px dotted #669966;
	background: #FBFDF6;
	padding: 6px;
}
.tableadult td {
	border-bottom: 1px dotted #663366;
	background: #EFE0E7;
	padding: 6px;
}


.tablehome td.alt {
	background: #E9E9EE;
}
.tableeducation td.alt {
	background: #EDF7DC;
}
.tableadult td.alt {
	background: #D6BEC8;
}




