@charset "ISO-8859-1";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #1A1A1A;
	margin: 0px;
	color: #CCCCCC;
}
.SiteNameWht {
	font-size: 24px;
	color: #FFFFFF;
}

.SiteNameGrn {
	font-size: 24px;
	color: #C0DB5A;
}
.clientname {
	font-size: 18px;
	color: #C0DB5A;
}
.projectname {
	font-size: 12px;
	color: #FFFFFF;
}
em {
	font-style: normal;
	color: #FFFFFF;
}
a {
	color: #e0542f;
	text-decoration: none;
}
.leftnav {
	background-color: #333333;
	padding: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1A1A1A;
	border-right-color: #1A1A1A;
	border-bottom-color: #1A1A1A;
	border-left-color: #1A1A1A;
	font-size: 12px;
}
.leftnavlinks {
	color: #FFFFFF;
	font-size: 11px;
}

