html *{
	padding:0;
	margin:0;
}

abbr, acronym, span.abbr {cursor: help; border-bottom: 1px dashed #000;}

ul{
	list-style:none;
}

table{
	border-collapse: collapse;
	font-size:100%;
}

/* list navigation on the right hand side of the screen */
.navFloatRight{
	float:right
}

.navFloatRight li{
	display:inline;
	float:left;
}

/* list navigation on the Left hand side of the screen */
.navBlockInlineli li{
	display:inline;
	float:left;
}

/* Inline navigation */
.navInline{
	display:inline
}

.navInline li{
	display:inline
}




a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

img{
	border:0;
}

a:focus#skipNav, a:active#skipNav {
	font-size:1em;
	color:#333;
	left:5px;
	padding:2px;
	margin: 4px 2px 2px 2px;
	border: 1px dotted #ccc;
}

/* UTILITY - generic classes information only */

.inline{
	display:inline;
}

.remove{
	display:none;
}


.hide, a#skipNav{
	position:absolute;
	left:-200em;
	width:20em; /* stops ie 7 from adding -200em to the page width and scrolling horizontally */
}

.fr{
	float:right;
}

.fl{
	float:left;
}

.tar{
	text-align:right;
}

.half{
	width:49%; /*Clearly if using 2 of these - there can be no margin, padding or borders attached */
}

/* FORMS - generic form information only */
fieldset{
	border:0;
}

form{
	font-size:100%;
}


/* FULL CLEAR - forces a container to surround all children - regardless of floating */

.fc:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}



.fc { display: inline-block; }

/* Hides from IE-mac \*/
* html .fc { height: 1%; }
.fc { display: block; }
/* End hide from IE-mac */