/*
Sundry
*/
/* For IE Bugs etc. */
.Clear {
	clear: both;
}
/* For DHTML */
.Hide {
	display: none;
}
.Show {
	display: block;
}
.Floater {
	display: inline; /* Fix IE6 double-margin bug */
	float: left;
}
.Indent {
	margin: 0 0 0 4em;
}
/* Fixes for IE6 "peekaboo" bug */
* html h1 {height: 0.01%;}
* html h2 {height: 0.01%;}
* html h3 {height: 0.01%;}
* html h4 {height: 0.01%;}
* html p {height: 0.01%;}
/* Fixes for IE7 "peekaboo" bug */
h1, h2, h3, h4, p {min-width: 0;}
/*
Fix IE7 "peekaboo" bug
Note: This can have side-effects, so apply only to specific problem elements
div {min-width: 0;}
*/
/* Fix margin difference in Firefox */
#BugFix1 {
	left: 2em; position: relative;
}

