﻿@font-face {
    font-family: "depzai";
    src: url(/Fonts/helvetin.ttf) format('truetype');
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

html {
    min-height: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

h4, h2 {
    font-size: 12px;
}

img {
    border-color: -moz-use-text-color;
    border: 0 none;
    max-width: 100%;
}

a, a:visited {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

ol, ul, li {
    list-style: none;
}

.clear, .clean {
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}

.clearfix {
    clear: both;
    display: block;
}

    .clearfix:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

.hidden {
    display: none;
    height: 0 !important;
    width: 0 !important;
}

#skypedetectionswf {
    display: none;
    height: 0 !important;
    width: 0 !important;
    position: absolute !important;
    top: -1000px !important;
}

embed,
iframe,
object {
    max-width: 100% !important;
    max-height: 100% !important;
}