body, p, td {
	font-family: Arial, Helvetica, sans serif;
	font-size: 11px;
	line-height: 15px;
	color: #77763e;
}

a {
	color: #339480;
}
a:hover {
	text-decoration: underline;
}

p {
	margin-top: 0px;
	padding-top: 0px;
}

p.pageTitle {
	caption: Page Title;
	visible: true;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	line-height: normal;
}

p.header {
	caption: Header;
	visible: true;
	font-weight: bold;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 2px;
}

p.subheader {
	caption: Subheader;
	visible: true;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-bottom: 2px;
}

span.hr {
	visible: false;
	display: block;
	background: url("images/dots-gold-h.gif");
	background-repeat: repeat-x;
	margin-top: 4px;
	margin-bottom: 4px;
}

ul {
	list-style-type: none;
	margin-left: 10px;
	padding-left: 0px;
}

ul li {
	background: url("images/projects/bullet.gif");
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left: 6px;
	padding-top: 4px;
}

.highlightedContent {
	visible: false;
	padding-bottom: 10px;
}

.hcBar {
	visible: false;
	font-size: 1px;
	line-height: 1px;
	background: url("images/dots-gold-h.gif");
	background-repeat: repeat-x;
	margin-top: 4px;
	margin-bottom: 4px;
}
.hcContent {
	visible: false;
	background-color: #f0f0f0;
	padding: 6px;
}
.hcContent td ul {
	visible: false;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

p.introText {
	caption: Intro;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
}

img.contentImageLeft {
	caption: Content Image (Left);
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
img.contentImageRight {
	caption: Content Image (Right);
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}

ul.linkList {
	caption: List of Links;
	visible: true;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

ul.linkList li {
	visible: false;
	background: none;
	padding-left: 0px;
}
