#pageArea {
	position: relative;
	top: 0px;
	width: 975px;
	margin: 0 auto;
	}

#header {
	position:relative;
	width:100%;
	}

#content {
	position:relative;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	}

#footer {
	position:relative;
	width:100%;
	}

body {
	color: #333333;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
}

A:link {
	font-weight: normal;
}
A:visited {
	font-weight: normal;
}
A:active {
	font-weight: normal;
}
a {
	color: #333333;
}

p {
	font-size:13px;
}

.heading {
	font-size: 140%;
	color: #990000;
	text-align: left;
	font-weight: bold;
}

.subtitle {
	font-weight: bold;
	color: 990000;
}

.indent {
	left:30px;
	right:30px;
	width:90%;
	position: relative;
}

.centre {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.clear {
	color: #FFFFFF;
}

.right {
	text-align: right;
}

.italic {
	font-style: italic;
}



.tablewidth {
	width: 760px;

	
}

.search {
	font-size:13px;
	}
