.basic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
}

.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFCC;	
}

a {color: #FFFFCC}  /* visited link */
a:visited {color: #CCCC99}  /* visited link */

.tableborder {
	border: 1px solid #CCCCCC;
	display: table-header-group;
}

.teamline {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}

.basicScores {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	color: #CCCCCC;
}

.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	font-weight: bold;

}

.tableleftline {
	display: table-header-group;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px solid #CCCCCC;

}


