table { border: none; }
td { 
	font-size:0.7rem;
}

th {
	font-size:0.9rem;
	padding: 7px;
	text-align: left;
	border-right: dotted 1px #FFF;
}

.odd {
	background-color: #FFF;
}

.even {
	background-color: #F2F2F2;
}

.main {
	WIDTH: 600px; COLOR: #333; TEXT-DECORATION: none
}

H1 { margin:0; font-size:14pt; padding-bottom:5px;}

.score { color:#006; font-style:italic;}

.header {
	font-weight: bold;
	width: auto;
	color: #FFF;
	background-image: linear-gradient(#68a0dd, #042e5b);
	border-bottom: #FFF 3px solid;
}


.left_lined {
	PADDING-LEFT: 0px; BORDER-LEFT: #666 2px dotted;
}
.right_lined {
	BORDER-RIGHT: #666 2px dotted; PADDING-RIGHT: 0px
}
.top_lined {
	BORDER-TOP: #666 2px dotted; PADDING-TOP: 0px
}
.top_left_lined {
	BORDER-TOP: #666 2px dotted; PADDING-LEFT: 0px; BORDER-LEFT: #666 2px dotted; PADDING-TOP: 0px
}
.top_right_lined {
	BORDER-RIGHT: #666 2px dotted; BORDER-TOP: #666 2px dotted; PADDING-LEFT: 1px; PADDING-TOP: 0px
}
.top_left_right_lined {
	BORDER-RIGHT: #666 2px dotted; BORDER-TOP: #666 2px dotted; PADDING-LEFT: 1px; BORDER-LEFT: #666 2px dotted; PADDING-TOP: 0px
}
.bot_lined {
	PADDING-BOTTOM: 0px; BORDER-BOTTOM: #666 2px dotted;
}
.bot_left_lined {
	PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; BORDER-LEFT: #666 2px dotted; BORDER-BOTTOM: #666 2px dotted;
}
.bot_right_lined {
	BORDER-RIGHT: #666 2px dotted; PADDING-LEFT: 1px; PADDING-BOTTOM: 0px; BORDER-BOTTOM: #666 2px dotted;
}
.bot_left_right_lined {
	BORDER-RIGHT: #666 2px dotted; PADDING-LEFT: 1px; PADDING-BOTTOM: 0px; BORDER-LEFT: #666 2px dotted; BORDER-BOTTOM: #666 2px dotted;
}
.bot_top_right_lined {
	BORDER-RIGHT: #666 2px dotted; BORDER-TOP: #666 2px dotted; PADDING-LEFT: 1px; PADDING-BOTTOM: 1px; PADDING-TOP: 0px; BORDER-BOTTOM: #666 2px dotted;
}
.top_bot_lined {
	BORDER-TOP: #666 2px dotted; PADDING-LEFT: 0px; PADDING-TOP: 0px; BORDER-BOTTOM: #666 2px dotted;
}
.left_right_lined {
	BORDER-RIGHT: #666 2px dotted; PADDING-RIGHT: 0px; BORDER-LEFT: #666 2px dotted;
}
.bot_top_left_lined {
	BORDER-TOP: #666 2px dotted; PADDING-LEFT: 0px; PADDING-BOTTOM: 1px; BORDER-LEFT: #666 2px dotted; PADDING-TOP: 0px; BORDER-BOTTOM: #666 2px dotted;
}
