body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#000000;
	background-color:#FFFFFF;
	margin-left:10%;
	margin-right:10%;
}

p {
	text-align:left;
	font-size:1.2em;
}

tr {
	background-color:#ffffff;
	height:20px;
}

tr.odd {
	background-color:#d0d0d0;
	height:20px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:1.5em;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:2em;
}
	
img {
	border:0;
}

a {
	text-decoration: none;
	color: blue;
}
a:hover {
	text-decoration: underline;
}

/* Links across the top of the page */	
#topLinks {
	font-size:1.4em;
	margin-top:0px;
	text-align:center;
	padding-top:0px;
	margin-bottom:2em;
}
#topLinks a {
	text-decoration:none;
	color:#404040;
}
#topLinks a:hover {
	text-decoration:underline;
	color:blue;
}

/* Page Identification */
#pageIdLeft {
	float:left;
	text-align:left;
	font-size:3em;
	font-weight:bold;
	color:#8080ff;
	margin-bottom:1em;
	line-height:1em;
}

#pageIdRight {
	text-align:left;
	font-size:1.2em;
	margin-top:3.5em;
	margin-left:25%;
}
/* Footnote */

footnote {
	text-align:center;
	color:#666666;
}
#footnote p {
	color:#303030;
	text-decoration:none;
	text-align:center;
	font-size:1.0em;
}
#footnote a {
	text-decoration:none;
	color:blue;
}
#footnote a:hover {
	text-decoration:underline;
	color:blue;
}


	