@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: 7495C2;
}

#mainTable {
	width: 860px;
	height: 718px;
	border: 0px;
	background-color: #DDDDDD;
}
.ProjectName {
	font-weight: bold;
	font-size: 18px;
	color: #000066;
}

.ProjectDescription {
	color: #222222;
	font-size: 14px;
	font-weight: normal;
}
.QuoteCredit {
	color: #666666;
	font-size: 10px;
	font-weight: bold;
	padding-left: 20px;
}
.SideLink {
	color:#343453;
	font-size:12px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
.SubHeadings {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.ProjectNames {
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}
.PageHeading {
	font-size: 24px;
	font-weight: bold;
	color: #000066;
}

