/* CSS Document */

body{
	margin:0 auto;
	background-color:#491200;
	background-image:url(../images/pagebg.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	}
.bodyTextBold{
	font-size:12px;
	font-weight:bold;
	color:#491200;
	}
.innerPageTitle{
	font-size:16px;
	font-weight:bold;
	color:#491200;
	}
.bodyText{
	font-size:11px;
	color:#491200;
	line-height:16px;
	}
#mainTable{
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	}
#topTblBg{
	background-image:url(../images/topbg.jpg);
	background-repeat:repeat-x;
	background-color:#DDB188;
	height:83px;	
}
#bottomStrip{
	background-image:url(../images/bottomstrip.jpg);
	background-repeat:repeat-x;
	height:2px;
	}
#topStrip{
	background-image:url(../images/topstrip.jpg);
	background-repeat:repeat-x;
	height:2px;
	}
.spanLeft{
	float:left;
	}
.spanRight{
	float:right;
	}
.footerText{
	font-size:11px;
	color:#5A2C1C;
	}
.boldText{
	font-size:11px;
	font-weight:bold;
	color:#5A2C1C;
	}
.link:link{
	font-size:11px;
	color:#491200;
	text-decoration:underline;
}
.link:visited{
	font-size:11px;
	color:#491200;
	text-decoration:underline;
}
.link:hover{
	font-size:11px;
	color:#491200;
	text-decoration:none;
}


.topLink:link{
	font-size:11px;
	color:#491200;
	text-decoration:none;
}
.topLink:visited{
	font-size:11px;
	color:#491200;
	text-decoration:none;
}
.topLink:hover{
	font-size:11px;
	color:#491200;
	text-decoration:underline;
}



.productLink:link{
	font-size:11px;
	color:#491200;
	text-decoration:none;
}
.productLink:visited{
	font-size:11px;
	color:#491200;
	text-decoration:none;
}
.productLink:hover{
	font-size:11px;
	color:#491200;
	text-decoration:underline;
}

.innerPage {
	background-image: url(../images/inner_carner5.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#FFFFFF;
	
}
.tblBorder {
	border: 1px solid #C7B7A9;
}
.indexTblBg{
	background-image:url(../images/carner5.jpg);
	background-repeat:repeat-x;
	background-color:#FFEEDF;
}