/* CSS Document */

body {
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	color: #220000;
	/*line-height: 14px;*/
}
a:link {color: #EA0053; text-decoration: none; font-weight: normal;}
a:visited {color: #EA0053; text-decoration: none; font-weight: normal;}
a:hover {color: #EA0053; text-decoration: underline; font-weight: normal;}
a:active {color: #EA0053; text-decoration: none; font-weight: normal;}

p {
	margin-top: 0px;
	margin-bottom: 0px;
}

/*CONTENT HOLDERS*/

.portfolioHolder {
	clear: both;
	float: left;
	text-align: center;
	width: 100%;
	padding: 40px 0px 40px 0px;
}

.portfolioExample {
	clear: both;
	text-align: left;
	width: 451px;
	font-size: 11px;
}

.portfolioText {
	border-top: #d9d3d3 dotted 1px;
	margin: 0px 25px 0px 25px;
	padding: 8px 0px 8px 0px;
	width: 650px;
}

.portfolioSpace {
	padding: 0px 40px;
}

.portfolioNext {
	float: right;
}