@charset "utf-8";
body, .bodyContent  { 
  background-image:url(images/bg6.jpg);
  background-position:Center Center;  
  background-attachment:fixed;  
  background-repeat:repeat-y;
  background-color:#150b06;
  border-width:0px;  
  border-style:Solid;  
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
} 

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #99999;
	line-height: 22px;
}
.projectTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.projectTitleWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.projectDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
}
a:link {
	color: #3399FF;
	font-weight:bold;
	text-decoration:none;
}
a:active {
	color: #3399FF;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	color: #3399FF;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color: #333333;
	font-weight:bold;
	text-decoration:none;
}
.webProjects {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.teamPosition {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#2891D7;
}.greyImageBorder {
	border: 1px solid #CCCCCC;
}
.style1 {color: #FFFFFF}