
body {
	background-color:#555;
}

.borderLeft {
	background-image:url(../../images/proj_border_left.gif);
	background-repeat:repeat;
}

.borderRight {
	background-image:url(../../images/proj_border_right.gif);
	background-repeat:repeat;
}
		
.mainTable {
	width:760px;
	background-color:#ccc;
}

.projTable {
	width:1px;
}

.headerTable {
	background-color:#333;
}

.headerText {
	font-family:arial narrow, verdana, sans-serif;
	font-size:21px;
	font-weight:bold;
	padding-top:10px;
	color:#ddd;
}

.headerBodyText {
	font-family:verdana, sans-serif;
	font-size:10px;
	padding-top:10px;
	color:#aaa;
}

.headerBodyText a {
	color:#c7c700;
}

.headerBodyText a:hover {
	color:#fff;
}

.projImage {
	border-style:solid;
	border-color:#fff;
	border-width:10px;
	margin-top:15px;
}

.projText {
	font-family:verdana, sans-serif;
	font-size:11px;
	/* should match border-width for projImage */
	padding-left:10px;
	padding-top:5px;
}

.m27FooterText {
	font-family:verdana, sans-serif;
	font-size:9px;
	margin-left:15px;
}

.m27FooterText a {
	color:#333;
}

.m27FooterText a:hover {
	color:#8a8a00;
}