<style>
<!--

body {
	margin:0px 15px;
  background-image:url("/images/stripedBackground.jpg");
}

form {
	/* this is a simple and efficient way of switching off the pervasive whitespace-creating effects of closing form tags.  */
	display:inline;
}

body, td, select, input {
	font-family:verdana,helvetica,sans-serif;
	font-size:10pt;
        color:#000000;
}

span.title { 
font-family:monotype corsiva;
	font-size:36pt;
	padding:5px 5px;
	text-align:left;
color:#000000;
}

span.subtitle { 
font-family:monotype corsiva;
	font-size:24pt;
	padding:5px 5px;
	text-align:left;
color:#000000;
}
span.heading {
font-family:monotype corsiva;
	font-size:24pt;
	padding:5px 5px;
        color:#000000;
}

table { 
	border-collapse:collapse;
	table-layout:fixed;
}

table.mainTable { 
  background:#ffffff;
	width:800px;
	height:100%;
	border-collapse:collapse;
	table-layout:fixed;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
}

td.mainBody { 
	padding:10px 10px 10px 10px;
}

th.mainBodyTitle { 
	padding:5px 5px;
	text-align:left;
}

td.navigation {
	padding:5px 5px 5px 5px;
	font-size:11pt;
}

td.navigationSpecial {
	padding:5px 5px;
	font-size:11pt;
	border:2px solid #cc9966;
}

td.footer {
	font-size:8pt;
}
-->
</style>