/* CSS Document */

/*--So that there is something dividing consecutive links--*/
span.seperator { display: none; }
/*--FR: To fix float clearing probs in various browsers. JW.
Documented here: http://www.positioniseverything.net/easyclearing.html--*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
div.clearboth {
clear: both;
line-height: 0em;
margin: 0;
padding: 0px;
visibility: hidden;
}
.clearfix {
	display: inline-table;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

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

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

