body {
	margin: 0px;
	background-image: url(images/black.jpg);
}
.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #67614b;
}
.heading2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #67614b;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
}
.hometext {
	color: #67614b;
}
.justwhite {
	color: #FFFFFF;
}


.dynamicTitle {
	font-weight: bold;
	color: #67614b;
}
.readMoreLink {
	font-size: 11px;
	color: #67614b;
}
.projecttitle {
	font-weight: bold;
	color: #3E3317;
}


/* misc text formatting */

.textItal {
	font-style: italic;
}
.textSmaller {
	font-size: 0.9em;
}
.textSmallerYet {
	font-size: 0.85em;
}
.center {
	text-align: center;
}
.textRight {
	text-align: right;
}
.textLeft {
	text-align: left;
}
.textTop {
	vertical-align: top;
}
.textCancelled {
	color: #ff0000;
}

/* tables */

.itemsTable {
	/*border: 1px solid #000000;*/
	border-collapse: collapse;
	width: 100%;
}
.itemsTableMain {
	border: 1px solid #000000;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding: 3px 0 3px 0;
	height: 23px;
	background-image: url('images/calendar_header_background.gif');
	background-repeat: repeat-x;
}
.itemsTableHeader {
	border: 1px solid #000000;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
.itemsTableCell {
	border: 1px solid #000000;
	vertical-align: top;
	padding: 2px 5px 2px 5px;
	font-size: 12px;
}
.itemsTableSpacer {
	border: 0px;
	height: 35px;
}


.linksTableCell {
	border: 0px;
	vertical-align: top;
	padding: 2px 10px 2px 5px;
	font-size: 12px;
}
h1 {
	font-size: 16px;
	color: #4A3D20;
}

