	body {
  margin: 0;
  padding: 0;
}

.colText {
  text-transform: uppercase;
  color: #FF0001; /* Red */
  letter-spacing: 1px;
}

#contentFooter {
  font-family: Verdana, "Lucida Sans", Arial, Helvetica, Sans-Serif;
  padding: 4px;
  font-size: 9px! important;
  color: #333333;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
	color: #FF0001;
	text-decoration: none;
}

.contentText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}
	
	
.featItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	text-decoration:none;
}

.featItem:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666699;
	font-weight: normal;
	text-decoration:underline;
}

.titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.bigText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.tableBorder {
	border: 1px dotted #333333;
}
.portBack {
	background-attachment: fixed;
	background-image: url(newimages/portfolio_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.boldStuff {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.importantText {
	font-size: 9pt;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #333333;
	font-style: normal;
}
