.shadow { 
	font-family: Verdana; 
	font-size: 16pt; 
	font-weight: bold; 
	position: relative; 
	left: 2px; 
	top: 2px; 
	color: #CCCCCC; 
}

.pagetitle { 
	font-family: Verdana;
	font-size: 16pt;
	font-weight: bold;
	position: absolute;
	left: -3px;
	top: -2px;
	color: #424282;
}

.pagetitleother { 
	font-family: Verdana;
	font-size: 16pt;
	font-weight: bold;
	position: relative;
	left: -3px;
	top: -2px;
	color: #424282;
}

.box { 
	float: left;
	width: 75px;
	height: 75px;
	z-index: 0;
}

#boxContent { 
	border: none; 
	background: white;
}

#boxContent { 
	position: relative;
	left: -4px;
	top: -4px;
}

#boxContainer { 
	position: relative;
	background: green;
	margin: 4px;
}

#beb { 
	position: relative;
	background: purple;
	margin: 4px;
}

#db { 
	position: relative;
	background: #0099EE;
	margin: 4px;
}

#rc { 
	position: relative;
	background: #FF6600;
	margin: 4px;
}

#reports { 
	position: relative;
	background: darkred;
	margin: 4px;
}

#survey { 
	position: relative;
	background: #996600;
	margin: 4px;
}