/* CSS Document */

body {
	background: #FFFF00;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	color: #000000;
	font-size: large;
	font-weight: bold;
}
h1 {
	font-weight: bold;
	font-size: xx-large;
	color: #000000;
	font-style: italic;
	line-height: normal;
	text-align: left;
}
h2, h3, h4, h5, h6, h7 {
	font-weight: bold;
	font-size: x-large;
	color: #000000;
	font-style: italic;
	line-height: normal;
	text-align: left;
}

ul li {list-style-type: circle;}
ol li {list-style-type: lower-roman;}

a:link, a:visited {
	font-size: large;
	color: #000000;
	font-style: normal;
	font-weight: bold;
}
a:hover, a:active {
	font-weight: bold;
	font-size: large;
	color: #000000;
	font-style: normal;
	text-decoration: none;
}
hr {
color: #000000; height: 7px;
}
.header {
	background-color: #FFFF00;
}
.invisible {
	visibility: hidden;
}
#maincontent {
	text-align: justify;
	line-height: 1.7em;
}
#fundertable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	background-color: #FFFF00;
}
.cellcentre {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	text-align: center;
	background-color: #FFFFFF;
}
#change {text-align: left;}
caption {font-size: large;}
td {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	line-height: 1.7em;
	background-color: #FFFF00;
}
th {
	color: #000000;
	background-color: #FFFF00;
}
#change2 {
	visibility: hidden;
}
#header2 {
	height: 72px;
	background-color: #FFFF00;
	text-align: left;
}
#maincontent2 {

}
#backtotop {
	text-align: left;
}
#links li {
	margin-bottom: 25px;
}