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

A:hover        {
	text-decoration: underline;
	color: #fcb131;

}
/* 
yellow - fcb131 or ff9933
green - 9c9300 or 999900
*/



body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #ffffff;
	scrollbar-dark-shadow-color: #999999;
	scrollbar-face-color: #999999;
	scrollbar-highlight-color: #999999;
	scrollbar-shadow-color: #ffffff;
	background-image: url(../images/1x1_background.gif);
}

.list {
	list-style:square;
	color: #9c9300;
}

.listInside {
	color: #333333;
}

/* USED TO CENTER ON SCREEN */
#centeringBox 	{
	text-align: center;
	margin-top: -292px;
	margin-left: -355px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 710px;
	height: 584px;
	visibility: visible;
}

.mainBox {
	width: 490px;
	height: 310px;
	vertical-align: top;
	text-align: left;
	overflow: auto;
	padding-top: 16px;
	padding-right: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color:#333333;
	text-decoration: none;
}

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

.inputField {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	background-color: #fcb131;
	color: Black;
}

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

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

.Header {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: none;
	color: Black;
	text-decoration: none;
}

.tableHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	background-color: #fcb131;	
	color: Black;
	height: 25px;
	vertical-align: middle;
	text-align: center;
}

.tableRowColor1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #CCCCCC;
	color: Black;
	height: 25px;
	vertical-align: middle;
	text-align: center;
}

.tableRowColor2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #FFFFCC;
	color: Black;
	height: 25px;
	vertical-align: middle;
	text-align: center;
}

.emptySpace {
	height:25px;
}

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