﻿html { width:100%; height: 100%; }

a:link {
	text-decoration: underline;
	}
a:visited {
	text-decoration: underline;
	}

	#workarea { 
	width:100%;
	height:100%;
}
	
/* Breadcrumb - Navigation Chain */
#breadcrumb  {	
	padding:0; 
	margin: -25px 0 0 219px;
	z-index: 102;
	}
#breadcrumb p { 
	margin: 0;
	text-align: left;
	}

#breadcrumb a, #breadcrumb span { 
	font-size: 0.75em; 
	text-decoration: none;
	}
#breadcrumb a:hover { text-decoration: underline; color: #FC6600; }
#breadcrumb b { border-right: 1px solid; border-left: 1px solid;}
#breadcrumb b.top { margin-bottom: 2px;}
#breadcrumb b.bottom { margin-top: 2px;}

/* Breadcrumb - Color */
#breadcrumb { color: #7A7A7A;	 }
#breadcrumb a, #breadcrumb span { color: #7A7A7A; }
#breadcrumb b { border-color: #FBFBFB;}
