.notUsedBugWorkaround {color:#ff0000;}h1 {  font-size: 170%; font-weight: bold; color: #e42933; margin-bottom: 4%}

/* LHS */
#navigation {
	font-family: arial, helvetica, sans-serif;
	width: 145px;
	margin: 0 0 0 0;
	font-size: 1em;
	/*background-color: #FFF;*/
	background-color: #ecf1f8;
}
#navigation a{
	display: block;
	text-decoration: none;
	/*font-weight: bold;*/
	color: #000;
	padding: 10px 0px 3px 25px;
	/*text-transform: capitalize;*/
}
#navigation a:hover{
	text-decoration: underline;
	background-color: #FFF;
}
#navigation a:visited{
	text-decoration: none;
}
.hide {display: none;}
.here {
	/*color: #096 !important;*/
	font-weight: bold;
	background-image: url("/images/arrow-r.gif");
	display: block;
	padding: 10px 0 3px 15px;
	background-position: -2px 12px;
	background-repeat: no-repeat;
}
/*.color {
	background-color: #FFFFFF;
}*/
.upTo {
	background-image: url("/images/arrow-up.gif");
	display: block;
	font-weight: bold;
	padding: 10px 0 3px 15px !important;
	background-position: -2px 12px;
	background-repeat: no-repeat;
}
/*.upTo a {
	padding: 3px 0 3px 20px;
	color: #000 !important;
	font-size: 0.9em !important;
	font-size: 0.8em;
}*/
.navLine {
	font-size: 0em;
	height: 2px;
	margin: 0 0 4px 0;
	/*background-position: 0px -3px;*/
	background-repeat: repeat-x;
}
/*.here {
	display: block;
	padding: 3px 0 3px 20px;
	background-position: 5px 6px;
	background-repeat: no-repeat;
}*/

th {
	font-size: 0.8em;
}
.floatl {
	float:left;
}
.floatR {
	float:right;
}

