/* ================================
    CSS STYLES FOR GREENGUARD 
    v1.0, 01/2001
   ================================
*/   
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */


.HeadBg {
    background-color: #ffffff;
    
}

/* background color for the content part of the pages */
Body
{
    background-color:  #ffffff;
}

sup
{
	        font-size: 10px;
	    height: 10px  
}
.ModuleContainer 
{
	padding: 10px 10px 5px 10px;
}
.StandardButton
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: normal;
	font-size: 9px;
	background: #ffcc33;
	color: #000000;
	font-family: Helvetica, sans-serif;
}
.GG_Table1 
{
    font-family: Arial,Geneva, Sans-Serif;
    font-size: 12px;
    color:#ffffff;
    text-decoration:none;
    font-weight: bold;
	BORDER-RIGHT: #006600 1px solid; 
	BORDER-TOP: #006600 1px solid; 
	BORDER-LEFT: #006600 1px solid; 
	BORDER-BOTTOM: #006600 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.GG_TableHeader1 {
    font-family: Arial,Geneva, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    background-color: #006600;
    padding: 2px 2px 2px 2px
}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#cccc99
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: #CCCC99;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: #cccc99;
    border-color: #cccc99;
}
/* text style for the unselected tabs */
.OtherTabs {
    font-family: Arial,Geneva, Sans-Serif;
    font-size: 11px;
    color:#000000;
    text-decoration:none;
    font-weight: bold;
        
}
/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#000000;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#000000;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#000000;
}

A.OtherTabs:hover   {
    text-decoration:    none;
    color:#cc9933;  
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Arial,Geneva, Sans-Serif;
    font-size: 10px;
    color: White;
    font-weight: bold;    
}

/* text style for the unselected tabs */
.LeftNavContainer 
{
    font-family: Arial,Geneva, Sans-Serif;
   	background-image: url(images/leftnav_bkg2.gif);  
    font-size:  12px;
    color: #663399;
	background-color: #ffffff;
	padding: 0px 0px 5px 0px;
	BORDER-RIGHT: #666600 1px solid; 
	BORDER-TOP: #666600 1px solid; 
	BORDER-LEFT: #663399 0px solid; 
	BORDER-BOTTOM: #666600 1px solid; 
	moz-border-radius-bottomleft: 1px; 
	moz-border-radius-bottomright: 1px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 1px;
	width: 190px; 
}
.LeftNav 
{
    font-family: Arial,Geneva, Sans-Serif;
    font-size: 12px;
    color:#446944;
    text-decoration:none;
    font-weight: bold; 
}
A.LeftNav:link    {
    text-decoration:    none;
    color:#446944;
}

A.LeftNav:visited {
    text-decoration:    none;
    color:#003300;
}

A.LeftNav:active  {
    text-decoration:    none;
    color:#996600;
}

A.LeftNav:hover   {
    text-decoration:    underline;
    color:#996600;
}
.LeftNavSelected 
{
    font-family: Arial,Geneva, Sans-Serif;
    font-size: 11px;
    color:#996600;
    text-decoration:none;
    font-weight: bold;
}
.LeftNavSelectedSub 
{
    font-family: Arial,Geneva, Sans-Serif;
    font-size: 11px;
    color:#996600;
    text-decoration:none;
    font-weight: bold;
}
.LeftPane
{
    background-color: #9A9A67;
    width: 180px;
    height: 100%;
}
.HomeLeftPane
{
    background-color: #FEFEFE;
    width: 100%;
    height: 100%;
    padding-left: 25px;
    padding-right: 25px;
}
.Footer
{
    font-family: Arial,Geneva, Sans-Serif;
    font-size: 11px;
    color:#000000;
    text-decoration:none;
    font-weight: bold;
    padding: 0px 1px 0px 1px;
}

A.Footer:link    {
    text-decoration:    none;
    color:#000000;
}

A.Footer:visited {
    text-decoration:    none;
    color:#000000;
}

A.Footer:active  {
    text-decoration:    none;
    color:#000000;
}

A.FooterOtherTabs:hover   {
    text-decoration:    underline;
    color:#cccccc;
}
/* background/border colors for the selected tab */
.FooterTabBg {
    background-color: #ffffff;
    border-color: white;
}

/* background/border colors for the unselected tabs */
.FooterOtherTabsBg {
    background-color: #ffffff;
    border-color: white;
    
}

/* text style for the selected tab */
.FooterSelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: Black;
    font-weight: bold;
}

/* text style for the unselected tabs */
.FooterOtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: black;

}
.BreadCrumbTable 
{
 
    padding-left: 10px;
    padding-top: 5px;     
}
.BreadCrumb 
{
    font-family: Arial,Geneva, Sans-Serif;
    font-size: 9px;
    color:#996600;
    text-decoration:none;
    font-weight: normal;
    padding-top: 5px;    
}

A.BreadCrumb:link    {
    text-decoration:    none;
    color:#000000;
}

A.BreadCrumb:visited {
    text-decoration:    none;
    color:#000000;
}

A.BreadCrumb:active  {
    text-decoration:    none;
    color:#000000;
}

/* text style for the unselected tabs */
.Warning {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    height: 15px;
    color:red;
    text-decoration:none;
}


/* hyperlink styles of the unselected tabs */
A.OtherTabs2:link    {
    text-decoration:    none;
    color:green;
}

A.OtherTabs2:visited {
    text-decoration:    none;
    color:green;
}

A.OtherTabs2:active  {
    text-decoration:    none;
    color:green;
}

A.OtherTabs2:hover   {
    text-decoration:    none;
    color:#cc9933;
    
}


 
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Arial,Geneva, Sans-Serif;
    font-size: 10px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}
.Highlight
{
	text-decoration: none;color:black;background:yellow;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #999966;
}

/* hyperlink style for the readmore link */
A.ReadMore:link {
    text-decoration:    none;
    color:darkread;
}

A.ReadMore:visited  {
    text-decoration:    none;
    color:blue;
}

A.ReadMore:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.ReadMore:hover    {
    text-decoration:    underline;
    color:#999999;
}

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: #cc6633;
}
.HeadGreen   {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: #006600;
}
.TitleRuler   {
    color: #cc9933;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #999966;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}
.NormalSmall
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
.Blockquote
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold
}
.NormalBoldWhite
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold
}

.QuickSearchHead
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-variant:small-caps;
    color: White; 
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #cc6633;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #CC6633;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #CC6633;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #999966;
}
/* text style for buttons and link buttons used in the portal admin pages */
.GGCommandButton     {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.GGCommandButton:link {
    text-decoration:    underline;
    color: #cccccc;
}

A.GGCommandButton:visited  {
    text-decoration:    underline;
    color: #cccccc;
}

A.GGCommandButton:active   {
    text-decoration:    underline;
    color: #cccccc;
}

A.GGCommandButton:hover    {
    text-decoration:    underline;
    color: Teal;
}
.HighlightButton     {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.HighlightButton:link {
    text-decoration:    underline;
    color: #000000;
}

A.HighlightButton:visited  {
    text-decoration:    underline;
    color: #000000;
}

A.HighlightButton:active   {
    text-decoration:    underline;
    color: #000000;
}

A.HighlightButton:hover    {
    text-decoration:    underline;
    color: #000000;
}
/* text style for buttons and link buttons used in the portal admin pages */
.LoginContainer 
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: #663399;
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	BORDER-RIGHT: #666600 1px solid; 
	BORDER-TOP: #666600 1px solid; 
	BORDER-LEFT: #663399 0px solid; 
	BORDER-BOTTOM: #666600 1px solid; 
	moz-border-radius-bottomleft: 1px; 
	moz-border-radius-bottomright: 1px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 1px; 
}
.Login
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: #000000;
}
.LoginSmall
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 7px;
    font-weight: bold;
    color: #000000;       
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.Login:link {
    text-decoration:    none;
    color: #000000;
}

A.Login:visited  {
    text-decoration:    none;
    color: #000000;
}

A.Login:active   {
    text-decoration:    none;
    color: #000000;
}

A.Login:hover    {
    text-decoration:    none;
    color: #000000;
}
.RegistrationTable {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
	padding: 2px 2px 2px 2px;
	BORDER-RIGHT: #006600 1px solid; 
	BORDER-TOP: #006600 1px solid; 
	BORDER-LEFT: #006600 1px solid; 
	BORDER-BOTTOM: #006600 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.RegistrationTableHeader {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color:#ffffff;
    text-decoration:none;
    font-weight: bold;
	background-color: #006600;     
}
.ProductGuideHeader {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color:#ffffff;
    text-decoration:none;
    font-weight: bold;
	background-color: #006600;     
}
A.ProductGuideHeader:link {
    text-decoration:    none;
    color: #ffffff;
}

.GreenTable {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
	padding: 2px 2px 2px 2px;
	BORDER-RIGHT: #006600 1px solid; 
	BORDER-TOP: #006600 1px solid; 
	BORDER-LEFT: #006600 1px solid; 
	BORDER-BOTTOM: #006600 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;      
}
.GreenTableHeader {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color:#ffffff;
    text-decoration:none;
    font-weight: bold;
	background-color: #006600;     
}
.ProductAdminTable {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
	padding: 2px 2px 2px 2px;
	BORDER-RIGHT: #006600 1px solid; 
	BORDER-TOP: #006600 1px solid; 
	BORDER-LEFT: #006600 1px solid; 
	BORDER-BOTTOM: #006600 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;  
     
}
.ProductAdminTableHeader {
    font-family: Arial,Geneva, Sans-Serif;
    font-size: 12px;
    color:#ffffff;
    text-decoration:none;
    font-weight: bold;
	background-color: #006600;    
}
.SiteSearch
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: #336633;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.SiteSearch:link {
    text-decoration:    none;
    color: #336633;
}

A.SiteSearch:visited  {
    text-decoration:    none;
    color: #336633;
}

A.SiteSearch:active   {
    text-decoration:    none;
    color: #336633;
}

A.SiteSearch:hover    {
    text-decoration:    none;
    color: #cccccc;
}
A.ImageButton:link {
    text-decoration:    none;
    color: #006600;
    font-weight: bold;
}

A.ImageButton:visited  {
    text-decoration:    none;
    color: #006600;
    font-weight: bold; 
}

A.ImageButton:active   {
    text-decoration:    none;
    color: #006600;
	font-weight: bold;
}

A.ImageButton:hover    {
    text-decoration:    none;
    color: #cccccc;
	font-weight: bold; 
}
.ProductGuideHead
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color:#446944;
    text-decoration:none;
    font-weight: bold; 
}
.ProductGuideSubHead
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color:#999999;
    text-decoration:none;
    font-weight: bold; 
}
/* PRINTABLE GREENGUARD CERTIFICATE */

.GGCertNormal {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
.GGCertNormalBold {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}
.GGCertNormalBoldWhite {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: White;
}
.GGCertTableHeader {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: White;
    height: 15px;
    padding-top: 1px;
}
.GGCertCompany {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    font-style:italic;
    height: 18px;    
}
.GGCertProduct {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;

}
    
/* GENERIC */
H1  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TBODY
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

TFOOT, THEAD    {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

A:link  {
    color:  #cc9900;
}

A:visited   {
    text-decoration:    none;
    color:  #cc6633;
}

A:active    {
    text-decoration:    none;
    color:  #999966;
}

A:hover {
    text-decoration:    underline;
    color:  #cccc99;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}
.GGCertStatusExpired
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: Maroon;
}
.GGCertStatusProvisional
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #cc9900;
}
.GGCertStatusProvisional
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #cccc99;
}
.headerbackground {
	background-image: url(images/header2_bkg.gif); 
	width: 511px;
}

.pageleftborder {
	background-image: url(images/page_border_left_bkg.gif); 
	width:6px;
}
.pagerightborder {
	background-image: url(images/page_border_right_bkg.gif); 
	width:5px;
}
.pageleftfade1 {
	background-image: url(images/page_border_left_fade1.gif); 
	width:4px;	
}
.pageleftfade2 {
	background-image: url(images/page_border_left_fade2.gif); 
	width:4px;	
}
.pageleftfade3 {
	background-image: url(images/page_border_left_fade3.gif); 
	width:4px;	
}
.pagerightfade1 {
	background-image: url(images/page_border_right_fade1.gif); 
	width:4px;	
}
.pagerightfade2 {
	background-image: url(images/page_border_right_fade2.gif); 
	width:4px;	
}
.pagerightfade3 {
	background-image: url(images/page_border_right_fade3.gif); 
	width:4px;	
}
.pageleftbottom1 {
	background-image: url(images/page_left_bottom1.gif); 
	width:6px;	
}
.pageleftbottom2 {
	background-image: url(images/page_left_bottom2.gif); 
	width:4px;	
}
.pagebottom {
	background-image: url(images/page_bottom_bkg.gif); 
	height:17px;	
}
.pagerightbottom3 {
	background-image: url(images/page_right_bottom3.gif); 
	width:4px;	
}
.pagerightbottom4 {
	background-image: url(images/page_right_bottom4.gif); 
	width:5px;	
}
.homebottomleft {
	background-image: url(images/bottom_left.gif); 
	width:4px;	
}
.homebottom {
	background-image: url(images/bottom_bkg.gif); 
	width: 100%;
}
.homebottomright {
	background-image: url(images/bottom_right.gif); 
	height:6px;	
}
.navleftborder {
	background-image: url(images/border_left_bkg2.gif); 
	width:10px;
}
.navrightborder {
	background-image: url(images/border_right_bkg2.gif); 
	width:9px;
}
.greenleftborder {
	background-image: url(images/border_left_bkg3.gif); 
	width:10px;
}
.greenrightborder {
	background-image: url(images/border_right_bkg3.gif); 
	width:9px;
}
.greenspacer {
    background-color: #006600;
}
.nav {
    background-color: #cccc99;
}
.leftnavleftborder {
	background-image: url(images/border_left_bkg3.gif); 
	width:4px;
}
.leftpaneleftborder {
	background-image: url(images/leftpane_left_bkg.gif); 
	width:4px;
}
.mainleftborder {
	background-image: url(images/left_main_bkg.gif); 
	width:6px;
}
.homeleftpanetop {
	background-image: url(images/home_left_top_bkg.gif); 
	height: 29px;
}
.homeleftpanetopleft {
	background-image: url(images/home_left_top_left.gif); 
	width:4px;
}
.button1background {
	background-image: url(images/button1_bkg.gif);
}
.button2background {
	background-image: url(images/button2_bkg.gif);
}