body, th, td, h1, h2, h3, h4, h5, h6,h7 p, ul, ol, blockquote, .form {
	font-family: Verdana, Arial, sans-serif;
}

body {
	background-color: #fff;
	margin: 8px;
}

th {
	text-align: left;
}


/* h1 is the first heading used with bodytext */
h1 {
	font-size: 0.8em;
}

/* Left hand nav bar */
/* Section headings */
h2 {
	color: #000;
	font-size: 0.7em;
	border-top: 1px #5c8 solid;
}

h2 a, h2 a:visited, h2 a:link {
	color: #666;
}

h2 a:hover {
	color: #000;
}

/* "consultancy" doesn't want a yellow line above it */
h2.consult {
	border-color: #fff;
}

/* ... and "company" wants that extra thick one */
h2.company {
	border-top: 3px #fc0 solid;
}

/* left nav sub-section headings */
h3, h4 {
	background-color: #fff;
	color: #000;
	font-size: 0.7em;
	font-weight: normal;
	margin-left: 1.2em;
}

/* left nav sub-sub-section headings */
h4 {
	font-style: italic;
}


/* For <p>, read bodytext */
p, ul, ol, .post th {
	font-size: 0.8em;
}

p {
	margin-top: 0em;
}

/* crumb-trail */
p small {
	color: #55cc88;
}

p small strong {
	color: black;
	font-weight: normal;
}

ul {
	list-style-image: url(/img/bullet_arrowr.gif);
}

.greg {
		color: #000;
		font-size: 1.0em;
		font-weight: bold;		
		border-top: 1px #5c8 solid;

}

/* legal disclaimer */
.legal p small {
	color: #5c8;
}

/* legal disclaimer */
.legal p small strong{
	color: black;
}

.legal {
	margin-top: 20px;
}

/* global anchors */
a:link {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #5c8;
	text-decoration: underline;
}

/* The bit which says "related information" */
.post {
	background-color: #D6D6D6;
	border-width: 0;
	height: 180px;
	width: 180px;
}

.post th {
	background-color: #fff7B5;
	padding: 2px 6px 2px 6px;
}

/* The other bits in the post it note */
.post td {
	padding: 4px 0px 4px 4px;
	vertical-align: top;
}

.post h2 {
	border: 0;
	padding: 0;
	margin: 0;
}

.post p {
	font-size: 0.7em;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

/* generic 'no border' class */
.noshade {
	border: none;
}

/* form fields */
.form {
	font-size: 0.7em;
	width: 100%;
	background-color: #fff;
	color: #000;
}

.dummylink {
	cursor: hand;
	list-style-image: url(/img/bullet_arrowd.gif);
}

/* one cell in the "contact me" link at the bottom of most pages */
.contact {
	background-color: #d6d6d6;
	padding: 2px 5px 2px 5px;
}

.contact p {
	font-weight: bold;
}

/* listtable's are like the one on the news page */
.listtable td {
	vertical-align: top;
}

.listtable h1 {
	margin: 0;
}


