body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 12pt;
	text-align: justify;}


a {
	color: #CC3300;
	text-decoration:none;
	font-weight: bold;
	}
	
a:hover {
	text-decoration:underline
	}

	
/* ID Styles */
/************* Project Case Studies styles ***************/	
#project a 
{
	color: #333333;
	font-weight:normal;
	font-size: 11px;
	text-decoration:none;
}

#project a:hover 
{
	text-decoration:none;
	color: #CC3300;
}

/************** Bottom Navigation Bar ***************/
#NavBar a 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC3300;
	font-weight:600;
	text-decoration:none;
}

#NavBar a:hover 
{
	text-decoration:none;
	color: #666666;
}

/* Classes */
/************** Case Studies Window ***************/	
.casestudies a{
	color: #666666;
	font-weight:900;
	text-decoration:none;
	}
	
.casestudies a:hover 
{
	text-decoration:none;
	color: #CC3300;
}

.listing
{
	text-align: justify;
	line-height: 12pt;
}

.TitleName
{
	font:14px arial;
	color: #CC3300;
	line-height:20px;
	letter-spacing:normal;
	font-weight: bold;
}


.SubHeading
{
	font:12px arial;
	color: #666666;
	line-height:20px;
	letter-spacing:0.1px;
	font-weight: bold;
}

.SubTitleName
{
	font:11px arial;
	color: #CC3300;
	line-height:20px;
	letter-spacing:0.1px;
	font-weight: bold;
}

/* IDs */
#HideMe
{visibility:hidden}