@charset "UTF-8";
.Heading {
	font-size: 1.3em;
	line-height: 1.5em;
}
.CategoryName {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #6f5c4c;
}
.OrangeCategoryName {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #f29b16;
}
.detailsHome {
	font-size: 1.8em;
	line-height: 2em;
	
}
.detailsHomeSmall {
	font-size: 1em;
	line-height: 1.2em;
	font-style: italic;
	
}
.details {
	font-size: 1.6em;
	line-height: 2em;
	font-style: italic;
}
.homeBodyCopy {
	color: #dcc;
	font-size: 12px;
	line-height: 16px;
	font-weight: lighter;
}
body {
	background-color: #000000;
	background-image: url(/images/wallpaper.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Times New Roman", Times, serif;
	color: #dcc;
	font-size: 12px;
	line-height: 16px;
	font-weight: lighter;
}
img {
	border: 0;
}
p {
	margin: .5em 0 0 0;
	padding: 0;

}

br {
	clear: both;
}
.style2 {	
	color: #7D7D7D;
}
h1 {
	border-bottom: 1px dashed #93aac3;
	margin: 1em 0 8px 0;
}
a {
	color: #dcc;
	text-decoration: none;
	font-style: italic;
}

a:hover {
	color: #8cd;
}
a.Project {
	color: #7D7D7D;
	text-decoration: none;
}
a.Project:hover {
	color: #ee8c00
}
.legalCopy {
	color: #7D7D7D;
	font-size: 11px;
}
.projectCell {
	background-color:#141414;
	text-align: center;
	vertical-align: middle;
}
.projectCell:hover {background-color:#252525;} 
