A:hover        {
	color: Red;
}

A.fp:hover        {
	text-decoration: underline;
	color: Black;
}

A.fpHome:hover        {
	text-decoration: underline;
	color: White;
}

body {
	margin: 0px;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #ffffff;
	scrollbar-dark-shadow-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: Gray;
	scrollbar-shadow-color: #ffffff;
}

/* USED TO CENTER ON SCREEN */
#centeringBox 	{
	text-align: center;
	margin-top: -174px;
	margin-left: -394px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 788px;
	height: 347px;
	visibility: visible;
}


/* CONTENT ROW */
.leftBox {
	width: 208px;
	height: 347px;
	vertical-align: top;
	text-align: left;
	overflow: hidden;
	visibility:visible;
	padding: 0px;
	background-color: #000000;
}

.leftBoxPhoto {
	width: 450px;
	max-height: 347px;
	vertical-align: top;
	text-align: center;
	padding: 0px;
	overflow: hidden;
	background-color: #000000;
}

.mainBoxPhoto {
	width: 93px;
	height: 343px;
	vertical-align: top;
	text-align: center;
	overflow: hidden;
	padding-top: 4px;
	padding-right: 20px;
	background-color: #000000;
}

.mainBox {
	width: 335px;
	height: 347px;
	vertical-align: top;
	text-align: left;
	overflow: auto;
	padding-left: 15px;
	padding-right: 6px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #ffa616;
	text-decoration: none;
}

.portfolioMainBoxTEST {
	width: 564px;
	height: 347px;
	vertical-align: top;
	text-align: left;
	overflow: auto;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #ffa616;
	text-decoration: none;
}

.rightBox {
	width: 230px;
	height: 347px;
	vertical-align: top;
	text-align: left;
	overflow: hidden;
	padding: 0px;
	background-color: #000000;
}

.emptySpace {
	height: 15px;
}


/* MENU AREA */
.menuBox {
	width: 788px;
	height: 40px;
	background-color: none;
	text-align: center;
	font-size: 8pt;
	color: Gray;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.fp {
	font-size: 8pt;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.fpHome {
	font-size: 8pt;
	color: Silver;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/* USED ON LEFT SIDE SUBMENU */
.List {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: Silver;
	text-decoration: none;
	list-style-image: url("../images/bullet.gif");
	list-style-type: square;
	line-height: 9pt;
}

.inputField {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	background-color: #FFDEAD;
}

.RegularSpaced {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #ffa616;
	text-decoration: none;
	line-height: 13pt;
}

.Regular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #ffa616;
	text-decoration: none;
}

.RegularHomepage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}

.RegularWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.RegularHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #ffa616;
	text-decoration: underline;
}

.RegularBlack	 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: Black;
	text-decoration: none;
}

.ListRegular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #FFA616;
	text-decoration: none;
	list-style-image: url("../images/bullet.gif");
}

.pageHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	text-transform: uppercase;
	color:#666666;
}

.Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color:#666666;
	text-decoration: none;
}

/* NECESSARY TO INSERT IMAGECUBE.COM LINK */
div#HiddenContent{
	width: 1px;
	height: 1px;
	overflow: hidden;
}