body {
	color: #000000;
	background-color: #ffffcc;
	font-family: arial, verdana, geneva, helvetica, sans-serif;
}
a:link {
	color: #000000;
	text-decoration: underline;
	font-weight : bold;
}
a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight : bold;
}
a:hover {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

a.navhead:link {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	border: 1px solid #ffffcc;
	font-size: 13px;
	font-family: arial, verdana, geneva, helvetica, sans-serif;
	text-align: center;
}
a.navhead:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	border: 1px solid #ffffcc;
	font-size: 13px;	
	font-family: arial, verdana, geneva, helvetica, sans-serif;
	text-align: center;
}
a.navhead:hover {
	color: #888888;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border: 1px solid #888888;
	font-size: 13px;	
	font-family: arial, verdana, geneva, helvetica, sans-serif;
	text-align: center;
}

a.nav:link {
	background-color: #1c634d;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid Black;
	display: block;
	font-size: 12px;	
	font-family: arial, verdana, geneva, helvetica, sans-serif;
}
a.nav:visited {
	background-color: #1c634d;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid Black;
	display: block;
	font-size: 12px;
	font-family: arial, verdana, geneva, helvetica, sans-serif;
}
a.nav:hover {
	background-color: #488673;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid Black;
	display: block;
	font-size: 12px;
	font-family: arial, verdana, geneva, helvetica, sans-serif;
}
table.centrecentre {
	width: 80%;
	text-align: center;
	margin-left:10%; 
	margin-right:10%;
}	
table.centretable {
	width:80%; 
	margin-left:10%; 
	margin-right:10%;
}
.as_h3 {
	font-weight: bold;
	font-size: larger;
}
.bold {
	font-weight: bold;
}
.brown_background {
	background-color: #960105;
	color: #ffffff;
	font-weight: bold;
	font-size: larger;
}
.centre {
	text-align: center;
}
.colspace {
	width: 50px;
}
.descriptionspace {
	width: 250px;
}
.floatright {
	float: right;
}
.hidden_centre {
	display: none;
}
.modelspace {
	width: 80px;
}
.montage {
	background: url(../images/home_montage_slice.gif) repeat-x;
	height: 74px;
}
.outlinetable {
	border: none;
	vertical-align: top;
	width: 800px;
	text-align: left;
}
.stubby{
	background-image: url(../images/rule.gif);
	background-repeat: repeat-x;
	height: 10px;
}
.stup {
	margin-bottom: 20%;
}
.tablefloatleft {
	float: left;
}
.l {
	border-left: 1px solid Black;
	border-top: 1px solid Black;
	padding-left: 5px;
}
.u {
	border-top: 1px solid Black;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	padding-left: 5px;
}
.c {
	border-left: 1px solid Black;
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
	padding-left: 5px;
}
.o {
	border-left: 1px solid Black;
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
	border-right: 1px solid Black;
	padding-left: 5px;
}