/*RESETS*/

html, body, textfield, textarea, input, table, th, td, tr, button, fieldset, text, img, blockquote, form, object {
margin:0;
padding:0;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

p, ul, li, ol {
margin:0;
padding:0;
}

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

:focus {
	outline: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

a img {
	border: none;
	}
	
a {
  outline: none !important;
}

a:active {
  outline: none !important;
}

a:focus {
	outline: none;
}

.ClearBoth{
clear: both; 
}


