/*** start of fonts ***/
@font-face {
	font-family: 'DINPro';
	src: url('../../fonts/DinPro/DINProLight.eot');
	src: local('DINProLight'),
		url('../../fonts/DinPro/DINProLight.woff') format('woff'),
		url('../../fonts/DinPro/DINProLight.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'DINPro';
	src: url('../../fonts/DinPro/dinpro-regular-webfont.eot');
	src: url('../../fonts/DinPro/dinpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/DinPro/dinpro-regular-webfont.woff') format('woff'),
		url('../../fonts/DinPro/dinpro-regular-webfont.ttf') format('truetype'),
		url('../../fonts/DinPro/dinpro-regular-webfont.svg#dinpro-regularregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'DINPro';
    src: url('../../fonts/DinPro/dinpro-medium-webfont.eot');
    src: url('../../fonts/DinPro/dinpro-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/DinPro/dinpro-medium-webfont.woff') format('woff'),
         url('../../fonts/DinPro/dinpro-medium-webfont.ttf') format('truetype'),
         url('../../fonts/DinPro/dinpro-medium-webfont.svg#dinpromedium') format('svg');
    font-weight: 500;
    font-style: normal;
}
/*** end of fonts ***/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

:focus { -moz-outline-style: none; }
:-moz-any-link:focus { outline: none; }

img a { outline : none; }

img { border: none; }

table {
	border: none;
	empty-cells: show;
}

th,td {
	border: none;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

.clear { clear:both; }

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif, 'Microsoft JhengHei', 'Microsoft YaHei', 'Apple LiGothic Medium';
}

a {
	text-decoration: none;
	outline: 0 none;
	color: #2b85ff;
	border: none;
}

* :focus { outline: 0; }

a:hover {
	border:none;
	text-decoration:none;
}