body { 
	margin: 0; padding: 0; }

	.hidden {
		display: none; }
	
	.clear {
		clear: both; }
	
	.clearer {
		clear: both;
		height: 0;
		margin: 0; padding: 0;
		font-size: 0; line-height: 0; }
	
	.clearerRight {
		clear: right;
		height: 0;
		margin: 0; padding: 0; }
	
	.clearerLeft {
		clear: left;
		height: 0;
		margin: 0; padding: 0; }
		
	/* .clearSet { }  +++set this in the theme.dcss+++  */

	.auto {
		width: auto; }

	a#ddcLink { display: block; width: 120px; height: 19px; background-position: top left; background-repeat: no-repeat; }
	a#ddcLink span { display: none; }
	
* html a span {cursor: hand;}
/* turn off outline in FireFox
-------------------------------------------------------------- */
	a {outline:none;}
/* turn off border on inputs with the following class names
-------------------------------------------------------------- */
input.checkbox,
input.radio {border:0;}