 
 
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../images/bammbooBck57opac667.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
.bodyTxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #6633FF;
}
.headrlft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #663399;
}
.twoColElsLtHdr #container #header #right {
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #6633ff;
}
a {
	color: #0066FF;
}

a:link {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	text-decoration: none;
	color: #663399;
}
a:hover {
	text-decoration: underline;
	color: #FF3399;
}
a:active {
	text-decoration: none;
	color: #FF6699;
}
.style2 {
	font-size: small;
	font-style: normal;
	line-height: normal;
	color: #9900CC;
	font-family: Arial, Helvetica, sans-serif;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
}

