/* =====================================
Chris Hoadley's Default Style Sheet
======================================== */
/* Sets page margins to 0 */
html,body,#tableScaleXY{
	margin:0px;
	border:none;
	padding:0;
	height:100%;
	width:100%;
	background-image: url(/images/bkg_color.gif);
}
/* Scales the table to full page 
#tableScaleXY{
	margin:0px;
	border:none;
	padding:0;
	height:100%;
}*/
/* Scales the table to 100% height */
#tableScaleY{
	margin: 0px;
	border:none;
	padding:0;
	height:100%;
}
/* Full page repeat of image */
.bkgRepeat{
	background-image: url(/images/bkg_color.gif);
}
/* Reapeat of image on the x */
.bkgGradient{
	background-image: url(/images/bkg_gradient.gif);
	background-repeat: repeat-x;
}
.txtBody_10px_Black {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
}
.navDivider {
	background-image: url(/images/nav_divider_repeat.gif);
	background-repeat: repeat-x;
}

.txtBody_10pxBld_Black {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
}
.txtHeader_12pxBld_Black {
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.txtHeader_11px_Black {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
.txtHeader_12pxBld_White {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.txtCopyright_9px_Gray {
	font-family: Verdana;
	font-size: 9px;
	color: #666666;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}
.inputFrm {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #b8a68f;
}
.bullets {
	list-style-image: url(/images/bullet.gif);
	list-style-position: outside;
}
.tableBkgDrk {
	background-color: #cce9f1;
}
.tableBkgLt {
	background-color: #e4f9ff;
}
.tableBkgDrkHeader {

	background-color: #97c6d2;
}
.tableBorder_5px {
	border: 3px solid #b8a68f;
}
.bodyPattern {
	background-image: url(/images/body_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.tableBkgLt2 {
	background-color: #f3f2f1;
}
.txtPrice {
	font-family: Verdana;
	font-size: 10px;
	color: #A78F72;
	font-weight: bold;
}
.titleTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	text-transform: uppercase;
	color: 958367;
}
.panelBkg {
	background-image: url(/images/panel_top.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.bodyBkg {
	background-image: url(/images/body_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

