A. {
	color: Black;
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
	
}

A:hover        {
	text-decoration: underline;
	color: Gray;
}

/*

light brown - #CCB299
regular brown - #996633

*/

BODY {
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #ffffff;
	scrollbar-dark-shadow-color: #CCB299;
	scrollbar-face-color: #CCB299;
	scrollbar-highlight-color: #CCB299;
	scrollbar-shadow-color: #ffffff;
	background-image: url(../images/mainBg.gif);
	background-color: #ffcc66;
}

.Fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: normal;
	font-style: normal;
	color: #CCB299;
	text-decoration: none;
}


.inputField {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	border: thin solid Gray;
	background-color: #CCB299;
}


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

.Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: BLACK;
	text-decoration: none;
}

.PortfolioDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
	color: #996633;
	border: 0px;
	background-color: transparent;
	text-align: center;
	text-decoration: none;
}

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