.dropShadow {
	float: left;
	background: url("pics/shadow.png") no-repeat bottom right !important;
	background: url("pics/shadow.gif") no-repeat bottom right;
	margin: 10px 0 0 5px;
	padding: 0;
}

.dropShadow img {
	display: block;
	position: relative;
	background: #fff;
	border: 1px solid #666;
	margin: -3px 5px 5px -3px;
	padding: 2px;
}

.pageheading {
	font-size: 44;
	text-align: center;
	position: relative;
	display: block;
	color: rgb(32, 32, 32);
}
.heading {
	font-size: 24;
	text-align: center;
	position: relative;
	display: block;
	color: rgb(80, 80, 80);
}

.pagetext {
	font-size: 16;
	text-align: left;
	position: relative;
	display: block;
	color: rgb(80, 80, 80);
}

.listtext {
	font-size: 34;
	text-align: left;
	z-index: 20;
	position: relative;
	display: block;
	color: rgb(80, 80, 80);
}

.tinypagetext {
	font-size: 10;
	text-align: left;
	position: relative;
	display: block;
	color: rgb(80, 80, 80);
}

.footertext {
	font-size: 10;
	text-align: center;
	position: relative;
	display: block;
	color: rgb(80, 80, 80);
}

a {
	text-decoration: none;
	color: rgb(96, 96, 96);
}

a:link {
	text-decoration: none;
	color: rgb(96, 96, 96);
}
a:visited {
	text-decoration: none;
	color: rgb(96, 96, 96);
}
a:active {
	text-decoration: none;
	color: rgb(96, 96, 96);
}
a:hover {
	text-decoration: none;
	color: rgb(96, 96, 96);
}

body {
	font-family: Lucida, sans-serif;
	color: rgb(108, 108, 108);
}
