/* ================================
    CSS STYLES FOR IBUYSPY PORTAL 
    v1.0, 01/2001
   ================================
*/
.plant24Wht
{
	font-weight: normal;
	font-size: 24pt;
	color: #ffffff;
	font-family: 'Century Gothic' , Tahoma, Verdana, Garamond;
}
.plant16WhtBld
{
	font-weight: bold;
	font-size: 16pt;
	color: #ffffff;
	font-family: 'Century Gothic' , Tahoma, Verdana, Garamond;
}
.plant16Wht
{
	font-weight: normal;
	font-size: 16pt;
	color: #ffffff;
	font-family: 'Century Gothic' , Tahoma, Verdana, Garamond;
}
.plant12WhtBld
{
	font-weight: bold;
	font-size: 12pt;
	color: #ffffff;
	font-family: 'Century Gothic' , Tahoma, Verdana, Garamond;
}
.plant12Wht
{
	font-weight: normal;
	font-size: 12pt;
	color: #ffffff;
	font-family: 'Century Gothic' , Tahoma, Verdana, Garamond;
}
.plant10Wht
{
	font-weight: normal;
	font-size: 10pt;
	color: #ffffff;
	font-family: 'Century Gothic' , Tahoma, Verdana, Garamond;
}
.plant24Blk
{
	font-weight: normal;
	font-size: 24pt;
	color: #000000;
	font-family: 'Century Gothic' , Tahoma, Verdana, Garamond;
}
.plant16BlkBld
{
	font-weight: bold;
	font-size: 16pt;
	color: #000000;
	font-family: 'Century Gothic' , Tahoma, Verdana, Garamond;
}
.plant16Blk
{
	font-weight: normal;
	font-size: 16pt;
	color: #000000;
	font-family: 'Century Gothic' , Tahoma, Verdana, Garamond;
}
.plant12BlkBld
{
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
	font-family: 'Century Gothic' , Tahoma, Verdana, Garamond;
}
.plant12Blk
{
	font-weight: normal;
	font-size: 12pt;
	color: #000000;
	font-family: 'Century Gothic' , Tahoma, Verdana, Garamond;
}
.plant10Blk
{
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	font-family: 'Century Gothic' , Tahoma, Verdana, Garamond;
}
.plant10
{
	font-weight: normal;
	font-size: 10pt;
	color: #b8860b;
	font-family: Tahoma, Verdana, Garamond;
}
.plant10b
{
	font-weight: bold;
	font-size: 10pt;
	color: #b8860b;
	font-family: Tahoma, Verdana, Garamond;
}
.plant12
{
	font-weight: normal;
	font-size: 12pt;
	color: #b8860b;
	font-family: Tahoma, Verdana, Garamond;
}

.plant12b
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: #b8860b;
    FONT-FAMILY: Tahoma, Verdana, Garamond
}
.plantFooter
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: #ffffff;
    FONT-FAMILY: Tahoma, Verdana, Garamond
}



/* background color for the content part of the pages 46D124*/
Body
{
    background-color: #46FF65;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}


/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: normal;
    color: #000000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: normal;
    color: #000000;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #0066ff;
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
}

.NormalItalic
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11pt;
    font-style: italic;
}

/*.pA:link
{
    COLOR: navy;
    TEXT-DECORATION: none
}
.pA:visited
{
    COLOR: gray;
    TEXT-DECORATION: none
}
.pA:active
{
    COLOR: navy;
    TEXT-DECORATION: none
}
.pA:hover
{
    COLOR: navy;
    TEXT-DECORATION: underline
}
*/
A.CommandButton:link
{
    COLOR: #000000;
    TEXT-DECORATION: none
}
A.CommandButton:visited
{
    COLOR: #000000;
    TEXT-DECORATION: none
}
A.CommandButton:active
{
    COLOR: #000000;
    TEXT-DECORATION: none
}
A.CommandButton:hover
{
    COLOR: #000000;
    TEXT-DECORATION: underline
}