/* Stylesheet that resets the default behaviour and sets some standard objects */
html,body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,table{
	margin:0;
	padding:0;
}
abbr {
	text-decoration:none;
	border:0;
}
a {
	outline:0 !important;
}
a img {
	border:0;
}
input, button, select, textarea {
	font-size:1em;	
}
input.radio, input.checkbox, .radio input, .checkbox input {
	border:0 !important;
	background:transparent !important;
}
/* Standard list styles */
ul{
	margin:1em 0;
	padding:0 0 0 1.8em;
	list-style:none;
}
ul li {
	margin:0.3em 0;
	padding:0 0 0 0.6em;
}
li {
    font-size:1em
}
ol {
	margin:0 0 12px;
	padding:0 0 0 30px;
}
ol li {
	margin: 0;
	padding:0;
}

/* Floating  */
.floatRight {
	float:right;
}
img.floatRight {
	margin:0 0 0 12px;
	clear:right;
}
.floatLeft {
	float:left;
}
img.floatLeft {
	margin:0 12px 0 0;
	clear:left;
}
th.right,
.right {
	text-align:right;
}
th.center,
.center {
	text-align:center;
}
th{
	text-align:left;
}
.skipToContent {
	display:none;
}
/**/
