/* CSS Document */

/*--So that there is something dividing consecutive links--*/
span.seperator { display: none; }
/*--FR: To fix float clearing probs in various browsers. JW. */
/* The other amazing surrounding div pusher downer float clearer widget
Documented here: http://www.positioniseverything.net/easyclearing.html
 */
.clearfix:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

div.clearboth {
clear: both;
line-height: 0em;
margin: 0;
padding: 0px;
visibility: hidden;
}

img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	border:0;
}

.skiplink  {
	display:none;
}
.displaynone  {
	display:none;
}