/* @override 
	http://www.cdmscreative.co.uk/css/supporting.css */

* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	border: none;
}

a {
	text-decoration: none;
	color: black;
	outline: none;
}

a:active {
	outline: none;
}

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

ul {
	list-style-type: none;
}

.bold {
	font-weight: bold !important;
}

.clear {
	clear: both;
}

.ta_c {
text-align: center;	
}

.mt_10 {
	margin-top: 10px;
}
