/* CSS Document */

body {
	background: #CCC;
	text-align: center;
	font-size: .9em;
	font-family: "Courier New", Courier, monospace, "courier new", courier-new, courier, 'lucida console', sans-serif, monospace ;
	color: #333;  
	margin: 0;
	padding: 0;
}
td, tr {
	font-size: 1em;
}
a:link{
	text-decoration: none;
	color: #BA0A00;
}	
a:visited{
	text-decoration: none;
	color: #BA0A00;
}	
a:hover, a:active{
	text-decoration: underline;
}
ul, ol{
	margin: 1em 80px 1em 120px;
}
/*---------------headings----------------------------------------------------------------------------------*/
h1{
	font-size: 110%;
	text-align: center;
	margin: 0 auto 2em auto;
	color: #2FA95A;
	font-weight: bold; 
}
h1 a:link, h1 a:visited{
	color: #2FA95A;
}
h2{
	font-size: 1em;
	text-align: center;
	margin: 2em auto 1em auto;
}
h3{
	font-size: 110%;
	text-align: left;
	margin: 15px 80px;
	color: #2FA95A;
	font-weight: bold; 
}

/*---------------main body----------------------------------------------------------------------------------------*/
#page{
	width: 920px;
	margin: 10px auto;
	background: #FFF;
	text-align: left;
	letter-spacing: -0.5px;
	font-weight: normal;
}
#page p{
	margin: 15px 80px;
}
#page table{
	margin: 15px 80px;
}
.right{
	text-align: right;
}
.center{
	text-align: center;
}
.center img{
	margin: 20px auto;
}
table.center{
	margin: 0 40px 0 75px;
	text-align: left;
	font-size: 85%;
}
p.question{
	font-weight: bold;
}

/*-------------------specials----------------------------------------------------------------------*/
td.emmal, td.mattl, td.christinaw, td.garthd, td.wilfs, td.mattb, td.chrism, td.adamw, td.benl, td.michaelb, td.harrietm, td.roydg, td.ricks, td.seanmeehan, td.mattinglis, td.geoffbrown, td.nicolesorby, td.michaelc{
	padding: 30px 0 20px 0;
	width: 270px;
}
td.emmal{
	background: url(../images/signature-emma-lawrence.gif) no-repeat;
}
td.benl{
	background: url(../images/signature-ben-lawrence.gif) no-repeat;
}
td.mattl{
	background: url(../images/signature-matt-long.gif) no-repeat;
}
td.christinaw{
	background: url(../images/signature-christina-wilmot.gif) no-repeat;
}
td.garthd{
	background: url(../images/signature-garth-davis.gif) no-repeat;
}
td.wilfs{
	background: url(../images/signature-wilf-sweetland.gif) no-repeat;
}
td.mattb{
	background: url(../images/signature-mattb.gif) no-repeat;
}
td.chrism{
	background: url(../images/signature-chris-moore.gif) no-repeat;
}
td.adamw{
	background: url(../images/signature-adam-wells.gif) no-repeat;
}
td.michaelb{
	background: url(../images/signature-michael-berry.gif) no-repeat;
}
td.harrietm{
	background: url(../images/signature-harriet-mckern.gif) no-repeat;
}
td.roydg{
	background: url(../images/signature-roy-de-giorgio.gif) no-repeat;
}
td.ricks{
	background: url(../images/signature-rick-schweikert.gif) no-repeat;
}
td.seanmeehan{
	background: url(../images/signature-sean-meehan.gif) no-repeat;
}
td.mattinglis{
	background: url(../images/signature-matt-inglis.gif) no-repeat;
}
td.nicolesorby{
	background: url(../images/signature-nicole-sorby.gif) no-repeat;
}
td.geoffbrown{
	background: url(../images/signature-geoff-brown.gif) no-repeat;
}
td.michaelc{
	background: url(../images/signature-michael-cook.gif) no-repeat;
}
.highlight{
	background: #D5EEDE;
}
/*-------------------page break--------------------------------------------------------------------*/

.pagebreak{
	width: 100%;
	height: 10px;
	background: #CCC;
	margin: 80px 0 70px 0;
}
.last{
	margin-top: 80px;
}


p#footer{
	color: #666;
	font-size: 10px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}
p#footer a{
	color: #666;
	text-decoration: none;
}
a.current{
	color: #999999;
}
p#footer a:hover{
	text-decoration: underline;
}
td.error{
	background: #FF0000;
}
td.total{
	font-size: 120%;
}
td.totalbig{
	font-size: 120%;
	font-weight: bold;
}