﻿@media screen and (max-width: 600px) {body {font-size:80%}}

@media screen and (min-width: 600px) {body {font-size:90%}}

@media screen and (min-width: 1000px) {body {font-size:100%}}

@media screen and (min-width: 1200px) {body {font-size:110%}}



.verdanawhite {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 80%;
    line-height: normal;
    color: #FFF;
    text-decoration: none;
}

.verdanaC96 {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 90%;
    line-height: normal;
    color: #c96;
    text-decoration: none;
    font-weight: 400;
}

.verdanared {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 100%;
    color: #900;
    text-decoration: none;
}

.smallyellow {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 80%;
    color: #FFC;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.subtitles {
    font-family: "Times New Roman",Times,serif;
    font-size: 100%;
    font-style: normal;
    line-height: 112.5%;
    font-weight: bolder;
    color: #900;
}

.text {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 75%;
    color: #000;
    text-decoration: none;
}

.verdanaFC6 {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 75%;
    color: #FC6;
    text-decoration: none;
}

.verdanabrownsm {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 80%;
    color: #300;
    text-decoration: none;
}

.timesbrown {
    font-family: "Times New Roman",Times,serif;
    font-size: 87.5%;
    line-height: normal;
    color: #300;
}

.timeswhite {
    font-family: "Times New Roman",Times,serif;
    font-size: 87.5%;
    line-height: normal;
    color: #FFF;
}

.verdanaFCC {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 75%;
    color: #FFC;
    text-decoration: none;
}

.container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

img {
	max-width: 100%;
	height: auto;
}