/* REDEFINED HTML Tags */

td { font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:17px;
	color: #e3e3e3;}
	
tr { font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:17px;
	color: #e3e3e3; }
	
p { font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:17px;
	color: #e3e3e3; }
	
	
.text { font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:17px;
	color: #FFFFFF; } 


/*----------------------------------------------------------------------------*/
/* LINK Classes */

a{
	color:#8c6b49;
	text-decoration: none;
}
	
a:link{
	color:#8c6b49;
	text-decoration: none;
} 

a:visited{
	text-decoration: none;
	color:#8c6b49;
}
	
a:hover{
	text-decoration: underline;
	color:#80909c;
}


a.linksSUBNAV{
	text-decoration: none;
	font-weight: normal;
	color:#80909c;
	font-size: 13px;}
	
a.linksSUBNAV:link{
	text-decoration: none;
	color:#80909c;
	}
	
a.linksSUBNAV:hover{
	text-decoration: none;
	color:#FFF;
	}

/*----------------------------------------------------------------------------*/
/* CUSTON CELL Classes */

.cellbgWHITE { background-color: #FFFFFF;}

.cellbgBLACK { background-color: #000000;}

.cellbgGREYLGT { background-color: #DDDDDD;}

.cellbgGREYMED { background-color: #999999;}

.cellbgGREYDRK { background-color: #404040;}

.cellbgPRIMARY { background-color: #54402c;}

.cellbgSECONDARY { background-color: #3f3021;}

.cellbgTERTIARY { background-color: #A99077;}

.cellbgBODY { background-color: #D7C8B9;}

/*----------------------------------------------------------------------------*/
/* CUSTOM FONT Classes */

.txtBOLD
	{	font-weight: bold;}
	
.txtITALIC
	{	font-style: italic;}
	
.txtSMALL
	{	font-size: 8px;}
	
.txtFOOTER {
	color:#808080;
	font-size: 10px;}

.txtLARGE
	{	font-size: 13px;}
	
.txtTITLE {
	color: #8c6b49;
	font-size: 20px;
	font-weight:normal;
	line-height:24px;
	}

.txtSUBTITLE {
	color: #80909c;
	font-style:italic;
	font-size: 16px;
	line-height:24px;
	}


.buttonPop {display:block; float:right;  width:105px; height:30px; font-size:36px; line-height:43px; color:#fff; text-indent:-5000px; overflow:hidden; background:url(../images/shared/button-close.gif) 0 0 no-repeat;}
.buttonPop:hover { background:url(../images/shared/button-close.gif) 0 bottom no-repeat;}

	
/*----------------------------------------------------------------------------*/
/* CUSTOM FORM Classes */
.txtERROR {
	font-size: 11px;
	font-weight: bold;
	color: #FFCC00;
}
.inputDROPDOWN { font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #EEEEEE;
	height: 15px;
	border: 1px solid #3F3021;
	font-weight: bold;
}

#DivCustomizableGridGalleryFX
	{ margin: 0;
	padding: 0;
}

#DivCustomizableGridGalleryFX { float: center; }