@charset "utf-8";
/* CSS Document */

#cellBG {
	background-color: #FA7100;
	background-image: url(images/plainBottom.gif);
	background-repeat: no-repeat;
}
#whiteText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight: bolder;
}
#whiteText2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bolder;
}
#blackText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	font-weight: bolder;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	font-weight: bolder;
}
a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	font-weight: bolder;
}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration: underline;
	font-weight: bolder;
}
.customLayer {
	background-color: #E5E5E5;
	opacity: 1;
	filter: alpha(opacity=100);
	width:101%;
	height:1000;
}
