/* first for IE 6/7/8 */
@font-face {
	font-family: DaxWeb;
	src: url(fonts/DaxWeb.eot);
}

@font-face {
	font-family: DaxWeb;
	font-weight: bold;
	src: url(fonts/DaxWeb-Bold.eot);
}
 
/* then for Mozilla browsers -> Firefox */
@font-face {
	font-family: DaxWeb;
	src: url(fonts/DaxWeb.woff) format('woff');
}

@font-face {
	font-family: DaxWeb;
	font-weight: bold;
	src: url(fonts/DaxWeb-Bold.woff) format('woff');
}

body {
	overflow-y: scroll;
	overflow-x: auto;
}

* {
	font-family: Arial;
}

td {
	vertical-align: top;
}

th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	color: #333;
	font-family: DaxWeb, Arial;
}

h1 {
	font-size: 20px;
	line-height: 20px;
}

h2 {
	font-size: 17px;
	line-height: 17px;
}

h3 {
	font-size: 15px;
	line-height: 15px;
}

h4 {
	font-size: 15px;
	line-height: 15px;
}

h5 {
	font-size: 15px;
	line-height: 15px;
}

h6 {
	font-size: 15px;
	line-height: 15px;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 16px;
	color: #222;
}

a {
	color: #00adee;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0px;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}

p:last-child {
	margin-bottom: 0px;
}

