body {
	background-color: #8A8A8A;
}
.mmregular {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 9px;
	text-transform: uppercase;	
}
a.mmregular {
	text-decoration: none;	
}
a.mmregular:hover {
	text-decoration: underline;	
}
.rprojecttitle {
	color: #3F0D6E;
	font-family: Tahoma;
	font-size: 14px;	
}
.customernames {
	color: #3F0D6E;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}
.regular {
	color: #666666;
	font-family: Tahoma;
	font-size: 11px;	
}
.footertitle {
	color: #FFDC00;
	font-family: Tahoma;
	font-size: 11px;
	text-transform: uppercase;	
}
.footerregular {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;	
}
a.footerregular {
	color: #FFFFFF;
	text-decoration: none;
}
a.footerregular:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
input, select, textarea {
	margin: 0;
	background-color: #ECECEC;
	padding: 0;
	font: 12px Arial,Helvetica,sans-serif;
	}
input {
	border: 1px solid #ccc;
	font-size: 12px;
	line-height: 100%;
	height: auto;
	}