.styledtable {
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #009;
	border: 1px solid #006;
	border-collapse: collapse;
}
.styledtable tr th {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006;
	font-size: 14px;
	text-transform: capitalize;
}
.styledtable tr td {
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	border: 1px dashed #9AA8BD;
}
.work {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

.masters {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	font-weight: bold;
	color: #309;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: thin none #309;
	text-align: center;
}
.evenrows {
	color: #060;
	background-color: #CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-variant: normal;
	text-transform: none;
}


.oddrow {
	background-color: #FF9;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

