/*****
*
* Name:     year6results.css
* Author:   Robert Sherwood
* Email:    rwslondon@yahoo.co.uk
* Created:  2009-09-29
*
*****/

/*****
*	Tables
*****/
#content table {
	clear: both;
	margin: 10px auto 20px auto;
	padding: 0px 20px;
	width: 500px;
}

#content th {
	padding: 5px 10px 5px 0px;
	border-bottom: 2px solid #7534aa;
	font-size: .8em;
	font-weight: 700;
	vertical-align: top;
}

#content td {
	margin: 0px;
	padding: 5px 10px 5px 0px;
	border-bottom: 1px solid #7534aa;
	line-height: 1em;
	font-size: .8em;
	font-weight: 400;
	vertical-align: top;
}

#content td  p {
	line-height: 1em;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
