/* Bristol Hills Outfitters CSS */


/* Body Styles */

body { font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:black;
	background-color:white;
	}

/* Table Styles */

table { font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:black;	
	}

/* Titles */

span.title	{ font-family:Arial,Helvetica,sans-serif;
		font-size:16px;
		font-weight:bold;
		color:black
		}

/* Quotes Italic */

span.quote	{ font-family:Arial,Helvetica,sans-serif;
		font-size:12px;
		font-style:italic;
		color:black
		}

/* Quotes Bold Author */

span.author	{ font-family:Arial,Helvetica,sans-serif;
		font-size:12px;
		font-weight:bold;
		color:black
		}


/* Link Properties */

A:link  { font-family:Arial,Helvetica,sans-serif;
				font-size:12px;
				text-decoration: underline;
				color:#333333;
				}

A:active { font-family:Arial,Helvetica,sans-serif;
				font-size:12px;
				text-decoration: underline;
				color:red;
				}


A:visited{ font-family:Arial,Helvetica,sans-serif;
				font-size:12px;
				text-decoration: underline;
				color:black;
				}


/* Scroll Bar Style */

BODY { SCROLLBAR-FACE-COLOR: #996600;
	SCROLLBAR-HIGHLIGHT-COLOR: gray;
	SCROLLBAR-SHADOW-COLOR: black;
	SCROLLBAR-3DLIGHT-COLOR: gray;
	SCROLLBAR-ARROW-COLOR: white;
	SCROLLBAR-TRACK-COLOR: #003300;
	SCROLLBAR-DARKSHADOW-COLOR: gray;
	}
	
/* Bar Styles */

td.bls{ 
background-image:  url("/images/barLeft.gif"); 
background-repeat: repeat-y;
}

td.brs{ 
background-image:  url("/images/barRight.gif"); 
background-repeat: repeat-y;
}
