.tableBack {
	background-image: url(images/table-bg.png);
	background-repeat: repeat-y;
}
.tableBack2 {
	background-image: url(images/table-bg.png);
	background-repeat: repeat-y;
}

.bodyCopy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #CCCCCC;
	text-align: left;
}
.bodyCopySmall {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #CCCCCC;
	text-align: left;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	font-weight: lighter;
	letter-spacing: 0.25em;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	font-weight: lighter;
	letter-spacing: 0.25em;
}
ul {
	list-style-image: url(images/bullet.png);
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
