@charset "utf-8";
/* CSS Document */

.PortfolioBack {
	background-image:url(../images/portfolioBackground.jpg);
	background-repeat: repeat-x;
}

.mainText {
	font-family: tahoma, verdana, "times New Roman";
	font-size: 11px;
	color: #3C3B3C;
}

a.blueLink:link {
	text-decoration: none;
	color:#0c1659;
	font-family: tahoma, verdana, "times New Roman";
	font-size: 11px;
	font-weight:bold;
}
a.blueLink:visited {
	text-decoration: none;
	color:#0c1659;
	font-family: tahoma, verdana, "times New Roman";
	font-size: 11px;
	font-weight:bold;
}
a.blueLink:hover {
	text-decoration:underline;
	color:#0c1659;
	font-family: tahoma, verdana, "times New Roman";
	font-size: 11px;
	font-weight:bold;
}
a.blueLink:active {
	text-decoration: none;
	color:#0c1659;
	font-family: tahoma, verdana, "times New Roman";
	font-size: 11px;
	font-weight:bold;
}


a.black:link {
	text-decoration: none;
	color:#fffff;
	font-family: tahoma, verdana, "times New Roman";
	font-size: 11px;
	font-weight:bold;
}
a.black:visited {
	text-decoration: none;
	color:#fffff;
	font-family: tahoma, verdana, "times New Roman";
	font-size: 11px;
	font-weight:bold;
}
a.black:hover {
	text-decoration:underline;
	color:#fffff;
	font-family: tahoma, verdana, "times New Roman";
	font-size: 11px;
	font-weight:bold;
}
a.black:active {
	text-decoration: none;
	color:#fffff;
	font-family: tahoma, verdana, "times New Roman";
	font-size: 11px;
	font-weight:bold;
}


a.white:link {
	text-decoration: none;
	color:#0c1659;
	font-family: tahoma, verdana, "times New Roman";
	font-size: 12px;
	font-weight:bold;
}
a.white:visited {
	text-decoration: none;
	color:#0c1659;
	font-family: tahoma, verdana, "times New Roman";
	font-size: 12px;
	font-weight:bold;
}
a.white:hover {
	text-decoration:underline;
	color:#0c1659;
	font-family: tahoma, verdana, "times New Roman";
	font-size: 12px;
	font-weight:bold;
}
a.white:active {
	text-decoration: none;
	color:#0c1659;
	font-family: tahoma, verdana, "times New Roman";
	font-size: 12px;
	font-weight:bold;
}


.hedinText-2 {
	font-family: tahoma, verdana, "times New Roman";
	font-size: 18px;
	color: #cf8729;
	font-weight: bold;
}

