/* Start of CMSMS style sheet 'Accessibility' */
/* accessibility */

span.accesskey {
   text-decoration: none;
}

dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}

/* end accessibility */

/* clearing */

.clearfix {
	margin: 0px 0px 15px 0px;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}
	
* html .clearfix {
	height: 1%;
}

.clear {
        clear: both;
}

/* end clearing */
/* End of 'Accessibility' */

