/* CSS Document */

body {
	background: #ffffff;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	color: #000000;
	font-size: large;
}

h2, h3, h4, h5, h6, h7 {
	font-weight: bold;
	color: #000099;
	font-style: italic;
	font-size: x-large;
}
h1 {
	font-weight: bold;
	color: #000099;
	font-style: italic;
	font-size: xx-large;
}
a:link, a:visited {color: #006633; text-decoration: none;}
a:hover {color: #FF0000; text-decoration: underline;}
a:active {COLOR: #FF6600; text-decoration: underline;}
caption {font-size: large;}
td {
	font-size: large;
	vertical-align: top;
	line-height: 1.7em;
}
#fundertable {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: 1px inset #999999;
}
.cellcentre {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	text-align: center;
}
.invisible {
	visibility: hidden;
}
#change {
	background-color: #FFFFFF;
	font-style: italic;
	clear: both;
	text-align: left;
}
#header {
	background-color: #FFFFFF;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
}