body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.navSpace{
	height:20px;
}
.HearderWhite{
	padding-left:23px;
	color:#FFFFFF;
	font-family:Georgia;
	font-size:28px;
}
.HearderTan{
	padding-left:10px;
	color:#b4904b;
	font-family:Georgia;
	font-size:28px;
}td, td a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}
.brownText{
	color:#4f3a1c;
}
.brownText a{
	color:#4f3a1c;
}
.tanText, .tanText a:link, .tanText a:active, .tanText a:visited{
	color:#b4904b;
	text-decoration:none;
}
.tanText a:hover {
	color:#4f3a1c;
	text-decoration:none;
}
.footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-align:center;
}
.tableHeaderRow{
	background-color:#e4d199;
	color:#957330;
	text-transform:uppercase;
	border-right-width:1px;
    border-right-color:white;
    border-right-style:solid;
	height:20px;
}

/***********************   TABLE ROWS    ***********************/

.Row1, .Row1 td{
	background-color:#f3edd7;
	border-right-width:1px;
    border-right-color:white;
    border-right-style:solid;
	border-top-width:1px;
    border-top-color:white;
    border-top-style:solid;
	color:#4f3a1c;
}
.Row1Over, .Row1Over td{
	background-color:#f1e8c5;
	border-right-width:1px;
    border-right-color:white;
    border-right-style:solid;
	border-top-width:1px;
    border-top-color:white;
    border-top-style:solid;
	color:#4f3a1c;
}
.Row2, .Row2 td{
	background-color:#f9f7ec;
	border-right-width:1px;
    border-right-color:white;
    border-right-style:solid;
	border-top-width:1px;
    border-top-color:white;
    border-top-style:solid;
	color:#4f3a1c;
}
.Row2Over, .Row2Over td{
	background-color:#f1ebc5;
	border-right-width:1px;
    border-right-color:white;
    border-right-style:solid;
	border-top-width:1px;
    border-top-color:white;
    border-top-style:solid;
	color:#4f3a1c;
}
.Row1Sub{
	background-color:#f3edd7;
	color:4f3a1c;
	
}
.WhiteBG{
	background-color:#FFFFFF;
	color:4f3a1c;
	
}
.Row1Gray, .Row1Gray td{
	background-color:#f6f6f6;
	border-right-width:1px;
    border-right-color:white;
    border-right-style:solid;
	border-top-width:1px;
    border-top-color:white;
    border-top-style:solid;
	color:#666666;
}
.Row1GrayOver, .Row1GrayOver td{
	background-color:#e1e1e1;
	border-right-width:1px;
    border-right-color:white;
    border-right-style:solid;
	border-top-width:1px;
    border-top-color:white;
    border-top-style:solid;
	color:#666666;
}
.Row2Gray, .Row2Gray td{
	background-color:#ececec;
	border-right-width:1px;
    border-right-color:white;
    border-right-style:solid;
	border-top-width:1px;
    border-top-color:white;
    border-top-style:solid;
	color:#666666;
}
.Row2GrayOver, .Row2GrayOver td{
	background-color:#e1e1e1;
	border-right-width:1px;
    border-right-color:white;
    border-right-style:solid;
	border-top-width:1px;
    border-top-color:white;
    border-top-style:solid;
	color:#666666;
}





.Row1Text{
	background-color:#f3edd7;
	color:4f3a1c;
}
.Row2Sub{
	background-color:#f9f7ec;
	color:4f3a1c;
	
}
.Row2Text{
	background-color:#f9f7ec;
	color:4f3a1c;
}
.logintext{
	color:#b4904b;
}

/***********************   TOOL TIP    ***********************/

div#container{
	width: 500px; 
	margin:0 auto
}

a.tt{
    position:relative;
    z-index:24;
    color:#b4904b;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #4f3a1c; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: white;
    text-align: left;
	filter: alpha(opacity:100);
	/*KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;*/
}
a.tt:hover span.top{
	display: block;
	padding: 8px 8px 0;
    background: url(../images/tooltip_box.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(../images/tooltip_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #b4904b;
    background: url(../images/tooltip_box.gif) no-repeat bottom;
}



/***********************   ALPHA LINKS    ***********************/


.AlphaLinks, .AlphaLinks a:link, .AlphaLinks a:active, .AlphaLinks a:visited {
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size:11px;
	color:#999999;
	text-transform:uppercase;
	text-decoration:none;
	text-align:left;
}
.AlphaLinks a:hover {
	color:#4f3a1c;
}


/***********************   NEXT PREVIOUS LINKS    ***********************/


.nextPrevious, .nextPrevious a:link, .nextPrevious a:active, .nextPrevious a:visited {
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size:11px;
	color:#999999;
	text-decoration:none;
}
.nextPrevious a:hover {
	color:#4f3a1c;
}

/***********************   STEP OFF    ***********************/
.stepOff, .stepOff a:link, .stepOff a:active, .stepOff a:hover, .stepOff a:visited {
	color:c2c2c2;
	text-decoration:none;
}


/***********************   LEFT NAV  ***********************/

.LeftNav {
	font-size:12px;
	text-align:right;
	padding-right:8px;
	height:20px;
	color:#4f3a1c;
}

/***********************   DESIGN PACKAGE  ***********************/

.DPHeader {
	font-size:16px;
	color:#4f3a1c;
}
.DPHeaderGray {
	font-size:16px;
	color:#a7a7a7;
}

.DesignerNotes{
	line-height:18px;
}


/***********************   MY INTERIOR DESIGNER  ***********************/

.IDInfo a{
	color:#b4904b;
}

.tanText, .tanText a:link, .tanText a:active, .tanText a:visited{
	color:#b4904b;
	text-decoration:none;
}
.tanText14, .tanText14 a:link, .tanText14 a:active, .tanText14 a:visited{
	color:#b4904b;
	font-size:14px;
	text-decoration:none;
}
.brownText14, .brownText14 a:link, .brownText14 a:active, .brownText14 a:visited{
	color:#4f3a1c;
	font-size:14px;
}
