﻿body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	}
.style1 {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	position: absolute;
	width: 100px;
	height: 100px;
	z-index: 1;
	left: 18px;
	top: -23px;
	display: none;
}
.orangeheading {
	color: #FF6600;
	font-size: 300%
	}
.orangesubheading {
	color: #FF6600;
	font-size: 200%
	}
.greenheading {
	color: #66CC00;
	font-size: 180%
	}
.greensubheading {
	color: #66CC00 ;
	font-size: 150%
}
a {
	color:black;
	font-style: italic;
}
a:hover {
	color: #FF6600;
	text-decoration:underline
}
a:visited { padding-right: 12px; background: url(visitedLink.gif) no-repeat 100% 50%; color: #999999 
}
a:visited:hover {
	color:#FF6600; 
}
.small {
	display: none;
	}
#nav {
	display: none;
}
#menu {
	display: none;
}
#links {
	display: none;
}
#helpbox {
	display: none;
}
div.whoimage {
	float:right;
	padding-left:10px;
	display: none;
}