.mainCenter {
	height:100%;
}

a 			{ text-decoration: none; font-weight:normal;} 
a:hover		{ text-decoration: underline;}

.banner {
	font-size:11px;
	font-family:"Trebuchet MS", verdana, arial;
	color: #CCCCCC;
}

.image {
	font-size:11px;
	font-family:Trebuchet MS, verdana, arial;
	color: #333333;
}
/* breadcrumb styles */
.crumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
a.crumbs:link {
	color: #666666;
	text-decoration: none;
}
a.crumbs:visited {
	color: #666666;
	text-decoration: none;
}
a.crumbs:hover {
	color: #FF0000;
	text-decoration: underline;
}
a.crumbs:active {
	color: #FF0000;
	text-decoration: underline;
}
