body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff;
}
	

a {
	color: darkslategray;
	font-weight: bold;
	font-size: 1em;
}
a:visited {
	color: darkslategray;
	font-weight: bold;
	font-size: 1em;
	}
	
ul {
	font-weight: normal;
	font-size: .8em;
	}

p {
	color: black;
	font-size: 1.2em;
	font-weight: bold;
}
p.small {
	color: black;
	font-size: .8em;
	font-weight: normal;
	}
p.med {
	color: black;
	font-size: 1em;
	font-weight: bold;
	}
p.norm {
	color: black;
	font-size: 1.2em;
	font-weight: normal;
	}
p.big {
	color: black;
	font-size: 1.5em;
	font-weight: normal;
	}
p.ital {
	color: black;
	font-size: .8em;
	font-style: italic;
	}
p.bigbold {
	color: black;
	font-size: 2em;
	font-weight: bold;
	}
#maintable {
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: left;
	vertical-align: top;
}

caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}


td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 0;
	border-left: 0;
	background:#c1dcab;
	padding: 6px 6px 6px 6px;
	color: black;
	text-align: left;
	font-size:120%;
	vertical-align: top;
}


td.alt {
	border-right: 0;
	border-bottom: 1px solid #C1DAD7;
	border-top: 0;
	border-left: 0;
	background:#c1dcab;
	padding: 6px 6px 6px 6px;
	color: black;
	text-align: left;
	vertical-align: top;
}
td.altx {
	border-right: 1px solid #C1DAD7;
	border-bottom: 0;
	border-left: 0;
	border-top: 0;
	background:#c1dcab;
	padding: 6px 6px 6px 6px;
	color: black;
	text-align: left;
	vertical-align: top;
}
td.alty {
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	background:#c1dcab;
	padding: 6px 6px 6px 6px;
	color: black;
	text-align: left;
	vertical-align: top;
}
 
    